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

/freebsd-10.1-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-586.pl55 $K512="ebp";
91 &paddq ("mm7",QWP(0,$K512)); # h+=K512[i]
132 &mov (&LB("edx"),&BP(0,$K512));
134 &add ($K512,8);
188 &mov ("esi",&DWP(0,$K512));
189 &mov ("edi",&DWP(4,$K512)); # K[i]
258 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K
260 &lea ($K512,&DWP(8,$K512)); #
[all...]
H A Dsha512-armv4.pl179 .type K512,%object
181 K512: label
222 .size K512,.-K512
239 sub $Ktbl,r3,#672 @ K512
543 sub $Ktbl,r3,#672 @ K512
564 sub $Ktbl,#640 @ rewind K512
H A Dsha512-ia64.pl74 $TABLE="K512";
468 { .mib; add T1=T1,K // T1=Ch(e,f,g)+h+K512[i]
545 { .mib; add T1=T1,K // T1=Ch(e,f,g)+h+K512[i]
629 .type K512#,\@object
630 K512: data8 0x428a2f98d728ae22,0x7137449123ef65cd label
670 .size K512#,$SZ*$rounds
/freebsd-10.1-release/crypto/openssl/crypto/sha/
H A Dsha512.c276 static const SHA_LONG64 K512[80] = { variable
431 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
444 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
488 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
507 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
534 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/freebsd-10.1-release/contrib/ldns/
H A Dsha2.c247 static const sha2_word64 K512[80] = { variable
647 K512[j] + W512[j]; \
657 K512[j] + (W512[j] = *data++); \
669 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
753 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
756 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
779 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-10.1-release/sys/crypto/sha2/
H A Dsha2.c251 static const sha2_word64 K512[80] = { variable
671 K512[j] + W512[j]; \
681 K512[j] + (W512[j] = *data++); \
693 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
775 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
778 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
801 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dsha2.c212 const static u_int64_t K512[80] = { variable
579 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
591 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
678 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
700 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-10.1-release/contrib/ntp/lib/isc/
H A Dsha2.c420 static const isc_uint64_t K512[80] = { variable
488 static const isc_uint64_t K512[80] = { variable
938 K512[j] + W512[j]; \
948 K512[j] + (W512[j] = *data++); \
960 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
1046 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
1049 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
1072 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-10.1-release/secure/lib/libcrypto/amd64/
H A Dsha512-x86_64.S25 leaq K512(%rip),%rbp
1762 .type K512,@object
1763 K512: label

Completed in 288 milliseconds