Home | History | Annotate | Download | only in tpm2

Lines Matching refs:g_toTest

67        MemoryCopy(g_toTest,
69 sizeof(g_toTest), sizeof(g_toTest));
71 return CryptRunSelfTests(&g_toTest);
120 if(TEST_BIT(alg, g_toTest))
138 MemoryCopy(g_toTest,
140 sizeof(g_toTest),
141 sizeof(g_toTest));
144 CryptTestAlgorithm(TPM_ALG_ERROR, &g_toTest);
153 // run, the corresponding bit in toTest and in g_toTest is CLEAR. If toTest is NULL, then only the bit in
154 // g_toTest is CLEAR. There is a special case for the call to TestAlgorithm(). When alg is
185 CLEAR_BIT(alg, g_toTest);