Searched refs:temp2 (Results 1 – 1 of 1) sorted by relevance
678 uint8_t temp1, temp2; in lim_rc4() local684 ctx.sbox[i] = temp2 = ctx.sbox[j]; in lim_rc4()687 temp1 = (uint8_t) (temp1 + temp2); in lim_rc4()689 temp2 = (uint8_t) (pSrc ? *pSrc++ : 0); in lim_rc4()691 *pDest++ = (uint8_t) (temp1 ^ temp2); in lim_rc4()