Home
last modified time | relevance | path

Searched refs:mRsaE (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/
DFmpAuthenticationLibRsa2048Sha256.c43 STATIC CONST UINT8 mRsaE[] = { 0x01, 0x00, 0x01 }; variable
176 CryptoStatus = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE)); in FmpAuthenticatedHandlerRsa2048Sha256()
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
DPeiRsa2048Sha256GuidedSectionExtractLib.c46 CONST UINT8 mRsaE[] = { 0x01, 0x00, 0x01 }; variable
297 CryptoStatus = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE)); in Rsa2048Sha256GuidedSectionHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DDxeRsa2048Sha256GuidedSectionExtractLib.c48 CONST UINT8 mRsaE[] = { 0x01, 0x00, 0x01 }; variable
313 CryptoStatus = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE)); in Rsa2048Sha256GuidedSectionHandler()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
DAuthService.c28 CONST UINT8 mRsaE[] = { 0x01, 0x00, 0x01 }; variable
375 Status = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE)); in VerifyDataPayload()
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthService.c37 CONST UINT8 mRsaE[] = { 0x01, 0x00, 0x01 }; variable
574 Status = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE)); in VerifyCounterBasedPayload()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.c53 CONST UINT8 mRsaE[] = { 0x01, 0x00, 0x01 }; variable