Home
last modified time | relevance | path

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

/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
H A 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()
H A DAlgorithmTests.c806 if(!TEST_BIT(alg, g_implementedAlgorithms)) in TestAlgorithm()
H A DCryptUtil.c414 AlgorithmGetImplementedVector(&g_implementedAlgorithms); in CryptInit()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/
H A DGlobal.h500 EXTERN ALGORITHM_VECTOR g_implementedAlgorithms; variable