Searched refs:ROTL (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dsha2.c39 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro

Completed in 6 milliseconds