Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha256.c50 #define sigma1(x) (ROTR(x,17) ^ ROTR(x,19) ^ ((x)>>10)) macro
H A Dsha512.c50 #define sigma1(x) (ROTR(x,19) ^ ROTR(x,61) ^ ((x)>>6)) macro
/netbsd/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha256.c140 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
H A Dsha512.c478 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/sha/
H A Dsha256.c161 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
H A Dsha512.c491 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro