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

/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-586.pl69 $K512="ebp";
112 &paddq ("mm7",QWP(0,$K512)); # X[i]+=K512[i]
142 &add ($K512,8);
149 &add ($K512,8);
207 &mov ("esi",&DWP(0,$K512));
208 &mov ("edi",&DWP(4,$K512)); # K[i]
277 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K
279 &lea ($K512,&DWP(8,$K512)); #
[all...]
H A Dsha512-armv4.pl196 .type K512,%object
198 K512: label
239 .size K512,.-K512
260 sub $Ktbl,r3,#672 @ K512
566 sub $Ktbl,r3,#672 @ K512
588 sub $Ktbl,#640 @ rewind K512
H A Dsha512-ia64.pl80 $TABLE="K512";
642 .type K512#,\@object
643 K512: data8 0x428a2f98d728ae22,0x7137449123ef65cd label
683 .size K512#,$SZ*$rounds
H A Dsha512-ppc.pl481 addc $hlo,$hlo,$t2 ; h+=K512[i]
/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c201 static const sha2_word64 K512[80] = { variable
293 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
296 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
319 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha512.c277 static const SHA_LONG64 K512[80] = { variable
444 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
457 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
501 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
520 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
547 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/freebsd-11-stable/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-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c217 const static u_int64_t K512[80] = { variable
584 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
596 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
683 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
705 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-11-stable/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-11-stable/secure/lib/libcrypto/aarch64/
H A Dsha512-armv8.S26 adr x30,K512
974 .type K512,%object
975 K512: label
1017 .size K512,.-K512
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dsha512-armv4.S16 .type K512,%object
18 K512: label
59 .size K512,.-K512
80 sub r14,r3,#672 @ K512
454 sub r3,r3,#672 @ K512
1766 sub r3,#640 @ rewind K512
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dsha512-x86_64.S54 leaq K512(%rip),%rbp
1714 .type K512,@object
1715 K512: label
1833 vmovdqa K512+1280(%rip),%xmm11
1835 leaq K512+128(%rip),%rbp
2916 vmovdqa K512+1280(%rip),%xmm11
2918 leaq K512+128(%rip),%rbp
4071 leaq K512+128(%rip),%rbp

Completed in 122 milliseconds