Searched refs:TPM_DIGEST (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | tpm.c | 137 TPM_DIGEST paramDigest; \ 148 TPM_DIGEST paramDigest; \ 178 TPM_DIGEST paramDigest; \ 190 TPM_DIGEST paramDigest; \ 328 TPM_DIGEST nonceOddOSAP; in TPM_OSAP() 465 TPM_DIGEST* inDigest, // in in TPM_Extend() 471 PACK_IN(TPM_DIGEST, inDigest); in TPM_Extend() 631 TPM_DIGEST antiReplay; in TPM_ReadPubek() 679 UNPACK_OUT(TPM_DIGEST, value); in TPM_PCR_Read() 725 TPM_DIGEST checksum; in TPM_CreateEndorsementKeyPair() [all …]
|
A D | tcg.h | 470 typedef struct TPM_DIGEST { struct 472 } TPM_DIGEST; typedef 474 typedef TPM_DIGEST TPM_PCRVALUE; 475 typedef TPM_DIGEST TPM_COMPOSITE_HASH; 476 typedef TPM_DIGEST TPM_DIRVALUE; 477 typedef TPM_DIGEST TPM_HMAC; 478 typedef TPM_DIGEST TPM_CHOSENID_HASH;
|
A D | tpm.h | 83 TPM_DIGEST* inDigest, // in 139 TPM_RESULT TPM_PCR_Read(UINT32 pcr, TPM_DIGEST *value);
|
A D | mgmt_authority.c | 187 TPM_DIGEST extended; in do_pcr_setup() 333 TPM_DIGEST externData; in vtpm_do_quote()
|
A D | disk_tpm.c | 32 TPM_DIGEST pcrs[24];
|
A D | tpm2.c | 79 TPM_DIGEST paramDigest;\
|
A D | marshal.h | 405 inline BYTE* pack_TPM_DIGEST(BYTE* ptr, const TPM_DIGEST* d) { in pack_TPM_DIGEST() 410 inline BYTE* unpack_TPM_DIGEST(BYTE* ptr, TPM_DIGEST* d) { in unpack_TPM_DIGEST() 415 inline int unpack3_TPM_DIGEST(BYTE* ptr, UINT32* pos, UINT32 max, TPM_DIGEST* d) { in unpack3_TPM_DIGEST()
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | vtpm-deepquote-anyloc.patch | 73 -TPM_RESULT VTPM_GetParentQuote(TPM_DIGEST* data, TPM_PCR_SELECTION *sel, UINT32 *sigSize, BYTE **s… 82 TPM_DIGEST hres; 105 TPM_DIGEST hres;
|
A D | vtpm-parent-sign-ek.patch | 94 +TPM_RESULT VTPM_GetParentQuote(TPM_DIGEST* data, TPM_PCR_SELECTION *sel, UINT32 *sigSize, BYTE **s… 101 + TPM_DIGEST hres;
|
A D | vtpm-deepquote.patch | 105 + TPM_DIGEST hres;
|
Completed in 19 milliseconds