Home | History | Annotate | Download | only in tpm2

Lines Matching full:algorithms

22     ALGORITHM_VECTOR             *toTest            // IN: the vector of the algorithms to test
26 // For each of the algorithms that are in the toTestVecor, need to run a
43 // This function is called to start/complete a full self-test. If fullTest is NO, then only the untested algorithms
91 TPML_ALG *toTest, // IN: list of algorithms to be tested
92 TPML_ALG *toDoList // OUT: list of algorithms needing test
104 TPM_ALG_ID alg = toTest->algorithms[i];
114 // Fill in the toDoList with the algorithms that are still untested
121 toDoList->algorithms[toDoList->count++] = alg;
130 // This function will initialize the data structures for testing all the algorithms. This should not be called
143 // out any algorithms for which there is no test.
152 // failure mode. The call to TestAlgorithm() uses an algorithms selector and a bit vector. When the test is
156 // knowledge about which algorithms have test to be accessed through the interface that provides the test.
178 // If this is an attempt to determine the algorithms for which there is a
182 // algorithms have tests, 'toTest' can be cleared.