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

/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-586.pl45 $K256="ebp";
89 &mov ("esi",&DWP(0,$K256));
92 &add ($K256,4);
95 &add ($E,"esi"); # d += K256[i]
96 &add ($A,"esi"); # h += K256[i]
107 &blindpop($K256);
108 &lea ($K256,&DWP(&label("K256")."-".&label("pic_point"),$K256));
221 &sub ($K256,
[all...]
H A Dsha256-armv4.pl68 ldr $t2,[$Ktbl],#4 @ *K256++
130 .type K256,%object
132 K256: label
149 .size K256,.-K256
158 sub $Ktbl,r3,#256 @ K256
H A Dsha512-ia64.pl88 $TABLE="K256";
607 .type K256#,\@object
608 K256: data4 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 label
624 .size K256#,$SZ*$rounds
/freebsd-10-stable/contrib/apr/random/unix/
H A Dsha2.c156 static const sha2_word32 K256[64] = { variable
213 K256[j] + W256[j]; \
223 K256[j] + (W256[j] = *data++); \
235 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
322 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
325 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
348 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-10-stable/crypto/openssl/crypto/sha/
H A Dsha256.c133 static const SHA_LONG K256[64] = { variable
189 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
208 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
235 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
/freebsd-10-stable/contrib/ldns/
H A Dsha2.c215 static const sha2_word32 K256[64] = { variable
333 K256[j] + W256[j]; \
343 K256[j] + (W256[j] = *data++); \
355 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
444 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
447 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
470 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c185 const static u_int32_t K256[64] = { variable
304 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
315 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
402 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
424 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-10-stable/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-10-stable/secure/lib/libcrypto/amd64/
H A Dsha256-x86_64.S26 leaq K256(%rip),%rbp
1763 .type K256,@object
1764 K256: label

Completed in 188 milliseconds