Searched defs:rotl32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c53 #define rotl32(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) macro
122 s1 = rotl32(x07 + x3, 4); \
123 s2 = rotl32(x07 + x6, 8); \
125 s5 = rotl32(x04 + x23 + x5, 22); \
127 s6 = rotl32(x17 + x56 + x0, 24); \
129 s3 = rotl32(x26 + x7, 13); \
130 s4 = rotl32(x26 + x1, 17); \
131 s7 = rotl32(x26 + x4, 29); \
167 t2 = rotl32(y05 + y3, 9); \
169 t1 = rotl32(y0
[all...]

Completed in 45 milliseconds