Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/stream/sober128/
H A Dsober128_stream.c122 #define DROUND(z) STEP(st->R,z); NLFUNC(st,(z+1)); st->R[OFF((z+1),FOLDP)] ^= t; macro
127 DROUND(0); in s128_diffuse()
128 DROUND(1); in s128_diffuse()
129 DROUND(2); in s128_diffuse()
130 DROUND(3); in s128_diffuse()
131 DROUND(4); in s128_diffuse()
132 DROUND(5); in s128_diffuse()
133 DROUND(6); in s128_diffuse()
134 DROUND(7); in s128_diffuse()
135 DROUND(8); in s128_diffuse()
[all …]