Home
last modified time | relevance | path

Searched refs:arr_ij (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/crypto/arcfour/
H A Darcfour_crypt.c114 uchar_t arr_ij; in arcfour_crypt() local
193 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()