Searched refs:RsaKeyN (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/ |
D | RsaVerify.c | 125 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/ |
D | CryptRsaExt.c | 83 case RsaKeyN: in RsaGetKey()
|
D | CryptRsaBasic.c | 115 case RsaKeyN: in RsaSetKey()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/ |
D | PeiRsa2048Sha256GuidedSectionExtractLib.c | 291 …CryptoStatus = RsaSetKey (Rsa, RsaKeyN, CertBlockRsa2048Sha256->PublicKey, sizeof(CertBlockRsa2048… in Rsa2048Sha256GuidedSectionHandler()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/ |
D | FmpAuthenticationLibRsa2048Sha256.c | 170 …CryptoStatus = RsaSetKey (Rsa, RsaKeyN, CertBlockRsa2048Sha256->PublicKey, sizeof(CertBlockRsa2048… in FmpAuthenticatedHandlerRsa2048Sha256()
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IpSecCryptIo.c | 968 RsaGetKey (RsaContext, RsaKeyN, NULL, PublicKeyLen); in IpSecCryptoIoGetPublicKeyFromCert() 976 if (!RsaGetKey (RsaContext, RsaKeyN, *PublicKey, PublicKeyLen)) { in IpSecCryptoIoGetPublicKeyFromCert()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/ |
D | DxeRsa2048Sha256GuidedSectionExtractLib.c | 307 …CryptoStatus = RsaSetKey (Rsa, RsaKeyN, CertBlockRsa2048Sha256->PublicKey, sizeof(CertBlockRsa2048… in Rsa2048Sha256GuidedSectionHandler()
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/ |
D | AuthService.c | 371 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE); in VerifyDataPayload()
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/ |
D | BaseCryptLib.h | 67 RsaKeyN, ///< RSA public Modulus (N) enumerator
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/ |
D | AuthService.c | 570 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE); in VerifyCounterBasedPayload()
|