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

  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-armv4.S 14 .type K512,%object
16 K512:
57 .size K512,.-K512
74 sub r14,r3,#672 @ K512
447 sub r3,r3,#672 @ K512
    [all...]
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.S 24 leaq K512(%rip),%rbp
1761 .type K512,@object
1762 K512:
sha512-armv4.pl 179 .type K512,%object
181 K512:
222 .size K512,.-K512
239 sub $Ktbl,r3,#672 @ K512
543 sub $Ktbl,r3,#672 @ K512
564 sub $Ktbl,#640 @ rewind K512
  /external/openssl/crypto/sha/asm/
sha512-armv4.S 14 .type K512,%object
16 K512:
57 .size K512,.-K512
74 sub r14,r3,#672 @ K512
447 sub r3,r3,#672 @ K512
    [all...]
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.S 24 leaq K512(%rip),%rbp
1761 .type K512,@object
1762 K512:
sha512-armv4.pl 179 .type K512,%object
181 K512:
222 .size K512,.-K512
239 sub $Ktbl,r3,#672 @ K512
543 sub $Ktbl,r3,#672 @ K512
564 sub $Ktbl,#640 @ rewind K512
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha512.c 264 static const SHA_LONG64 K512[80] = {
425 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
439 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
474 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
486 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
502 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
  /external/openssh/openbsd-compat/
sha2.c 212 const static u_int64_t K512[80] = {
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] +
  /external/openssl/crypto/sha/
sha512.c 264 static const SHA_LONG64 K512[80] = {
425 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
439 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
474 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
486 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
502 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...]

Completed in 294 milliseconds