Searched defs:Sigma0 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha512-internal.c | 96 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39)) macro
|
H A D | sha256-internal.c | 75 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) macro
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha256.c | 137 # define Sigma0(x) (ROTATE((x),30) ^ ROTATE((x),19) ^ ROTATE((x),10)) macro
|
H A D | sha512.c | 475 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) macro
|