Searched defs:HashInfo (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
H A DHash2DxeCrypto.c307 EFI_HASH_INFO *HashInfo; local
317 HashInfo = GetHashInfo (HashAlgorithm);
318 if (HashInfo == NULL) {
322 *HashSize = HashInfo->HashSize;
356 EFI_HASH_INFO *HashInfo; local
373 HashInfo = GetHashInfo (HashAlgorithm);
374 if (HashInfo == NULL) {
388 CtxSize = HashInfo->GetContextSize ();
397 Ret = HashInfo->Init (HashCtx);
407 Instance->HashInfoContext = HashInfo;
453 EFI_HASH_INFO *HashInfo; local
531 EFI_HASH_INFO *HashInfo; local
583 EFI_HASH_INFO *HashInfo; local
[all...]

Completed in 18 milliseconds