Home
last modified time | relevance | path

Searched defs:sigma1_512 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/compat/
H A Dsha512.c197 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))) macro
/netbsd-src/common/lib/libc/hash/sha2/
H A Dsha2.c121 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))) macro
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dsha2.c157 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))) macro
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c218 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))) macro
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c211 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))) macro