Lines Matching refs:toTest
22 ALGORITHM_VECTOR *toTest // IN: the vector of the algorithms to test in CryptRunSelfTests() argument
30 if(TEST_BIT(alg, *toTest)) in CryptRunSelfTests()
32 TPM_RC result = CryptTestAlgorithm(alg, toTest); in CryptRunSelfTests()
91 TPML_ALG *toTest, // IN: list of algorithms to be tested in CryptIncrementalSelfTest() argument
98 pAssert(toTest != NULL && toDoList != NULL); in CryptIncrementalSelfTest()
99 if(toTest->count > 0) in CryptIncrementalSelfTest()
102 for(i = 0; i < toTest->count; i++) in CryptIncrementalSelfTest()
104 TPM_ALG_ID alg = toTest->algorithms[i]; in CryptIncrementalSelfTest()
167 ALGORITHM_VECTOR *toTest in CryptTestAlgorithm() argument
175 TPM_RC TestAlgorithm(TPM_ALG_ID alg, ALGORITHM_VECTOR *toTest); in CryptTestAlgorithm()
176 result = TestAlgorithm(alg, toTest); in CryptTestAlgorithm()
186 if(toTest != NULL) in CryptTestAlgorithm()
187 CLEAR_BIT(alg, *toTest); in CryptTestAlgorithm()