Searched defs:sigma1 (Results 1 – 6 of 6) sorted by relevance
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | sha256.c | 50 #define sigma1(x) (ROTR(x,17) ^ ROTR(x,19) ^ ((x)>>10)) macro
|
H A D | sha512.c | 50 #define sigma1(x) (ROTR(x,19) ^ ROTR(x,61) ^ ((x)>>6)) macro
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/sha/ |
H A D | sha256.c | 140 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
|
H A D | sha512.c | 478 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/sha/ |
H A D | sha256.c | 161 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
|
H A D | sha512.c | 491 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
|