Searched refs:CryptGetHashAlgByIndex (Results 1 – 7 of 7) sorted by relevance
56 TPMI_ALG_HASH hash = CryptGetHashAlgByIndex(i); in _TPM_Hash_End()
54 TPM_ALG_ID hash = CryptGetHashAlgByIndex(i); in TPM2_PCR_Event()
67 hashAlg = CryptGetHashAlgByIndex(i); in TPM2_EventSequenceComplete()
526 for(count = 0; (hash = CryptGetHashAlgByIndex(count)) != TPM_ALG_NULL; count++) in ObjectCreateEventSequence()559 for(count = 0; CryptGetHashAlgByIndex(count) != TPM_ALG_NULL; count++) in ObjectTerminateEvent()
219 = CryptGetHashAlgByIndex(gp.pcrAllocated.count); in PCRSimStart()989 hash = CryptGetHashAlgByIndex(i); in PCRSetValue()
114 LIB_EXPORT TPM_ALG_ID CryptGetHashAlgByIndex(UINT32 index // IN: the index
611 CryptGetHashAlgByIndex( in CryptGetHashAlgByIndex() function