Searched refs:temp1 (Results 1 – 1 of 1) sorted by relevance
678 uint8_t temp1, temp2; in lim_rc4() local681 temp1 = ctx.sbox[i]; in lim_rc4()682 j = (uint8_t) (j + temp1); in lim_rc4()685 ctx.sbox[j] = temp1; in lim_rc4()687 temp1 = (uint8_t) (temp1 + temp2); in lim_rc4()688 temp1 = ctx.sbox[temp1]; in lim_rc4()691 *pDest++ = (uint8_t) (temp1 ^ temp2); in lim_rc4()