Searched refs:sigma0_256 (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/apr/random/unix/ |
| HD | sha2.c | 137 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) macro 232 s0 = sigma0_256(s0); \ 343 s0 = sigma0_256(s0); in apr__SHA256_Transform()
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | sha2.c | 168 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) macro 307 s0 = sigma0_256(s0); \ 414 s0 = sigma0_256(s0); in SHA256_Transform()
|
| /NextBSD/contrib/ldns/ |
| HD | sha2.c | 204 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) macro 352 s0 = sigma0_256(s0); \ 465 s0 = sigma0_256(s0); in ldns_sha256_Transform()
|
| /NextBSD/contrib/ntp/lib/isc/ |
| HD | sha2.c | 354 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) macro 632 s0 = sigma0_256(s0); \ 747 s0 = sigma0_256(s0); in isc_sha256_transform()
|