Home
last modified time | relevance | path

Searched defs:Sigma1 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha256.c48 #define Sigma1(x) (ROTR(x,6) ^ ROTR(x,11) ^ ROTR(x,25)) macro
H A Dsha512.c48 #define Sigma1(x) (ROTR(x,14) ^ ROTR(x,18) ^ ROTR(x,41)) macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha256.c138 # define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7)) macro
H A Dsha512.c476 # 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 Dsha256.c159 # define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7)) macro
H A Dsha512.c489 # define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) macro