Searched refs:toDoList (Results 1 – 10 of 10) sorted by relevance
/external/tpm2/ |
D | CryptSelfTest.c | 92 TPML_ALG *toDoList // OUT: list of algorithms needing test in CryptIncrementalSelfTest() argument 98 pAssert(toTest != NULL && toDoList != NULL); in CryptIncrementalSelfTest() 115 toDoList->count = 0; in CryptIncrementalSelfTest() 117 toDoList->count < MAX_ALG_LIST_SIZE && alg <= TPM_ALG_LAST; in CryptIncrementalSelfTest() 121 toDoList->algorithms[toDoList->count++] = alg; in CryptIncrementalSelfTest()
|
D | CryptSelfTest_fp.h | 12 TPML_ALG *toDoList // OUT: list of algorithms needing test
|
D | IncrementalSelfTest.c | 29 result = CryptIncrementalSelfTest(&in->toTest, &out->toDoList); in TPM2_IncrementalSelfTest()
|
D | IncrementalSelfTest_fp.h | 14 typedef struct { TPML_ALG toDoList; } IncrementalSelfTest_Out; member
|
D | Marshal_IncrementalSelfTest.c | 27 total_size += TPML_ALG_Marshal(&source->toDoList, buffer, size); in IncrementalSelfTest_Out_Marshal()
|
D | part3.txt | 2057 The TPM will return in toDoList a list of algorithms that are yet to be tested. This list is not th… 2061 NOTE 3 An algorithm remains on the toDoList while any part of it remains untested. 2071 NOTE 4 If toDoList is empty, then no additional tests are required and TPM_RC_TESTING wil… 2074 NOTE 5 If none of the algorithms listed in toTest is in the toDoList, then no tests will … 2079 If all the parameters in this command are valid, the TPM returns TPM_RC_SUCCESS and the toDoList 2117 TPML_ALG toDoList list of algorithms that need testing 2152 16 result = CryptIncrementalSelfTest(&in->toTest, &out->toDoList);
|
D | part4.txt | 24051 47 TPML_ALG *toDoList // OUT: list of algorithms needing test 24058 54 pAssert(toTest != NULL && toDoList != NULL); 24075 71 // Fill in the toDoList with the algorithms that are still untested 24076 72 toDoList->count = 0; 24079 75 toDoList->count < MAX_ALG_LIST_SIZE && alg <= TPM_ALG_LAST; 24083 79 toDoList->algorithms[toDoList->count++] = alg;
|
/external/tpm2/generator/ |
D | commands.txt | 80 _NAME toDoList
|
D | raw_commands.txt | 3184 The TPM will return in toDoList a list of algorithms that are yet to be tested. This list is not th… 3194 If toDoList is empty, then no additional tests are required and TPM_RC_TESTING will not be 3199 If none of the algorithms listed in toTest is in the toDoList, then no tests will be performed. 3201 If all the parameters in this command are valid, the TPM returns TPM_RC_SUCCESS and the toDoList 3274 toDoList 3324 return CryptIncrementalSelfTest(&in->toTest, &out->toDoList);
|
D | raw_commands_fixed.txt | 3184 The TPM will return in toDoList a list of algorithms that are yet to be tested. This list is not th… 3194 If toDoList is empty, then no additional tests are required and TPM_RC_TESTING will not be 3199 If none of the algorithms listed in toTest is in the toDoList, then no tests will be performed. 3201 If all the parameters in this command are valid, the TPM returns TPM_RC_SUCCESS and the toDoList 3274 toDoList 3324 return CryptIncrementalSelfTest(&in->toTest, &out->toDoList);
|