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

/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c56 #define rotl64(x, n) (((x) << (n)) | ((x) >> (64 - (n)))) macro
139 s1 = rotl64(x07 + x3, 5); \
140 s2 = rotl64(x07 + x6, 15); \
142 s5 = rotl64(x04 + x23 + x5, 40); \
144 s6 = rotl64(x17 + x56 + x0, 50); \
146 s3 = rotl64(x26 + x7, 22); \
147 s4 = rotl64(x26 + x1, 31); \
148 s7 = rotl64(x26 + x4, 59); \
184 t2 = rotl64(y05 + y3, 19); \
186 t1 = rotl64(y0
[all...]

Completed in 59 milliseconds