Home
last modified time | relevance | path

Searched refs:creationDigest (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DObject_spt_fp.h134 TPM2B_DIGEST *creationDigest // OUT: creation digest
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DObject_spt.c712 TPM2B_DIGEST *creationDigest // OUT: creation digest in FillInCreationData() argument
766 creationDigest->t.size = CryptHashStart(&hashState, nameHashAlg); in FillInCreationData()
768 CryptHashEnd2B(&hashState, &creationDigest->b); in FillInCreationData()