Lines Matching refs:g_toTest
1602 15 extern ALGORITHM_VECTOR g_toTest;
1605 18 LIB_IMPORT extern ALGORITHM_VECTOR g_toTest;
1610 20 #define TEST(alg) if(TEST_BIT(alg, g_toTest)) CryptTestAlgorithm(alg, NULL)
1616 22 if( TEST_BIT(alg, g_toTest) …
17157 66 ALGORITHM_VECTOR g_toTest;
24026 38 MemoryCopy(g_toTest,
24028 40 sizeof(g_toTest), sizeof(g_toTest));
24030 42 return CryptRunSelfTests(&g_toTest);
24082 78 if(TEST_BIT(alg, g_toTest))
24105 88 MemoryCopy(g_toTest,
24107 90 sizeof(g_toTest),
24108 91 sizeof(g_toTest));
24111 94 CryptTestAlgorithm(TPM_ALG_ERROR, &g_toTest);
24121 …run, the corresponding bit in toTest and in g_toTest is CLEAR. If toTest is NULL, then only the bi…
24122 g_toTest is CLEAR. There is a special case for the call to TestAlgorithm(). When alg is
24153 120 CLEAR_BIT(alg, g_toTest);