HomeSort by relevance Sort by last modified time
    Searched refs:CtxSize (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/
TpmComm.c 36 UINTN CtxSize;
38 CtxSize = Sha1GetContextSize ();
39 Sha1Ctx = AllocatePool (CtxSize);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashInstanceLibSha1/
HashInstanceLibSha1.c 61 UINTN CtxSize;
63 CtxSize = Sha1GetContextSize ();
64 Sha1Ctx = AllocatePool (CtxSize);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashInstanceLibSha256/
HashInstanceLibSha256.c 61 UINTN CtxSize;
63 CtxSize = Sha256GetContextSize ();
64 Sha256Ctx = AllocatePool (CtxSize);
  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
HashVerify.c 88 UINTN CtxSize;
103 CtxSize = Md4GetContextSize ();
104 HashCtx = AllocatePool (CtxSize);
155 CtxSize = Md5GetContextSize ();
156 HashCtx = AllocatePool (CtxSize);
207 CtxSize = Sha1GetContextSize ();
208 HashCtx = AllocatePool (CtxSize);
259 CtxSize = Sha256GetContextSize ();
260 HashCtx = AllocatePool (CtxSize);
311 CtxSize = Sha384GetContextSize ();
    [all...]
HmacVerify.c 85 UINTN CtxSize;
98 CtxSize = HmacMd5GetContextSize ();
99 HmacCtx = AllocatePool (CtxSize);
138 CtxSize = HmacSha1GetContextSize ();
139 HmacCtx = AllocatePool (CtxSize);
177 CtxSize = HmacSha256GetContextSize ();
178 HmacCtx = AllocatePool (CtxSize);
BlockCipherVerify.c 146 UINTN CtxSize;
154 CtxSize = TdesGetContextSize ();
155 CipherCtx = AllocatePool (CtxSize);
272 CtxSize = AesGetContextSize ();
273 CipherCtx = AllocatePool (CtxSize);
428 CtxSize = Arc4GetContextSize ();
429 CipherCtx = AllocatePool (CtxSize);
RsaVerify.c 97 UINTN CtxSize;
307 CtxSize = Sha1GetContextSize ();
308 Sha1Ctx = AllocatePool (CtxSize);
  /device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
Hash2DxeCrypto.c 358 UINTN CtxSize;
388 CtxSize = HashInfo->GetContextSize ();
389 if (CtxSize == 0) {
392 HashCtx = AllocatePool (CtxSize);
455 UINTN CtxSize;
483 CtxSize = HashInfo->GetContextSize ();
484 if (CtxSize == 0) {
487 HashCtx = AllocatePool (CtxSize);
  /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
Pkcs7VerifyDxe.c 50 UINTN CtxSize;
59 CtxSize = Sha1GetContextSize ();
60 HashCtx = AllocatePool (CtxSize);
72 CtxSize = Sha256GetContextSize ();
73 HashCtx = AllocatePool (CtxSize);
85 CtxSize = Sha384GetContextSize ();
86 HashCtx = AllocatePool (CtxSize);
98 CtxSize = Sha512GetContextSize ();
99 HashCtx = AllocatePool (CtxSize);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthVariableLib.c 145 UINTN CtxSize;
160 CtxSize = Sha256GetContextSize ();
161 mHashCtx = AllocateRuntimePool (CtxSize);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TcgPei.c 220 UINTN CtxSize;
222 CtxSize = Sha1GetContextSize ();
223 Sha1Ctx = AllocatePool (CtxSize);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.c 313 UINTN CtxSize;
405 CtxSize = Sha1GetContextSize ();
406 Sha1Ctx = AllocatePool (CtxSize);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
AuthService.c 47 UINTN CtxSize;
60 CtxSize = Sha256GetContextSize ();
61 mVariableModuleGlobal->HashContext[Physical] = AllocateRuntimePool (CtxSize);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TcgDxe.c 293 UINTN CtxSize;
295 CtxSize = Sha1GetContextSize ();
296 Sha1Ctx = AllocatePool (CtxSize);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c 301 UINTN CtxSize;
350 CtxSize = mHash[HashAlg].GetContextSize();
352 HashCtx = AllocatePool (CtxSize);
    [all...]

Completed in 421 milliseconds