Searched refs:Sigma1_256 (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/ |
| H A D | sha2.c | 210 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro 356 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 366 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 379 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 466 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform() 469 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform() 492 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/ |
| H A D | sha2.c | 203 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro 349 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 359 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 372 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 459 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform() 462 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform() 485 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
|
| /netbsd-src/common/lib/libc/hash/sha2/ |
| H A D | sha2.c | 113 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro 290 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 301 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 391 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform() 413 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | sha2.c | 149 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro 306 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 317 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 407 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in netpgpv_SHA256_Transform() 429 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in netpgpv_SHA256_Transform()
|