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

/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dsha256.c51 #define sigma1(x) (Rot32(x, 17) ^ Rot32(x, 19) ^ ((x) >> 10)) macro
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A Dsha512.c398 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
H A Dsha256.c174 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
/freebsd-9.3-release/crypto/openssh/
H A Dblocks.c48 #define sigma1(x) (ROTR(x,19) ^ ROTR(x,61) ^ SHR(x,6)) macro

Completed in 101 milliseconds