/external/boringssl/src/crypto/fipsmodule/sha/asm/ |
D | sha512-586.pl | 81 $K512="ebp"; 124 &paddq ("mm7",QWP(0,$K512)); # X[i]+=K512[i] 154 &add ($K512,8); 161 &add ($K512,8); 219 &mov ("esi",&DWP(0,$K512)); 220 &mov ("edi",&DWP(4,$K512)); # K[i] 289 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K 291 &lea ($K512,&DWP(8,$K512)); # K++ 303 &blindpop($K512); 304 &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/swiftshader/third_party/llvm-7.0/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/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 | 271 static const uint64_t K512[80] = { variable 386 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 399 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 421 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; \
|
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
D | sha512-x86_64.S | 71 leaq K512(%rip),%rbp 1740 .type K512,@object 1741 K512: label 1868 vmovdqa K512+1280(%rip),%xmm11 1870 leaq K512+128(%rip),%rbp
|
/external/boringssl/mac-x86_64/crypto/fipsmodule/ |
D | sha512-x86_64.S | 70 leaq K512(%rip),%rbp 1740 K512: label 1867 vmovdqa K512+1280(%rip),%xmm11 1869 leaq K512+128(%rip),%rbp
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | sha512-x86_64.asm | 77 lea rbp,[K512] 1749 K512: label 1895 vmovdqa xmm11,XMMWORD[((K512+1280))] 1897 lea rbp,[((K512+128))]
|
/external/boringssl/win-x86/crypto/fipsmodule/ |
D | sha512-586.asm | 39 lea ebp,[(L$001K512-L$000pic_point)+ebp] 2760 L$001K512:
|