Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c51 u32 stateindex; in arcfour_init() local
61 stateindex = 0; in arcfour_init()
64 stateindex = (stateindex + key[keyindex] + t) & 0xff; in arcfour_init()
65 u = state[stateindex]; in arcfour_init()
66 state[stateindex] = (u8)t; in arcfour_init()