Searched defs:Sigma1 (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha256.c | 160 # define Sigma1(x) ({ MD32_REG_T ret; \ macro 195 # define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7)) macro
|
H A D | sha512.c | 464 # define Sigma1(x) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro 493 # define Sigma1(x) ({ SHA_LONG64 ret; \ macro 580 # define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) macro
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha512-internal.c | 97 #define Sigma1(x) (S(x, 14) ^ S(x, 18) ^ S(x, 41)) macro
|
H A D | sha256-internal.c | 76 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/sha2/ |
H A D | sha512.c | 52 #define Sigma1(x) (ROTR(x,14) ^ ROTR(x,18) ^ ROTR(x,41)) macro
|
H A D | sha256.c | 74 #define Sigma1(x) (ROTR(x,6) ^ ROTR(x,11) ^ ROTR(x,25)) macro
|