/external/boringssl/src/crypto/sha/asm/ |
sha512-586.pl | 69 $K512="ebp"; 112 &paddq ("mm7",QWP(0,$K512)); # X[i]+=K512[i] 142 &add ($K512,8); 149 &add ($K512,8); 207 &mov ("esi",&DWP(0,$K512)); 208 &mov ("edi",&DWP(4,$K512)); # K[i] 277 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K 279 &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
|
sha512-x86_64.pl | 131 $TABLE="K512"; [all...] |
/external/llvm/test/CodeGen/X86/ |
2009-04-16-SpillerUnfold.ll | 10 @K512 = external constant [80 x i64], align 32 ; <[80 x i64]*> [#uses=2] 74 %49 = getelementptr [80 x i64], [80 x i64]* @K512, i64 0, i64 0 ; <i64*> [#uses=1] 108 %78 = getelementptr [80 x i64], [80 x i64]* @K512, i64 0, i64 0 ; <i64*> [#uses=1]
|
/external/boringssl/src/crypto/sha/ |
sha512.c | 316 static const uint64_t K512[80] = { 472 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; 485 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; 507 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/libchrome/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...] |
/external/boringssl/linux-arm/crypto/sha/ |
sha512-armv4.S | 83 .type K512,%object 85 K512: 126 .size K512,.-K512 155 sub r14,r3,#672 @ K512 542 adr r3,K512 [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/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/crypto/sha/ |
sha512-586.asm | 33 lea ebp,[(L$001K512-L$000pic_point)+ebp] [all...] |
/external/opencv3/3rdparty/lib/ |
libavutil64.a | [all...] |