Lines Matching refs:TPM_ALG_ID
96 TPM_ALG_ID scheme, // IN: the key exchange scheme
112 TPM_ALG_ID CryptGetContextAlg(void *state // IN: the context to check
114 LIB_EXPORT TPM_ALG_ID CryptGetHashAlgByIndex(UINT32 index // IN: the index
117 CryptGetHashDigestSize(TPM_ALG_ID hashAlg // IN: hash algorithm
149 TPM_ALG_ID hashAlg, // IN: hash algorithm for the KDF
157 CryptGetHashDigestSize(TPM_ALG_ID hashAlg // IN: hash algorithm
168 CryptHashBlock(TPM_ALG_ID algId, // IN: the hash algorithm to use
188 _cpri__KDFa(((TPM_ALG_ID)hashAlg), ((TPM2B *)key), ((const char *)label), \
205 _cpri__KDFa(((TPM_ALG_ID)hashAlg), ((TPM2B *)key), ((const char *)label), \
220 _cpri__KDFe(((TPM_ALG_ID)hashAlg), ((TPM2B *)Z), ((const char *)label), \
229 BOOL CryptIsAsymAlgorithm(TPM_ALG_ID algID // IN: algorithm ID
233 TPM_ALG_ID scheme // IN: the scheme algorithm to test
236 BOOL CryptIsSplitSign(TPM_ALG_ID scheme // IN: the algorithm selector
316 TPM_ALG_ID algorithm, // IN: algorithm for encryption
326 TPM_ALG_ID algorithm, // IN: algorithm for encryption
358 void KDFa(TPM_ALG_ID hash, // IN: hash algorithm used in HMAC