Home
last modified time | relevance | path

Searched refs:algList (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DAlgorithmCap.c173 TPML_ALG_PROPERTY *algList // OUT: algorithm list in AlgorithmCapGetImplemented() argument
181 algList->count = 0; in AlgorithmCapGetImplemented()
196 if(algList->count < count) in AlgorithmCapGetImplemented()
200 algList->algProperties[algList->count].alg = s_algorithms[i].algID; in AlgorithmCapGetImplemented()
201 algList->algProperties[algList->count].algProperties = in AlgorithmCapGetImplemented()
203 algList->count++; in AlgorithmCapGetImplemented()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DAlgorithmCap_fp.h54 TPML_ALG_PROPERTY *algList // OUT: algorithm list