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

/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dsha2.c174 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) macro
588 s0 = sigma0_512(s0); \
695 s0 = sigma0_512(s0);
/freebsd-10.0-release/contrib/ldns/
H A Dsha2.c210 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) macro
659 s0 = sigma0_512(s0); \
767 s0 = sigma0_512(s0);
/freebsd-10.0-release/sys/crypto/sha2/
H A Dsha2.c204 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) macro
690 s0 = sigma0_512(s0); \
796 s0 = sigma0_512(s0);
/freebsd-10.0-release/contrib/apr/random/unix/
H A Dsha2.c143 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) macro

Completed in 78 milliseconds