Searched refs:base1 (Results 1 – 1 of 1) sorted by relevance
70 uchar_t i, j, *base, jj, *base1, tmp; in arcfour_crypt() local185 base1 = &base[i1]; in arcfour_crypt()187 tmp0 = base1[0]; in arcfour_crypt()217 tmp0 = base1[1]; in arcfour_crypt()226 base1[0] = (uchar_t)i_accum; in arcfour_crypt()230 base1[1] = (uchar_t)tmp1; in arcfour_crypt()272 tmp0 = base1[2]; in arcfour_crypt()275 base1[2] = (uchar_t)tmp1; in arcfour_crypt()282 tmp0 = base1[3]; in arcfour_crypt()285 base1[3] = (uchar_t)tmp1; in arcfour_crypt()[all …]