Home
last modified time | relevance | path

Searched refs:g_implementedAlgorithms (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptSelfTest.c105 g_implementedAlgorithms, in CryptSelfTest()
142 if((alg > TPM_ALG_LAST) || !TEST_BIT(alg, g_implementedAlgorithms)) in CryptIncrementalSelfTest()
176 MemoryCopy(g_toTest, g_implementedAlgorithms, sizeof(g_toTest)); in CryptInitializeToTest()
DAlgorithmTests.c806 if(!TEST_BIT(alg, g_implementedAlgorithms)) in TestAlgorithm()
DCryptUtil.c414 AlgorithmGetImplementedVector(&g_implementedAlgorithms); in CryptInit()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h500 EXTERN ALGORITHM_VECTOR g_implementedAlgorithms; variable