Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c301 IN OUT UINT64 *HashedDataLen, in TcgDxeHashAll() argument
305 if (HashedDataLen == NULL || HashedDataResult == NULL) { in TcgDxeHashAll()
311 if (*HashedDataLen == 0) { in TcgDxeHashAll()
312 *HashedDataLen = sizeof (TPM_DIGEST); in TcgDxeHashAll()
313 *HashedDataResult = AllocatePool ((UINTN) *HashedDataLen); in TcgDxeHashAll()
319 if (*HashedDataLen < sizeof (TPM_DIGEST)) { in TcgDxeHashAll()
320 *HashedDataLen = sizeof (TPM_DIGEST); in TcgDxeHashAll()
323 *HashedDataLen = sizeof (TPM_DIGEST); in TcgDxeHashAll()
326 *HashedDataResult = AllocatePool ((UINTN) *HashedDataLen); in TcgDxeHashAll()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTcgService.h101 IN OUT UINT64 *HashedDataLen,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
DTcgService.h97 IN OUT UINT64 *HashedDataLen,