Searched refs:CtxSize (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/TpmCommLib/
H A DTpmComm.c36 UINTN CtxSize; local
38 CtxSize = Sha1GetContextSize ();
39 Sha1Ctx = AllocatePool (CtxSize);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/
H A DHmacVerify.c69 UINTN CtxSize; local
82 CtxSize = HmacMd5GetContextSize ();
83 HmacCtx = AllocatePool (CtxSize);
122 CtxSize = HmacSha1GetContextSize ();
123 HmacCtx = AllocatePool (CtxSize);
H A DHashVerify.c69 UINTN CtxSize; local
84 CtxSize = Md4GetContextSize ();
85 HashCtx = AllocatePool (CtxSize);
124 CtxSize = Md5GetContextSize ();
125 HashCtx = AllocatePool (CtxSize);
164 CtxSize = Sha1GetContextSize ();
165 HashCtx = AllocatePool (CtxSize);
204 CtxSize = Sha256GetContextSize ();
205 HashCtx = AllocatePool (CtxSize);
H A DBlockCipherVerify.c146 UINTN CtxSize; local
154 CtxSize = TdesGetContextSize ();
155 CipherCtx = AllocatePool (CtxSize);
272 CtxSize = AesGetContextSize ();
273 CipherCtx = AllocatePool (CtxSize);
428 CtxSize = Arc4GetContextSize ();
429 CipherCtx = AllocatePool (CtxSize);
H A DRsaVerify.c97 UINTN CtxSize; local
307 CtxSize = Sha1GetContextSize ();
308 Sha1Ctx = AllocatePool (CtxSize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c279 UINTN CtxSize; local
369 CtxSize = Sha1GetContextSize ();
370 Sha1Ctx = AllocatePool (CtxSize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c47 UINTN CtxSize; local
58 CtxSize = Sha256GetContextSize ();
59 mVariableModuleGlobal->HashContext[Physical] = AllocateRuntimePool (CtxSize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c247 UINTN CtxSize; local
280 CtxSize = mHash[HashAlg].GetContextSize();
282 HashCtx = AllocatePool (CtxSize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c163 UINTN CtxSize; local
172 CtxSize = Sha256GetContextSize ();
173 mHashCtx = AllocateRuntimePool (CtxSize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c974 UINTN CtxSize; local
1003 CtxSize = mHash[HashAlg].GetContextSize();
1005 HashCtx = AllocatePool (CtxSize);

Completed in 74 milliseconds