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

/dovecot/src/lib/
H A Dsha2.c38 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
43 #define SHA256_F1(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22))
44 #define SHA256_F2(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25))
45 #define SHA256_F3(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHFR(x, 3))
46 #define SHA256_F4(x) (ROTR(
[all...]

Completed in 10 milliseconds