Home
last modified time | relevance | path

Searched refs:toDoList (Results 1 – 10 of 10) sorted by relevance

/external/tpm2/
DCryptSelfTest.c92 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()
DCryptSelfTest_fp.h12 TPML_ALG *toDoList // OUT: list of algorithms needing test
DIncrementalSelfTest.c29 result = CryptIncrementalSelfTest(&in->toTest, &out->toDoList); in TPM2_IncrementalSelfTest()
DIncrementalSelfTest_fp.h14 typedef struct { TPML_ALG toDoList; } IncrementalSelfTest_Out; member
DMarshal_IncrementalSelfTest.c27 total_size += TPML_ALG_Marshal(&source->toDoList, buffer, size); in IncrementalSelfTest_Out_Marshal()
Dpart3.txt2057 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);
Dpart4.txt24051 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/
Dcommands.txt80 _NAME toDoList
Draw_commands.txt3184 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);
Draw_commands_fixed.txt3184 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);