Searched defs:Sigma0 (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha512-internal.c96 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39)) macro
H A Dsha256-internal.c75 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) macro
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha256.c157 # define Sigma0(x) (ROTATE((x),30) ^ ROTATE((x),19) ^ ROTATE((x),10)) macro
H A Dsha512.c405 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) macro
/freebsd-11-stable/crypto/openssh/
H A Dblocks.c45 #define Sigma0(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) macro

Completed in 72 milliseconds