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.c302 IN OUT UINT8 **HashedDataResult in TcgDxeHashAll() argument
305 if (HashedDataLen == NULL || HashedDataResult == NULL) { in TcgDxeHashAll()
313 *HashedDataResult = AllocatePool ((UINTN) *HashedDataLen); in TcgDxeHashAll()
314 if (*HashedDataResult == NULL) { in TcgDxeHashAll()
325 if (*HashedDataResult == NULL) { in TcgDxeHashAll()
326 *HashedDataResult = AllocatePool ((UINTN) *HashedDataLen); in TcgDxeHashAll()
332 (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