Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptHash_fp.h150 PEXPORT_HASH_STATE externalFmt // OUT: the exported hash state
161 PCEXPORT_HASH_STATE externalFmt // IN: the exported hash state
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptHash.c236 PEXPORT_HASH_STATE externalFmt // OUT: the exported hash state in CryptHashExportState() argument
239 BYTE *outBuf = (BYTE *)externalFmt; in CryptHashExportState()
265 HASH_STATE_EXPORT(externalFmt, internalFmt); in CryptHashExportState()
276 PCEXPORT_HASH_STATE externalFmt // IN: the exported hash state in CryptHashImportState() argument
279 BYTE *inBuf = (BYTE *)externalFmt; in CryptHashImportState()