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

  /external/boringssl/src/crypto/sha/asm/
sha256-586.pl 106 $K256="ebp";
159 &mov ("esi",&DWP(0,$K256));
172 &add ($K256,4);
186 &blindpop($K256);
187 &lea ($K256,&DWP(&label("K256")."-".&label("pic_point"),$K256));
199 &picmeup("edx","OPENSSL_ia32cap_P",$K256,&label("K256"));
317 &sub ($K256,4*64); # rewind
    [all...]
sha256-armv4.pl 108 ldr $t2,[$Ktbl],#4 @ *K256++
114 add $h,$h,$t2 @ h+=K256[i]
190 .type K256,%object
192 K256:
209 .size K256,.-K256
240 sub $Ktbl,r3,#256+32 @ K256
482 adrl $Ktbl,K256
529 teq $t1,#0 @ check for K256 terminator
617 sub $Ktbl,$Ktbl,#.LARMv8-K256
    [all...]
sha512-x86_64.pl 143 $TABLE="K256";
546 lea K256+0x80(%rip),$Tbl
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 227 const static sha2_word32 K256[64] = {
352 K256[j] + W256[j]; \
362 K256[j] + (W256[j] = *data++); \
374 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
461 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
464 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
487 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
    [all...]
  /external/boringssl/src/crypto/sha/
sha256.c 192 static const uint32_t K256[64] = {
222 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; \
  /external/boringssl/linux-x86_64/crypto/sha/
sha256-x86_64.S 52 leaq K256(%rip),%rbp
1712 .type K256,@object
1713 K256:
1788 movdqa K256+512(%rip),%xmm7
1794 leaq K256(%rip),%rbp
    [all...]
  /external/boringssl/mac-x86_64/crypto/sha/
sha256-x86_64.S 51 leaq K256(%rip),%rbp
1712 K256:
1787 movdqa K256+512(%rip),%xmm7
1793 leaq K256(%rip),%rbp
    [all...]
  /external/boringssl/win-x86_64/crypto/sha/
sha256-x86_64.asm 63 lea rbp,[K256]
1726 K256:
1818 movdqa xmm7,XMMWORD[((K256+512))]
1824 lea rbp,[K256]
    [all...]
  /external/libchrome/crypto/third_party/nss/
sha512.cc 80 /* SHA-256 constants, K256. */
81 static const PRUint32 K256[64] = {
287 h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \
    [all...]
  /external/boringssl/win-x86/crypto/sha/
sha256-586.asm 33 lea ebp,[(L$001K256-L$000pic_point)+ebp]
265 L$001K256:
    [all...]

Completed in 1164 milliseconds