Searched refs:SHA256_F4 (Results 1 – 2 of 2) sorted by relevance
51 #define SHA256_F4(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHFR(x, 10)) macro73 w[i] = SHA256_F4(w[i - 2]) + w[i - 7] \
52 #define SHA256_F4(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHFR(x, 10)) macro74 w[i] = SHA256_F4(w[i - 2]) + w[i - 7] \