Home
last modified time | relevance | path

Searched refs:TPM_DIGEST (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm12.h449 } TPM_DIGEST; typedef
454 typedef TPM_DIGEST TPM_CHOSENID_HASH;
458 typedef TPM_DIGEST TPM_COMPOSITE_HASH;
462 typedef TPM_DIGEST TPM_DIRVALUE;
464 typedef TPM_DIGEST TPM_HMAC;
468 typedef TPM_DIGEST TPM_PCRVALUE;
472 typedef TPM_DIGEST TPM_AUDITDIGEST;
641 TPM_DIGEST digest;
671 TPM_DIGEST migAuthDigest[1];
678 TPM_DIGEST migrationAuthorityDigest;
[all …]
DUefiTcgPlatform.h88 typedef TPM_DIGEST TCG_DIGEST;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DTpm12.h323 } TPM_DIGEST; typedef
325 typedef TPM_DIGEST TPM_CHOSENID_HASH; // This SHALL be the digest of the chosen id…
326 typedef TPM_DIGEST TPM_COMPOSITE_HASH; // This SHALL be the hash of a list of PCR …
327 typedef TPM_DIGEST TPM_DIRVALUE; // This SHALL be the value of a DIR register
328 typedef TPM_DIGEST TPM_HMAC;
329 typedef TPM_DIGEST TPM_PCRVALUE; // The value inside of the PCR
330 typedef TPM_DIGEST TPM_AUDITDIGEST; // This SHALL be the value of the current inte…
474 TPM_DIGEST digest;
504 TPM_DIGEST migAuthDigest[1];
511 TPM_DIGEST migrationAuthorityDigest;
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
DTpm12Pcr.c27 TPM_DIGEST TpmDigest;
32 TPM_DIGEST TpmDigest;
53 IN TPM_DIGEST *DigestToExtend, in Tpm12Extend()
55 OUT TPM_DIGEST *NewPcrValue in Tpm12Extend()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm12CommandLib.h157 IN TPM_DIGEST *DigestToExtend,
159 OUT TPM_DIGEST *NewPcrValue
DTpmCommLib.h284 OUT TPM_DIGEST *Digest
/device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/
DTpmComm.c32 OUT TPM_DIGEST *Digest in TpmCommHashAll()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiTpm.h64 #define TCG_DIGEST TPM_DIGEST
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c289 OUT TPM_DIGEST *Digest in TpmCommHashAll()
344 *HashedDataLen = sizeof (TPM_DIGEST); in TcgDxeHashAll()
351 if (*HashedDataLen < sizeof (TPM_DIGEST)) { in TcgDxeHashAll()
352 *HashedDataLen = sizeof (TPM_DIGEST); in TcgDxeHashAll()
355 *HashedDataLen = sizeof (TPM_DIGEST); in TcgDxeHashAll()
364 (TPM_DIGEST*)*HashedDataResult in TcgDxeHashAll()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
DTcgPei.c216 OUT TPM_DIGEST *Digest in TpmCommHashAll()