Home
last modified time | relevance | path

Searched refs:sigma1_512 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/compat/
H A Dsha512.c197 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))) macro
316 s1 = sigma1_512(s1); in SHA512_Transform()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha2.c182 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))) macro
661 s1 = sigma1_512(s1); \
768 s1 = sigma1_512(s1); in SHA512Transform()
/freebsd/contrib/ldns/
H A Dsha2.c211 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))) macro
672 s1 = sigma1_512(s1); \
780 s1 = sigma1_512(s1); in ldns_sha512_Transform()