Searched defs:Sigma1 (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | sha256.c | 48 #define Sigma1(x) (ROTR(x,6) ^ ROTR(x,11) ^ ROTR(x,25)) macro
|
H A D | sha512.c | 48 #define Sigma1(x) (ROTR(x,14) ^ ROTR(x,18) ^ ROTR(x,41)) macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/ |
H A D | sha256.c | 138 # define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7)) macro
|
H A D | sha512.c | 476 # define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/ |
H A D | sha256.c | 159 # define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7)) macro
|
H A D | sha512.c | 489 # define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) macro
|