HomeSort by relevance Sort by last modified time
    Searched refs:K512 (Results 1 - 10 of 10) sorted by null

  /external/boringssl/src/crypto/sha/asm/
sha512-586.pl 74 $K512="ebp";
117 &paddq ("mm7",QWP(0,$K512)); # X[i]+=K512[i]
147 &add ($K512,8);
154 &add ($K512,8);
212 &mov ("esi",&DWP(0,$K512));
213 &mov ("edi",&DWP(4,$K512)); # K[i]
282 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K
284 &lea ($K512,&DWP(8,$K512)); # K+
    [all...]
sha512-armv4.pl 227 .type K512,%object
229 K512:
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/
sha2.c 259 const static sha2_word64 K512[80] = {
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] +
    [all...]
  /external/openssh/openbsd-compat/
sha2.c 217 const static u_int64_t K512[80] = {
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] +
  /external/boringssl/src/crypto/sha/
sha512.c 318 static const uint64_t K512[80] = {
474 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
487 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
509 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; \
  /external/libchrome/crypto/third_party/nss/
sha512.cc 569 /* SHA-384 and SHA-512 constants, K512. */
570 static const PRUint64 K512[80] = {
725 h += S1(e) + Ch(e,f,g) + K512[n] + W[n]; \
775 lo += (tm = K512[n].lo); if (lo < tm) cy++; \
778 h.hi += cy + S1hi(e) + Chxx(e,f,g,hi) + K512[n].hi + W[n].hi; \
    [all...]
  /external/boringssl/linux-x86_64/crypto/sha/
sha512-x86_64.S 52 leaq K512(%rip),%rbp
1712 .type K512,@object
1713 K512:
1831 vmovdqa K512+1280(%rip),%xmm11
1833 leaq K512+128(%rip),%rbp
    [all...]
  /external/boringssl/mac-x86_64/crypto/sha/
sha512-x86_64.S 51 leaq K512(%rip),%rbp
1712 K512:
1830 vmovdqa K512+1280(%rip),%xmm11
1832 leaq K512+128(%rip),%rbp
    [all...]
  /external/boringssl/win-x86_64/crypto/sha/
sha512-x86_64.asm 63 lea rbp,[K512]
1726 K512:
1863 vmovdqa xmm11,XMMWORD[((K512+1280))]
1865 lea rbp,[((K512+128))]
    [all...]
  /external/boringssl/win-x86/crypto/sha/
sha512-586.asm 33 lea ebp,[(L$001K512-L$000pic_point)+ebp]
    [all...]

Completed in 1488 milliseconds