Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha256.c49 #define sigma0(x) (ROTR(x,7) ^ ROTR(x,18) ^ ((x)>>3)) macro
H A Dsha512.c49 #define sigma0(x) (ROTR(x,1) ^ ROTR(x,8) ^ ((x)>>7)) macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha256.c139 # define sigma0(x) (ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3)) macro
H A Dsha512.c477 # define sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/
H A Dsha256.c160 # define sigma0(x) (ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3)) macro
H A Dsha512.c490 # define sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) macro