Searched refs:stateindex (Results 1 – 3 of 3) sorted by relevance
29 u32 stateindex; in arcfour_init() local39 stateindex = 0; in arcfour_init()42 stateindex = (stateindex + key[keyindex] + t) & 0xff; in arcfour_init()43 u = state[stateindex]; in arcfour_init()44 state[stateindex] = (u8)t; in arcfour_init()
51 u32 stateindex; in arcfour_init() local61 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()
102 u32 stateindex; in arcfour_init() local112 stateindex = 0; in arcfour_init()115 stateindex = (stateindex + key[keyindex] + t) & 0xff; in arcfour_init()116 u = state[stateindex]; in arcfour_init()117 state[stateindex] = (u8)t; in arcfour_init()