Home
last modified time | relevance | path

Searched refs:HashedDataResult (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c334 IN OUT UINT8 **HashedDataResult in TcgDxeHashAll() argument
337 if (HashedDataLen == NULL || HashedDataResult == NULL) { in TcgDxeHashAll()
345 *HashedDataResult = AllocatePool ((UINTN) *HashedDataLen); in TcgDxeHashAll()
346 if (*HashedDataResult == NULL) { in TcgDxeHashAll()
357 if (*HashedDataResult == NULL) { in TcgDxeHashAll()
358 *HashedDataResult = AllocatePool ((UINTN) *HashedDataLen); in TcgDxeHashAll()
364 (TPM_DIGEST*)*HashedDataResult in TcgDxeHashAll()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTcgService.h102 IN OUT UINT8 **HashedDataResult
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
DTcgService.h98 IN OUT UINT8 **HashedDataResult