Home
last modified time | relevance | path

Searched refs:Digests (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Integrity.c49 TPML_DIGEST_VALUES Digests; member
100 IN TPML_DIGEST_VALUES *Digests in Tpm2PcrExtend() argument
130 WriteUnaligned32 ((UINT32 *)Buffer, SwapBytes32(Digests->count)); in Tpm2PcrExtend()
134 for (Index = 0; Index < Digests->count; Index++) { in Tpm2PcrExtend()
135 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(Digests->digests[Index].hashAlg)); in Tpm2PcrExtend()
137 DigestSize = GetHashSizeFromAlgo (Digests->digests[Index].hashAlg); in Tpm2PcrExtend()
139 DEBUG ((EFI_D_ERROR, "Unknown hash algorithm %d\r\n", Digests->digests[Index].hashAlg)); in Tpm2PcrExtend()
144 &Digests->digests[Index].digest, in Tpm2PcrExtend()
210 OUT TPML_DIGEST_VALUES *Digests in Tpm2PcrEvent() argument
279 Buffer = (UINT8 *)&Res.Digests; in Tpm2PcrEvent()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h491 IN TPML_DIGEST_VALUES *Digests
514 OUT TPML_DIGEST_VALUES *Digests