Searched refs:RsaSetKey (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/ |
H A D | RsaVerify.c | 125 Status = RsaSetKey (Rsa, RsaKeyN, RsaN, sizeof (RsaN)); 155 Status = RsaSetKey (Rsa, RsaKeyE, RsaE, sizeof (RsaE)); 190 Status = RsaSetKey (Rsa, RsaKeyN, NULL, 0); 206 Status = RsaSetKey (Rsa, RsaKeyE, NULL, 0); 266 Status = RsaSetKey (Rsa, RsaKeyN, RsaN, sizeof (RsaN)); 277 Status = RsaSetKey (Rsa, RsaKeyN, KeyBuffer, KeySize); 288 Status = RsaSetKey (Rsa, RsaKeyE, RsaE, sizeof (RsaE)); 343 Status = RsaSetKey (Rsa, RsaKeyN, RsaN, sizeof (RsaN)); 349 Status = RsaSetKey (Rsa, RsaKeyE, RsaE, sizeof (RsaE)); 355 Status = RsaSetKey (Rs [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Protocol/ |
H A D | RuntimeCrypt.h | 198 EFI_RUNTIME_CRYPT_RSA_SET_KEY RsaSetKey; member in struct:__anon10279
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/ |
H A D | RuntimeDxeIpfCryptLib.c | 336 RsaSetKey ( function 347 return mCryptProtocol->RsaSetKey (RsaContext, KeyTag, BigNumber, BnLength);
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/CryptRuntimeDxe/ |
H A D | CryptRuntime.c | 180 return RsaSetKey (RsaContext, KeyTag, BigNumber, BnLength);
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/ |
H A D | AuthService.c | 369 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE); 373 Status = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE));
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/ |
H A D | CryptRsa.c | 104 RsaSetKey ( function
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/ |
H A D | DxeImageVerificationLib.c | 1114 Status = RsaSetKey (Rsa, RsaKeyN, CertBlock->PublicKey, EFI_CERT_TYPE_RSA2048_SIZE); 1118 Status = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE));
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Library/ |
H A D | BaseCryptLib.h | 52 /// RSA Key Tags Definition used in RsaSetKey() function for key component identification. 1244 RsaSetKey (
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/ |
H A D | AuthService.c | 582 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE); 586 Status = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE));
|
Completed in 104 milliseconds