Searched defs:Sigma0 (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | sha256.c | 47 #define Sigma0(x) (ROTR(x,2) ^ ROTR(x,13) ^ ROTR(x,22)) macro
|
H A D | sha512.c | 47 #define Sigma0(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/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
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/ |
H A D | sha256.c | 158 # define Sigma0(x) (ROTATE((x),30) ^ ROTATE((x),19) ^ ROTATE((x),10)) macro
|
H A D | sha512.c | 488 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) macro
|