Home
last modified time | relevance | path

Searched refs:RsaKeyN (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()
132 Status = RsaGetKey (Rsa, RsaKeyN, NULL, &KeySize); in ValidateCryptRsa()
139 Status = RsaGetKey (Rsa, RsaKeyN, KeyBuffer, &KeySize); in ValidateCryptRsa()
190 Status = RsaSetKey (Rsa, RsaKeyN, NULL, 0); in ValidateCryptRsa()
197 Status = RsaGetKey (Rsa, RsaKeyN, NULL, &KeySize); in ValidateCryptRsa()
245 Status = RsaGetKey (Rsa, RsaKeyN, KeyBuffer, &KeySize); in ValidateCryptRsa()
266 Status = RsaSetKey (Rsa, RsaKeyN, RsaN, sizeof (RsaN)); in ValidateCryptRsa()
277 Status = RsaSetKey (Rsa, RsaKeyN, KeyBuffer, KeySize); in ValidateCryptRsa()
343 Status = RsaSetKey (Rsa, RsaKeyN, RsaN, sizeof (RsaN)); in ValidateCryptRsa()
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
DCryptRsaExt.c83 case RsaKeyN: in RsaGetKey()
DCryptRsaBasic.c115 case RsaKeyN: in RsaSetKey()
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
DPeiRsa2048Sha256GuidedSectionExtractLib.c291 …CryptoStatus = RsaSetKey (Rsa, RsaKeyN, CertBlockRsa2048Sha256->PublicKey, sizeof(CertBlockRsa2048… in Rsa2048Sha256GuidedSectionHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/
DFmpAuthenticationLibRsa2048Sha256.c170 …CryptoStatus = RsaSetKey (Rsa, RsaKeyN, CertBlockRsa2048Sha256->PublicKey, sizeof(CertBlockRsa2048… in FmpAuthenticatedHandlerRsa2048Sha256()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.c968 RsaGetKey (RsaContext, RsaKeyN, NULL, PublicKeyLen); in IpSecCryptoIoGetPublicKeyFromCert()
976 if (!RsaGetKey (RsaContext, RsaKeyN, *PublicKey, PublicKeyLen)) { in IpSecCryptoIoGetPublicKeyFromCert()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DDxeRsa2048Sha256GuidedSectionExtractLib.c307 …CryptoStatus = RsaSetKey (Rsa, RsaKeyN, CertBlockRsa2048Sha256->PublicKey, sizeof(CertBlockRsa2048… in Rsa2048Sha256GuidedSectionHandler()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
DAuthService.c371 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE); in VerifyDataPayload()
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h67 RsaKeyN, ///< RSA public Modulus (N) enumerator
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthService.c570 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE); in VerifyCounterBasedPayload()