Searched defs:Sigma1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Dsha256-internal.c73 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro
/freebsd-10.1-release/crypto/openssl/crypto/sha/
H A Dsha512.c393 # define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) macro
H A Dsha256.c158 # define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7)) macro
/freebsd-10.1-release/crypto/openssh/
H A Dblocks.c46 #define Sigma1(x) (ROTR(x,14) ^ ROTR(x,18) ^ ROTR(x,41)) macro

Completed in 68 milliseconds