Searched refs:sigma0_256 (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c137 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) macro
232 s0 = sigma0_256(s0); \
343 s0 = sigma0_256(s0);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c173 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) macro
312 s0 = sigma0_256(s0); \
419 s0 = sigma0_256(s0);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsha2.c354 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) macro
632 s0 = sigma0_256(s0); \
747 s0 = sigma0_256(s0);
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c204 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) macro
352 s0 = sigma0_256(s0); \
465 s0 = sigma0_256(s0);

Completed in 87 milliseconds