Searched refs:index2 (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/crypto/rc4/
H A Drc4.c67 state->index2 = 0;
93 state->index2 += state->perm[state->index1];
97 &state->perm[state->index2]);
100 j = state->perm[state->index1] + state->perm[state->index2];
H A Drc4.h46 u_char index2; member in struct:rc4_state

Completed in 61 milliseconds