Home
last modified time | relevance | path

Searched refs:s_algorithms (Results 1 – 2 of 2) 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()
Dpart4.txt15486 7 static const ALGORITHM s_algorithms[] =
15631 128 // Compute how many algorithms are defined in s_algorithms array.
15632 129 algNum = sizeof(s_algorithms) / sizeof(s_algorithms[0]);
15638 135 if(s_algorithms[i].algID < algID)
15644 141 algList->algProperties[algList->count].alg = s_algorithms[i].algID;
15646 143 s_algorithms[i].attributes;
15678 170 for(index = (sizeof(s_algorithms) / sizeof(s_algorithms[0])) - 1;
15681 173 SET_BIT(s_algorithms[index].algID, *implemented);