Home | History | Annotate | Download | only in hmac_sha

Lines Matching defs:ROTL

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