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

/xnu-2782.1.97/bsd/crypto/rc4/
H A Drc4.c66 state->index1 = 0;
92 state->index1++;
93 state->index2 += state->perm[state->index1];
96 swap_bytes(&state->perm[state->index1],
100 j = state->perm[state->index1] + state->perm[state->index2];
H A Drc4.h45 u_char index1; member in struct:rc4_state

Completed in 34 milliseconds