Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2EnhancedAuthorization.c47 TPML_DIGEST HashList; member
219 IN TPML_DIGEST *HashList in Tpm2PolicyOR() argument
237 Buffer = (UINT8 *)&SendBuffer.HashList; in Tpm2PolicyOR()
238 WriteUnaligned32 ((UINT32 *)Buffer, SwapBytes32 (HashList->count)); in Tpm2PolicyOR()
240 for (Index = 0; Index < HashList->count; Index++) { in Tpm2PolicyOR()
241 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (HashList->digests[Index].size)); in Tpm2PolicyOR()
243 CopyMem (Buffer, HashList->digests[Index].buffer, HashList->digests[Index].size); in Tpm2PolicyOR()
244 Buffer += HashList->digests[Index].size; in Tpm2PolicyOR()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h891 IN TPML_DIGEST *HashList