Searched refs:RsaSetKey (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/
H A DRsaVerify.c125 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 DRuntimeCrypt.h198 EFI_RUNTIME_CRYPT_RSA_SET_KEY RsaSetKey; member in struct:__anon10279
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/
H A DRuntimeDxeIpfCryptLib.c336 RsaSetKey ( function
347 return mCryptProtocol->RsaSetKey (RsaContext, KeyTag, BigNumber, BnLength);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/CryptRuntimeDxe/
H A DCryptRuntime.c180 return RsaSetKey (RsaContext, KeyTag, BigNumber, BnLength);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c369 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 DCryptRsa.c104 RsaSetKey ( function
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c1114 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 DBaseCryptLib.h52 /// 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 DAuthService.c582 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE);
586 Status = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE));

Completed in 104 milliseconds