Home
last modified time | relevance | path

Searched refs:CryptGetHashAlgByIndex (Results 1 – 7 of 7) sorted by relevance

/external/tpm2/
D_TPM_Hash_End.c56 TPMI_ALG_HASH hash = CryptGetHashAlgByIndex(i); in _TPM_Hash_End()
DPCR_Event.c54 TPM_ALG_ID hash = CryptGetHashAlgByIndex(i); in TPM2_PCR_Event()
DEventSequenceComplete.c67 hashAlg = CryptGetHashAlgByIndex(i); in TPM2_EventSequenceComplete()
DObject.c526 for(count = 0; (hash = CryptGetHashAlgByIndex(count)) != TPM_ALG_NULL; count++) in ObjectCreateEventSequence()
559 for(count = 0; CryptGetHashAlgByIndex(count) != TPM_ALG_NULL; count++) in ObjectTerminateEvent()
DPCR.c219 = CryptGetHashAlgByIndex(gp.pcrAllocated.count); in PCRSimStart()
989 hash = CryptGetHashAlgByIndex(i); in PCRSetValue()
DCryptUtil_fp.h114 LIB_EXPORT TPM_ALG_ID CryptGetHashAlgByIndex(UINT32 index // IN: the index
DCryptUtil.c611 CryptGetHashAlgByIndex( in CryptGetHashAlgByIndex() function