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

/dovecot/src/lib/
H A Dsha2.c49 #define SHA512_F2(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) macro
331 t1 = wv[7] + SHA512_F2(wv[4]) + CH(wv[4], wv[5], wv[6])

Completed in 8 milliseconds