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

/external/boringssl/src/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.pl227 .type K512,%object
229 K512: label
270 .size K512,.-K512
299 sub $Ktbl,r3,#672 @ K512
612 adr $Ktbl,K512
635 sub $Ktbl,#640 @ rewind K512
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c259 const static sha2_word64 K512[80] = { variable
679 K512[j] + W512[j]; \
689 K512[j] + (W512[j] = *data++); \
701 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
783 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
786 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
809 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/external/boringssl/src/crypto/sha/
H A Dsha512.c316 static const uint64_t K512[80] = { variable
472 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
485 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
507 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; \
/external/libchrome/crypto/third_party/nss/
H A Dsha512.cc570 /* SHA-384 and SHA-512 constants, K512. */
571 static const PRUint64 K512[80] = {
726 h += S1(e) + Ch(e,f,g) + K512[n] + W[n]; \
776 lo += (tm = K512[n].lo); if (lo < tm) cy++; \
779 h.hi += cy + S1hi(e) + Chxx(e,f,g,hi) + K512[n].hi + W[n].hi; \
/external/boringssl/linux-x86_64/crypto/sha/
H A Dsha512-x86_64.S52 leaq K512(%rip),%rbp
1712 .type K512,@object
1713 K512: label
1831 vmovdqa K512+1280(%rip),%xmm11
1833 leaq K512+128(%rip),%rbp
2914 vmovdqa K512+1280(%rip),%xmm11
2916 leaq K512+128(%rip),%rbp
/external/boringssl/mac-x86_64/crypto/sha/
H A Dsha512-x86_64.S51 leaq K512(%rip),%rbp
1712 K512: label
1830 vmovdqa K512+1280(%rip),%xmm11
1832 leaq K512+128(%rip),%rbp
2913 vmovdqa K512+1280(%rip),%xmm11
2915 leaq K512+128(%rip),%rbp
/external/boringssl/win-x86_64/crypto/sha/
H A Dsha512-x86_64.asm63 lea rbp,[K512]
1726 K512: label
1863 vmovdqa xmm11,XMMWORD[((K512+1280))]
1865 lea rbp,[((K512+128))]
2969 vmovdqa xmm11,XMMWORD[((K512+1280))]
2971 lea rbp,[((K512+128))]
/external/boringssl/win-x86/crypto/sha/
H A Dsha512-586.asm33 lea ebp,[(L$001K512-L$000pic_point)+ebp]
2754 L$001K512:

Completed in 3679 milliseconds