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

  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_amd64.s     [all...]
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_amd64.s     [all...]
  /external/boringssl/src/crypto/sha/asm/
sha256-586.pl 112 $K256="ebp";
165 &mov ("esi",&DWP(0,$K256));
178 &add ($K256,4);
192 &blindpop($K256);
193 &lea ($K256,&DWP(&label("K256")."-".&label("pic_point"),$K256));
205 &picmeup("edx","OPENSSL_ia32cap_P",$K256,&label("K256"));
323 &sub ($K256,4*64); # rewind
    [all...]
sha256-armv4.pl 115 ldr $t2,[$Ktbl],#4 @ *K256++
121 add $h,$h,$t2 @ h+=K256[i]
192 .type K256,%object
194 K256:
211 .size K256,.-K256
242 sub $Ktbl,r3,#256+32 @ K256
485 adr $Ktbl,K256
532 teq $t1,#0 @ check for K256 terminator
sha512-x86_64.pl 145 $TABLE="K256";
548 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/openssh/openbsd-compat/
sha2.c 185 const static u_int32_t K256[64] = {
304 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
315 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
402 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
424 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
  /external/boringssl/src/crypto/sha/
sha256.c 194 static const uint32_t K256[64] = {
224 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 697 milliseconds