Home
last modified time | relevance | path

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

/external/tpm2/
DAlgorithmCap.c14 static const ALGORITHM s_algorithms[] = variable
142 algNum = sizeof(s_algorithms) / sizeof(s_algorithms[0]); in AlgorithmCapGetImplemented()
147 if(s_algorithms[i].algID < algID) in AlgorithmCapGetImplemented()
153 algList->algProperties[algList->count].alg = s_algorithms[i].algID; in AlgorithmCapGetImplemented()
155 s_algorithms[i].attributes; in AlgorithmCapGetImplemented()
177 for(index = (sizeof(s_algorithms) / sizeof(s_algorithms[0])) - 1; in AlgorithmGetImplementedVector()
180 SET_BIT(s_algorithms[index].algID, *implemented); in AlgorithmGetImplementedVector()