Searched refs:stateIndex (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Darc4.cpp37 unsigned int keyIndex = 0, stateIndex = 0; local
41 stateIndex += key[keyIndex] + a;
42 stateIndex &= 0xff;
43 m_state[i] = m_state[stateIndex];
44 m_state[stateIndex] = a;

Completed in 36 milliseconds