Home
last modified time | relevance | path

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

/external/tpm2/
DAlgorithmCap.c130 TPML_ALG_PROPERTY *algList // OUT: algorithm list in AlgorithmCapGetImplemented() argument
137 algList->count = 0; in AlgorithmCapGetImplemented()
149 if(algList->count < count) in AlgorithmCapGetImplemented()
153 algList->algProperties[algList->count].alg = s_algorithms[i].algID; in AlgorithmCapGetImplemented()
154 algList->algProperties[algList->count].algProperties = in AlgorithmCapGetImplemented()
156 algList->count++; in AlgorithmCapGetImplemented()
DAlgorithmCap_fp.h17 TPML_ALG_PROPERTY *algList // OUT: algorithm list