Searched refs:sj (Results 1 – 1 of 1) sorted by relevance
163 u_int8_t si, sj; in arc4_getbyte() local168 sj = rs.s[rs.j]; in arc4_getbyte()169 rs.s[rs.i] = sj; in arc4_getbyte()171 return (rs.s[(si + sj) & 0xff]); in arc4_getbyte()