/external/boringssl/src/crypto/fipsmodule/sha/asm/ |
D | sha512-586.pl | 74 $K512="ebp"; 117 &paddq ("mm7",QWP(0,$K512)); # X[i]+=K512[i] 147 &add ($K512,8); 154 &add ($K512,8); 212 &mov ("esi",&DWP(0,$K512)); 213 &mov ("edi",&DWP(4,$K512)); # K[i] 282 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K 284 &lea ($K512,&DWP(8,$K512)); # K++ 296 &blindpop($K512); 297 &lea ($K512,&DWP(&label("K512")."-".&label("pic_point"),$K512)); [all …]
|
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
D | sha2.c | 259 const static sha2_word64 K512[80] = { variable 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]; in SHA512_Transform() 786 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform() 809 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
|
/external/llvm/test/CodeGen/X86/ |
D | 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/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 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/openssh/openbsd-compat/ |
D | sha2.c | 217 const static u_int64_t K512[80] = { variable 584 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \ 596 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \ 683 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform() 705 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
|
/external/boringssl/src/crypto/fipsmodule/sha/ |
D | sha512.c | 305 static const uint64_t K512[80] = { variable 461 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 474 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 496 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; \
|
/external/libchrome/crypto/third_party/nss/ |
D | sha512.cc | 570 static const PRUint64 K512[80] = { 725 h += S1(e) + Ch(e,f,g) + K512[n] + W[n]; \ 775 lo += (tm = K512[n].lo); if (lo < tm) cy++; \ 778 h.hi += cy + S1hi(e) + Chxx(e,f,g,hi) + K512[n].hi + W[n].hi; \
|
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
D | sha512-x86_64.S | 53 leaq K512(%rip),%rbp 1713 .type K512,@object 1714 K512: label 1832 vmovdqa K512+1280(%rip),%xmm11 1834 leaq K512+128(%rip),%rbp 2915 vmovdqa K512+1280(%rip),%xmm11 2917 leaq K512+128(%rip),%rbp
|
/external/boringssl/mac-x86_64/crypto/fipsmodule/ |
D | sha512-x86_64.S | 52 leaq K512(%rip),%rbp 1713 K512: label 1831 vmovdqa K512+1280(%rip),%xmm11 1833 leaq K512+128(%rip),%rbp 2914 vmovdqa K512+1280(%rip),%xmm11 2916 leaq K512+128(%rip),%rbp
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | sha512-x86_64.asm | 64 lea rbp,[K512] 1727 K512: label 1864 vmovdqa xmm11,XMMWORD[((K512+1280))] 1866 lea rbp,[((K512+128))] 2970 vmovdqa xmm11,XMMWORD[((K512+1280))] 2972 lea rbp,[((K512+128))]
|
/external/boringssl/win-x86/crypto/fipsmodule/ |
D | sha512-586.asm | 33 lea ebp,[(L$001K512-L$000pic_point)+ebp] 2754 L$001K512:
|