Searched refs:Sha256_S (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | sha256.c | 342 #define Sha256_S(x, n) RORc((x), (n)) macro 344 #define Sigma0(x) (Sha256_S(x, 2) ^ Sha256_S(x, 13) ^ Sha256_S(x, 22)) 345 #define Sigma1(x) (Sha256_S(x, 6) ^ Sha256_S(x, 11) ^ Sha256_S(x, 25)) 346 #define Gamma0(x) (Sha256_S(x, 7) ^ Sha256_S(x, 18) ^ Sha256_R(x, 3)) 347 #define Gamma1(x) (Sha256_S(x, 17) ^ Sha256_S(x, 19) ^ Sha256_R(x, 10))
|
Completed in 6 milliseconds