Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/prngs/
Dsober128.c280 #define SROUND(z) STEP(c->R,z); NLFUNC(c,(z+1)); XORWORD(t, out+(z*4)); macro
316 SROUND(0); in sober128_read()
317 SROUND(1); in sober128_read()
318 SROUND(2); in sober128_read()
319 SROUND(3); in sober128_read()
320 SROUND(4); in sober128_read()
321 SROUND(5); in sober128_read()
322 SROUND(6); in sober128_read()
323 SROUND(7); in sober128_read()
324 SROUND(8); in sober128_read()
[all …]