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

/dovecot/src/lib/
H A Dsha2.c37 #define SHFR(x, n) (x >> n) macro
45 #define SHA256_F3(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHFR(x, 3))
46 #define SHA256_F4(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHFR(x, 10))
50 #define SHA512_F3(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHFR(x, 7))
51 #define SHA512_F4(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHFR(x, 6))

Completed in 20 milliseconds