Searched refs:sigma0_512 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c196 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) macro
314 s0 = sigma0_512(s0);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c179 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) macro
593 s0 = sigma0_512(s0); \
700 s0 = sigma0_512(s0);
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c210 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) macro
666 s0 = sigma0_512(s0); \
774 s0 = sigma0_512(s0);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsha2.c360 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) macro
957 s0 = sigma0_512(s0); \
1067 s0 = sigma0_512(s0);
/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c143 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) macro

Completed in 180 milliseconds