Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2EnhancedAuthorization.c31 TPM2B_DIGEST CpHashA; member
101 IN TPM2B_DIGEST *CpHashA, in Tpm2PolicySecret() argument
142 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(CpHashA->size)); in Tpm2PolicySecret()
144 CopyMem (Buffer, CpHashA->buffer, CpHashA->size); in Tpm2PolicySecret()
145 Buffer += CpHashA->size; in Tpm2PolicySecret()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h868 IN TPM2B_DIGEST *CpHashA,