Home
last modified time | relevance | path

Searched refs:RsaSetKey (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DRsaVerify.c125 Status = RsaSetKey (Rsa, RsaKeyN, RsaN, sizeof (RsaN)); in ValidateCryptRsa()
155 Status = RsaSetKey (Rsa, RsaKeyE, RsaE, sizeof (RsaE)); in ValidateCryptRsa()
190 Status = RsaSetKey (Rsa, RsaKeyN, NULL, 0); in ValidateCryptRsa()
206 Status = RsaSetKey (Rsa, RsaKeyE, NULL, 0); in ValidateCryptRsa()
266 Status = RsaSetKey (Rsa, RsaKeyN, RsaN, sizeof (RsaN)); in ValidateCryptRsa()
277 Status = RsaSetKey (Rsa, RsaKeyN, KeyBuffer, KeySize); in ValidateCryptRsa()
288 Status = RsaSetKey (Rsa, RsaKeyE, RsaE, sizeof (RsaE)); in ValidateCryptRsa()
343 Status = RsaSetKey (Rsa, RsaKeyN, RsaN, sizeof (RsaN)); in ValidateCryptRsa()
349 Status = RsaSetKey (Rsa, RsaKeyE, RsaE, sizeof (RsaE)); in ValidateCryptRsa()
355 Status = RsaSetKey (Rsa, RsaKeyD, RsaD, sizeof (RsaD)); in ValidateCryptRsa()
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/
DRuntimeDxeIpfCryptLib.c365 RsaSetKey ( in RsaSetKey() function
376 return mCryptProtocol->RsaSetKey (RsaContext, KeyTag, BigNumber, BnSize); in RsaSetKey()
/device/linaro/bootloader/edk2/CryptoPkg/Include/Protocol/
DRuntimeCrypt.h198 EFI_RUNTIME_CRYPT_RSA_SET_KEY RsaSetKey; member
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
DPeiRsa2048Sha256GuidedSectionExtractLib.c291 …CryptoStatus = RsaSetKey (Rsa, RsaKeyN, CertBlockRsa2048Sha256->PublicKey, sizeof(CertBlockRsa2048… in Rsa2048Sha256GuidedSectionHandler()
297 CryptoStatus = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE)); in Rsa2048Sha256GuidedSectionHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DDxeRsa2048Sha256GuidedSectionExtractLib.c307 …CryptoStatus = RsaSetKey (Rsa, RsaKeyN, CertBlockRsa2048Sha256->PublicKey, sizeof(CertBlockRsa2048… in Rsa2048Sha256GuidedSectionHandler()
313 CryptoStatus = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE)); in Rsa2048Sha256GuidedSectionHandler()
/device/linaro/bootloader/edk2/CryptoPkg/CryptRuntimeDxe/
DCryptRuntime.c180 return RsaSetKey (RsaContext, KeyTag, BigNumber, BnLength); in RuntimeCryptRsaSetKey()
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
DCryptRsaBasic.c88 RsaSetKey ( in RsaSetKey() function
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
DAuthService.c371 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE); in VerifyDataPayload()
375 Status = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE)); in VerifyDataPayload()
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h1558 RsaSetKey (
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthService.c1526 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE); in VerifyCounterBasedPayload()
1530 Status = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE)); in VerifyCounterBasedPayload()