HomeSort by relevance Sort by last modified time
    Searched refs:TPM_DIGEST (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
Tpm12Pcr.c 27 TPM_DIGEST TpmDigest;
32 TPM_DIGEST TpmDigest;
53 IN TPM_DIGEST *DigestToExtend,
55 OUT TPM_DIGEST *NewPcrValue
  /device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/
TpmComm.c 32 OUT TPM_DIGEST *Digest
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm12CommandLib.h 157 IN TPM_DIGEST *DigestToExtend,
159 OUT TPM_DIGEST *NewPcrValue
TpmCommLib.h 284 OUT TPM_DIGEST *Digest
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h 316 // Part 2, section 5.4: TPM_DIGEST
323 } TPM_DIGEST;
325 typedef TPM_DIGEST TPM_CHOSENID_HASH; // This SHALL be the digest of the chosen identityLabel and privacyCA for a new TPM identity.
326 typedef TPM_DIGEST TPM_COMPOSITE_HASH; // This SHALL be the hash of a list of PCR indexes and PCR values that a key or data is bound to.
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 internal audit state
474 TPM_DIGEST digest;
504 TPM_DIGEST migAuthDigest[1];
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h 445 /// Part 2, section 5.4: TPM_DIGEST
449 } TPM_DIGEST;
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];
    [all...]
UefiTcgPlatform.h 88 typedef TPM_DIGEST TCG_DIGEST;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiTpm.h 64 #define TCG_DIGEST TPM_DIGEST
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TcgDxe.c 289 OUT TPM_DIGEST *Digest
344 *HashedDataLen = sizeof (TPM_DIGEST);
351 if (*HashedDataLen < sizeof (TPM_DIGEST)) {
352 *HashedDataLen = sizeof (TPM_DIGEST);
355 *HashedDataLen = sizeof (TPM_DIGEST);
364 (TPM_DIGEST*)*HashedDataResult
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TcgPei.c 216 OUT TPM_DIGEST *Digest

Completed in 566 milliseconds