Searched refs:arr_ij (Results 1 – 1 of 1) sorted by relevance
114 uchar_t arr_ij; in arcfour_crypt() local193 arr_ij = arr[(ti + tj) & 0xff]; in arcfour_crypt()205 out[ii] = in[ii] ^ arr_ij; in arcfour_crypt()208 arr_ij = arr[(ti + tj) & 0xff]; in arcfour_crypt()211 out[ii] = in[ii] ^ arr_ij; in arcfour_crypt()