Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_security_utils.c678 uint8_t temp1, temp2; in lim_rc4() local
681 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()