Searched refs:K256 (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A Dsha256.c147 static const SHA_LONG K256[64] = { variable
203 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
222 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
249 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
/freebsd-9.3-release/sys/crypto/sha2/
H A Dsha2.c216 static const sha2_word32 K256[64] = { variable
341 K256[j] + W256[j]; \
351 K256[j] + (W256[j] = *data++); \
363 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
450 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
453 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
476 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsha2.c180 const static u_int32_t K256[64] = { variable
299 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
310 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
397 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
419 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dsha2.c375 static const isc_uint32_t K256[64] = { variable
613 K256[j] + W256[j]; \
623 K256[j] + (W256[j] = *data++); \
635 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
726 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
729 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
752 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dsha2.c375 static const isc_uint32_t K256[64] = { variable
613 K256[j] + W256[j]; \
623 K256[j] + (W256[j] = *data++); \
635 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
726 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
729 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
752 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl88 $TABLE="K256";
607 .type K256#,\@object
608 K256: data4 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 label
624 .size K256#,$SZ*$rounds

Completed in 134 milliseconds