Home | History | Annotate | Download | only in hmac_sha

Lines Matching full:rotl

48 #define ROTL(x, n)   ((x << n) | (x >> ((sizeof(x) << 3) - n)))