Searched refs:SHA512_F2 (Results 1 – 1 of 1) sorted by relevance
698 #define SHA512_F2(x) (ROTR64(28, x) ^ ROTR64(34, x) ^ ROTR64(39, x)) macro809 T2 = SHA512_F2(a) + SHA512_F1(a,b,c); in SHA512Transform()
Completed in 6 milliseconds