Searched refs:Sigma1_256 (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c205 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
351 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
361 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
374 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
461 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
464 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
487 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dsha2.c196 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
487 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
497 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
510 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
598 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
601 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
624 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c210 #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];
469 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
492 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/netbsd-6-1-5-RELEASE/common/lib/libc/hash/sha2/
H A Dsha2.c150 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
331 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
342 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
432 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
454 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dsha2.c355 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
614 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
624 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
637 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
728 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
731 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
754 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +

Completed in 88 milliseconds