Home
last modified time | relevance | path

Searched defs:Sigma0 (Results 1 – 4 of 4) sorted by relevance

/freebsd/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/crypto/openssl/crypto/sha/
H A Dsha256.c137 # define Sigma0(x) (ROTATE((x),30) ^ ROTATE((x),19) ^ ROTATE((x),10)) macro
H A Dsha512.c475 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) macro