Home
last modified time | relevance | path

Searched refs:PHASH_STATE (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptHash_fp.h132 PHASH_STATE state // IN: the context to check
159 PHASH_STATE internalFmt, // OUT: the hash state formatted for use by
181 PHASH_STATE hashState, // OUT: the running hash state
190 PHASH_STATE hashState, // IN: the hash context information
205 PHASH_STATE hashState, // IN: the state of hash stack
234 PHASH_STATE state, // IN: the digest state
247 PHASH_STATE state, // IN: the hash state
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptHash.c197 PHASH_STATE state // IN: the context to check in CryptHashGetContextAlg()
274 PHASH_STATE internalFmt, // OUT: the hash state formatted for use by in CryptHashImportState()
317 PHASH_STATE hashState, // IN: the hash state in HashEnd()
359 PHASH_STATE hashState, // OUT: the running hash state in CryptHashStart()
388 PHASH_STATE hashState, // IN: the hash context information in CryptDigestUpdate()
419 PHASH_STATE hashState, // IN: the state of hash stack in CryptHashEnd()
458 PHASH_STATE state, // IN: the digest state in CryptDigestUpdate2B()
480 PHASH_STATE state, // IN: the hash state in CryptHashEnd2B()
559 CryptHashStart((PHASH_STATE)state, hashAlg); in CryptHmacStart()
560 CryptDigestUpdate((PHASH_STATE)state, state->hmacKey.t.size, in CryptHmacStart()
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptHash.h305 } HASH_STATE, *PHASH_STATE; typedef