Home
last modified time | relevance | path

Searched refs:Sha256_S (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dsha256.c339 #define Sha256_S(x, n) RORc((x), (n)) macro
341 #define Sigma0(x) (Sha256_S(x, 2) ^ Sha256_S(x, 13) ^ Sha256_S(x, 22))
342 #define Sigma1(x) (Sha256_S(x, 6) ^ Sha256_S(x, 11) ^ Sha256_S(x, 25))
343 #define Gamma0(x) (Sha256_S(x, 7) ^ Sha256_S(x, 18) ^ Sha256_R(x, 3))
344 #define Gamma1(x) (Sha256_S(x, 17) ^ Sha256_S(x, 19) ^ Sha256_R(x, 10))

Completed in 4 milliseconds