Lines Matching full:hash
11 _cpri__CompleteHash(CPRI_HASH_STATE *hashState, // IN: the state of hash stack
13 BYTE *dOut // OUT: hash digest
20 _cpri__HashBlock(TPM_ALG_ID hashAlg, // IN: The hash algorithm
21 UINT32 dataSize, // IN: size of buffer to hash
22 BYTE *data, // IN: the buffer to hash
24 BYTE *digest // OUT: hash digest
28 _cpri__GetDigestSize(TPM_ALG_ID hashAlg // IN: hash algorithm to look up
34 _cpri__KDFa(TPM_ALG_ID hashAlg, // IN: hash algorithm used in HMAC
48 _cpri__KDFe(TPM_ALG_ID hashAlg, // IN: hash algorithm used in HMAC
59 TPM_ALG_ID hashAlg, // IN: hash to use
72 _cpri__StartHash(TPM_ALG_ID hashAlg, // IN: hash algorithm
74 CPRI_HASH_STATE *hashState // OUT: the state of hash stack.
77 CPRI_HASH_STATE *hashState, // IN: the hash context information
84 CPRI_HASH_STATE *hashState, // IN: the state of hash stack
87 BYTE *dOut // OUT: hash digest
90 _cpri__GetContextAlg(CPRI_HASH_STATE *hashState // IN: the hash context
95 _cpri__GetHashBlockSize(TPM_ALG_ID hashAlg // IN: hash algorithm to look up
99 osslFmt, // IN/OUT: the hash state formated for use by openSSL
100 EXPORT_HASH_STATE *externalFmt, // IN/OUT: the exported hash state