Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DAlgorithmCap.c49 static const ALGORITHM s_algorithms[] = variable
188 algNum = sizeof(s_algorithms) / sizeof(s_algorithms[0]); in AlgorithmCapGetImplemented()
194 if(s_algorithms[i].algID < algID) in AlgorithmCapGetImplemented()
200 algList->algProperties[algList->count].alg = s_algorithms[i].algID; in AlgorithmCapGetImplemented()
202 s_algorithms[i].attributes; in AlgorithmCapGetImplemented()
231 for(index = (sizeof(s_algorithms) / sizeof(s_algorithms[0])) - 1; in AlgorithmGetImplementedVector()
233 SET_BIT(s_algorithms[index].algID, *implemented); in AlgorithmGetImplementedVector()