Home | History | Annotate | Download | only in hmac_sha

Lines Matching refs:SHA256_F3

54 #define SHA256_F3(x) (ROTR(x,  7) ^ ROTR(x, 18) ^ SHFR(x,  3))
107 + SHA256_F3(w[i - 15]) + w[i - 16]; \