HomeSort by relevance Sort by last modified time
    Searched refs:CryptGetHashAlgByIndex (Results 1 - 7 of 7) sorted by null

  /external/tpm2/
_TPM_Hash_End.c 56 TPMI_ALG_HASH hash = CryptGetHashAlgByIndex(i);
EventSequenceComplete.c 67 hashAlg = CryptGetHashAlgByIndex(i);
PCR_Event.c 54 TPM_ALG_ID hash = CryptGetHashAlgByIndex(i);
Object.c 526 for(count = 0; (hash = CryptGetHashAlgByIndex(count)) != TPM_ALG_NULL; count++)
559 for(count = 0; CryptGetHashAlgByIndex(count) != TPM_ALG_NULL; count++)
CryptUtil_fp.h 114 LIB_EXPORT TPM_ALG_ID CryptGetHashAlgByIndex(UINT32 index // IN: the index
PCR.c 220 = CryptGetHashAlgByIndex(gp.pcrAllocated.count);
    [all...]
CryptUtil.c 598 // 10.2.4.19 CryptGetHashAlgByIndex()
611 CryptGetHashAlgByIndex(
    [all...]

Completed in 76 milliseconds