HomeSort by relevance Sort by last modified time
    Searched full:k512 (Results 1 - 9 of 9) sorted by null

  /external/openssl/crypto/sha/asm/
sha512-586.pl 55 $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)); # K+
    [all...]
sha512-armv4.pl 156 .type K512,%object
158 K512:
199 .size K512,.-K512
207 sub $Ktbl,r3,#640 @ K512
sha512-armv4.s 3 .type K512,%object
5 K512:
46 .size K512,.-K512
54 sub r14,r3,#640 @ K512
sha512-ia64.pl 74 $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
670 .size K512#,$SZ*$rounds
sha512-x86_64.pl 58 $TABLE="K512";
  /external/llvm/test/CodeGen/X86/
2009-04-16-SpillerUnfold.ll 7 @K512 = external constant [80 x i64], align 32 ; <[80 x i64]*> [#uses=2]
71 %49 = getelementptr [80 x i64]* @K512, i64 0, i64 0 ; <i64*> [#uses=1]
105 %78 = getelementptr [80 x i64]* @K512, i64 0, i64 0 ; <i64*> [#uses=1]
  /external/openssl/crypto/sha/
sha512.c 308 static const SHA_LONG64 K512[80] = {
469 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
483 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
518 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
530 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
546 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
  /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/chromium/crypto/third_party/nss/
sha512.cc 570 /* 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; \
    [all...]

Completed in 68 milliseconds