Searched refs:CryptHashGetAlgByIndex (Results 1 – 7 of 7) sorted by relevance
82 TPMI_ALG_HASH hash = CryptHashGetAlgByIndex(i); in _TPM_Hash_End()
78 TPM_ALG_ID hash = CryptHashGetAlgByIndex(i); in TPM2_PCR_Event()
87 hashAlg = CryptHashGetAlgByIndex(i); in TPM2_EventSequenceComplete()
92 CryptHashGetAlgByIndex(
603 for(count = 0; (hash = CryptHashGetAlgByIndex(count)) != TPM_ALG_NULL; count++) in ObjectCreateEventSequence()629 for(count = 0; CryptHashGetAlgByIndex(count) != TPM_ALG_NULL; count++) in ObjectTerminateEvent()
256 = CryptHashGetAlgByIndex(gp.pcrAllocated.count); in PCRSimStart()995 hash = CryptHashGetAlgByIndex(i); in PCRSetValue()
140 CryptHashGetAlgByIndex( in CryptHashGetAlgByIndex() function