Home | History | Annotate | Download | only in openssh

Lines Matching defs:idx0

424 		u_int idx0, idx1, idx2, idx3, idx4;
426 idx0 = (((((u_int)(dgst_raw[2 * i])) >> 6) & 3) +
431 retval[j++] = vowels[idx0];
445 idx0 = seed % 6;
448 retval[j++] = vowels[idx0];