Home
last modified time | relevance | path

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

/external/tpm2/
DCryptSelfTest.c68 g_implementedAlgorithms, in CryptSelfTest()
106 if((alg > TPM_ALG_LAST) || !TEST_BIT(alg, g_implementedAlgorithms)) in CryptIncrementalSelfTest()
139 g_implementedAlgorithms, in CryptInitializeToTest()
DGlobal.c132 ALGORITHM_VECTOR g_implementedAlgorithms; variable
DGlobal.h39 extern ALGORITHM_VECTOR g_implementedAlgorithms;
42 LIB_IMPORT extern ALGORITHM_VECTOR g_implementedAlgorithms;
DCryptUtil.c2028 AlgorithmGetImplementedVector(&g_implementedAlgorithms); in CryptInitUnits()
3699 AlgorithmGetImplementedVector(&g_implementedAlgorithms); in CryptAlgsSetImplemented()
Dpart4.txt1601 14 extern ALGORITHM_VECTOR g_implementedAlgorithms;
1604 17 LIB_IMPORT extern ALGORITHM_VECTOR g_implementedAlgorithms;
17156 65 ALGORITHM_VECTOR g_implementedAlgorithms;
21741 1611 AlgorithmGetImplementedVector(&g_implementedAlgorithms);
23692 the g_implementedAlgorithms vector can be a const. That's not how it is now
23699 3077 AlgorithmGetImplementedVector(&g_implementedAlgorithms);
24027 39 g_implementedAlgorithms,
24067 63 if((alg > TPM_ALG_LAST) || !TEST_BIT(alg, g_implementedAlgorithms))
24106 89 g_implementedAlgorithms,