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

/external/dropbear/libtomcrypt/src/prngs/
H A Dsober128.c176 #define DROUND(z) STEP(c->R,z); NLFUNC(c,(z+1)); c->R[OFF((z+1),FOLDP)] ^= t; macro
181 DROUND(0);
182 DROUND(1);
183 DROUND(2);
184 DROUND(3);
185 DROUND(4);
186 DROUND(5);
187 DROUND(6);
188 DROUND(7);
189 DROUND(
[all...]

Completed in 89 milliseconds