Lines Matching refs:index
60 int index;
94 for (index = 3; index < 32; index++) {
96 rsaz_1024_scatter5_avx2(table_s, result, index);
207 index = 1014;
209 while (index > -1) { /* loop for the remaining 127 windows */
213 wvalue = (p_str[(index / 8) + 1] << 8) | p_str[index / 8];
214 wvalue = (wvalue >> (index % 8)) & 31;
215 index -= 5;
264 int index;
287 for (index = 3; index < 16; index++)
288 rsaz_512_mul_scatter4(temp, a_inv, m, k0, table, index);
297 for (index = 62; index >= 0; index--) {
298 wvalue = p_str[index];