Lines Matching full:s_algorithms
14 static const ALGORITHM s_algorithms[] =
141 // Compute how many algorithms are defined in s_algorithms array.
142 algNum = sizeof(s_algorithms) / sizeof(s_algorithms[0]);
147 if(s_algorithms[i].algID < algID)
153 algList->algProperties[algList->count].alg = s_algorithms[i].algID;
155 s_algorithms[i].attributes;
177 for(index = (sizeof(s_algorithms) / sizeof(s_algorithms[0])) - 1;
180 SET_BIT(s_algorithms[index].algID, *implemented);