Searched refs:stateindex (Results 1 – 3 of 3) sorted by relevance
64 u32 stateindex; in arcfour_init() local74 stateindex = 0; in arcfour_init()77 stateindex = (stateindex + key[keyindex] + t) & 0xff; in arcfour_init()78 u = state[stateindex]; in arcfour_init()79 state[stateindex] = (u8)t; in arcfour_init()
36 u32 stateindex; in arcfour_init() local46 stateindex = 0; in arcfour_init()49 stateindex = (stateindex + key[keyindex] + t) & 0xff; in arcfour_init()50 u = state[stateindex]; in arcfour_init()51 state[stateindex] = (u8)t; in arcfour_init()
41 u32 stateindex; in arcfour_init() local50 stateindex = 0; in arcfour_init()53 stateindex = (stateindex + key[keyindex] + t) & 0xff; in arcfour_init()54 u = state[stateindex]; in arcfour_init()55 state[stateindex] = (u8)t; in arcfour_init()