Searched refs:sigma1_256 (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/apr/random/unix/ |
| HD | sha2.c | 138 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x))) macro 234 s1 = sigma1_256(s1); \ 345 s1 = sigma1_256(s1); in apr__SHA256_Transform()
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | sha2.c | 169 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x))) macro 309 s1 = sigma1_256(s1); \ 416 s1 = sigma1_256(s1); in SHA256_Transform()
|
| /NextBSD/contrib/ldns/ |
| HD | sha2.c | 205 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x))) macro 354 s1 = sigma1_256(s1); \ 467 s1 = sigma1_256(s1); in ldns_sha256_Transform()
|
| /NextBSD/contrib/ntp/lib/isc/ |
| HD | sha2.c | 355 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x))) macro 634 s1 = sigma1_256(s1); \ 749 s1 = sigma1_256(s1); in isc_sha256_transform()
|