Home
last modified time | relevance | path

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

/curl/lib/
H A Dsha256.c343 #define Sha256_R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) macro
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 5 milliseconds