Searched refs:HashInterface (Results 1 – 4 of 4) sorted by relevance
36 HASH_INTERFACE HashInterface[HASH_COUNT]; member90 HashMask = Tpm2GetHashMaskFromAlgo (&HashInterfaceHob->HashInterface[Index].HashGuid); in HashStart()92 HashInterfaceHob->HashInterface[Index].HashInit (&HashCtx[Index]); in HashStart()135 HashMask = Tpm2GetHashMaskFromAlgo (&HashInterfaceHob->HashInterface[Index].HashGuid); in HashUpdate()137 HashInterfaceHob->HashInterface[Index].HashUpdate (HashCtx[Index], DataToHash, DataToHashLen); in HashUpdate()185 HashMask = Tpm2GetHashMaskFromAlgo (&HashInterfaceHob->HashInterface[Index].HashGuid); in HashCompleteAndExtend()187 HashInterfaceHob->HashInterface[Index].HashUpdate (HashCtx[Index], DataToHash, DataToHashLen); in HashCompleteAndExtend()188 HashInterfaceHob->HashInterface[Index].HashFinal (HashCtx[Index], &Digest); in HashCompleteAndExtend()253 IN HASH_INTERFACE *HashInterface in RegisterHashInterfaceLib() argument266 HashMask = Tpm2GetHashMaskFromAlgo (&HashInterface->HashGuid); in RegisterHashInterfaceLib()[all …]
202 IN HASH_INTERFACE *HashInterface in RegisterHashInterfaceLib() argument213 HashMask = Tpm2GetHashMaskFromAlgo (&HashInterface->HashGuid); in RegisterHashInterfaceLib()229 if (CompareGuid (&mHashInterface[Index].HashGuid, &HashInterface->HashGuid)) { in RegisterHashInterfaceLib()234 CopyMem (&mHashInterface[mHashInterfaceCount], HashInterface, sizeof(*HashInterface)); in RegisterHashInterfaceLib()
166 IN HASH_INTERFACE *HashInterface
338 IN HASH_INTERFACE *HashInterface in RegisterHashInterfaceLib() argument