Searched refs:SHA512_F4 (Results 1 – 2 of 2) sorted by relevance
51 #define SHA512_F4(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHFR(x, 6)) macro89 w[i] = SHA512_F4(w[i - 2]) + w[i - 7] \
52 #define SHA512_F4(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHFR(x, 6)) macro90 w[i] = SHA512_F4(w[i - 2]) + w[i - 7] \