Searched refs:SHA256_F4 (Results 1 – 2 of 2) sorted by relevance
75 #define SHA256_F4(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHFR(x, 10)) macro107 { w[i] = SHA256_F4(w[i - 2]) + w[i - 7] + SHA256_F3(w[i - 15]) + w[i - 16]; }
54 #define SHA256_F4(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHFR(x, 10)) macro75 w[i] = SHA256_F4(w[i - 2]) + w[i - 7] \