Home
last modified time | relevance | path

Searched refs:sigma0_512 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/crypto/sha2/
H A Dsha2.c203 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) macro
689 s0 = sigma0_512(s0); \
795 s0 = sigma0_512(s0); in SHA512_Transform()
/dragonfly/contrib/ldns/
H A Dsha2.c210 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) macro
670 s0 = sigma0_512(s0); \
778 s0 = sigma0_512(s0); in ldns_sha512_Transform()