/external/chromium_org/third_party/boringssl/src/crypto/aes/ |
CMakeLists.txt | 8 aesni-x86_64.${ASM_EXT} 20 aesni-x86.${ASM_EXT} 45 perlasm(aesni-x86_64.${ASM_EXT} asm/aesni-x86_64.pl) 50 perlasm(aesni-x86.${ASM_EXT} asm/aesni-x86.pl)
|
/external/chromium_org/third_party/boringssl/src/crypto/modes/ |
CMakeLists.txt | 7 aesni-gcm-x86_64.${ASM_EXT} 42 perlasm(aesni-gcm-x86_64.${ASM_EXT} asm/aesni-gcm-x86_64.pl)
|
/external/llvm/test/CodeGen/X86/ |
aes_intrinsics.ll | 5 %res = call <2 x i64> @llvm.x86.aesni.aesdec(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1] 8 declare <2 x i64> @llvm.x86.aesni.aesdec(<2 x i64>, <2 x i64>) nounwind readnone 13 %res = call <2 x i64> @llvm.x86.aesni.aesdeclast(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1] 16 declare <2 x i64> @llvm.x86.aesni.aesdeclast(<2 x i64>, <2 x i64>) nounwind readnone 21 %res = call <2 x i64> @llvm.x86.aesni.aesenc(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1] 24 declare <2 x i64> @llvm.x86.aesni.aesenc(<2 x i64>, <2 x i64>) nounwind readnone 29 %res = call <2 x i64> @llvm.x86.aesni.aesenclast(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1] 32 declare <2 x i64> @llvm.x86.aesni.aesenclast(<2 x i64>, <2 x i64>) nounwind readnone 37 %res = call <2 x i64> @llvm.x86.aesni.aesimc(<2 x i64> %a0) ; <<2 x i64>> [#uses=1] 40 declare <2 x i64> @llvm.x86.aesni.aesimc(<2 x i64>) nounwind readnon [all...] |
avx-intrinsics-x86.ll | 5 %res = call <2 x i64> @llvm.x86.aesni.aesdec(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1] 8 declare <2 x i64> @llvm.x86.aesni.aesdec(<2 x i64>, <2 x i64>) nounwind readnone 13 %res = call <2 x i64> @llvm.x86.aesni.aesdeclast(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1] 16 declare <2 x i64> @llvm.x86.aesni.aesdeclast(<2 x i64>, <2 x i64>) nounwind readnone 21 %res = call <2 x i64> @llvm.x86.aesni.aesenc(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1] 24 declare <2 x i64> @llvm.x86.aesni.aesenc(<2 x i64>, <2 x i64>) nounwind readnone 29 %res = call <2 x i64> @llvm.x86.aesni.aesenclast(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1] 32 declare <2 x i64> @llvm.x86.aesni.aesenclast(<2 x i64>, <2 x i64>) nounwind readnone 37 %res = call <2 x i64> @llvm.x86.aesni.aesimc(<2 x i64> %a0) ; <<2 x i64>> [#uses=1] 40 declare <2 x i64> @llvm.x86.aesni.aesimc(<2 x i64>) nounwind readnon [all...] |
/external/llvm/test/LTO/ |
attrs.ll | 7 declare <2 x i64> @llvm.x86.aesni.aeskeygenassist(<2 x i64>, i8) 11 %res = call <2 x i64> @llvm.x86.aesni.aeskeygenassist(<2 x i64> %a0, i8 7) 15 ; WITHOUT_AES: LLVM ERROR: Cannot select: intrinsic %llvm.x86.aesni.aeskeygenassist
|
/external/chromium_org/third_party/boringssl/ |
boringssl.gypi | 332 'linux-x86/crypto/aes/aesni-x86.S', 347 'linux-x86_64/crypto/aes/aesni-x86_64.S', 357 'linux-x86_64/crypto/modes/aesni-gcm-x86_64.S', 367 'mac-x86/crypto/aes/aesni-x86.S', 382 'mac-x86_64/crypto/aes/aesni-x86_64.S', 392 'mac-x86_64/crypto/modes/aesni-gcm-x86_64.S', 402 'win-x86_64/crypto/aes/aesni-x86_64.asm', 412 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
|
boringssl.target.darwin-x86_64.mk | 334 third_party/boringssl/linux-x86_64/crypto/aes/aesni-x86_64.S \ 344 third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.S \
|
boringssl.target.linux-x86_64.mk | 334 third_party/boringssl/linux-x86_64/crypto/aes/aesni-x86_64.S \ 344 third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.S \
|
boringssl.target.darwin-x86.mk | 334 third_party/boringssl/linux-x86/crypto/aes/aesni-x86.S \
|
boringssl.target.linux-x86.mk | 334 third_party/boringssl/linux-x86/crypto/aes/aesni-x86.S \
|
/external/openssl/crypto/aes/asm/ |
aesni-sha1-x86_64.pl | 12 # This is AESNI-CBC+SHA1 "stitch" implementation. The idea, as spelled 14 # that since AESNI-CBC encrypt exhibit *very* low instruction-level 18 # AESNI code is weaved into it. Below are performance numbers in 19 # cycles per processed byte, less is better, for standalone AESNI-CBC 41 # *decrypt* subroutine. Because *both* AESNI-CBC decrypt and SHA1 45 # standalone AESNI-CBC decrypt: 1085 .asciz "AESNI-CBC+SHA1 stitch for x86_64, CRYPTOGAMS by <appro\@openssl.org>" 1229 sub aesni { subroutine 1247 $code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
|
aesni-x86.pl | 17 # To start with see corresponding paragraph in aesni-x86_64.pl... 34 # See aesni-x86_64.pl for details. Unlike x86_64 version this module 38 # factor presented in aesni-x86_64.pl (except for CTR) are for this 46 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script 57 if ($PREFIX eq "aesni") { $movekey=*movups; } 77 # AESNI extenstion 348 &aesni_generate3("enc") if ($PREFIX eq "aesni"); 350 &aesni_generate4("enc") if ($PREFIX eq "aesni"); 352 &aesni_generate6("enc") if ($PREFIX eq "aesni"); 356 if ($PREFIX eq "aesni") { [all...] |
aesni-x86_64.pl | 35 # that otherwise used 'openssl speed -evp aes-128-??? -engine aesni 145 # justifiable, so there no need to feel bad that 32-bit aesni-x86.pl 160 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script 178 $movkey = $PREFIX eq "aesni" ? "movups" : "movups"; 511 &aesni_generate3("enc") if ($PREFIX eq "aesni"); 513 &aesni_generate4("enc") if ($PREFIX eq "aesni"); 515 &aesni_generate6("enc") if ($PREFIX eq "aesni"); 517 &aesni_generate8("enc") if ($PREFIX eq "aesni"); 521 if ($PREFIX eq "aesni") { 3039 sub aesni { subroutine [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/ |
aesni-x86.pl | 17 # To start with see corresponding paragraph in aesni-x86_64.pl... 34 # See aesni-x86_64.pl for details. Unlike x86_64 version this module 38 # factor presented in aesni-x86_64.pl (except for CTR) are for this 57 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script 68 if ($PREFIX eq "aesni") { $movekey=\&movups; } 88 # AESNI extenstion 395 &aesni_generate2("enc") if ($PREFIX eq "aesni"); 397 &aesni_generate3("enc") if ($PREFIX eq "aesni"); 399 &aesni_generate4("enc") if ($PREFIX eq "aesni"); 401 &aesni_generate6("enc") if ($PREFIX eq "aesni"); [all...] |
aesni-x86_64.pl | 35 # that otherwise used 'openssl speed -evp aes-128-??? -engine aesni 145 # justifiable, so there no need to feel bad that 32-bit aesni-x86.pl 175 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script 193 $movkey = $PREFIX eq "aesni" ? "movups" : "movups"; 568 &aesni_generate2("enc") if ($PREFIX eq "aesni"); 570 &aesni_generate3("enc") if ($PREFIX eq "aesni"); 572 &aesni_generate4("enc") if ($PREFIX eq "aesni"); 574 &aesni_generate6("enc") if ($PREFIX eq "aesni"); 576 &aesni_generate8("enc") if ($PREFIX eq "aesni"); 580 if ($PREFIX eq "aesni") { 3502 sub aesni { subroutine [all...] |
/external/openssl/ |
Crypto-config-host.mk | 613 crypto/aes/asm/aesni-x86.S \ 656 crypto/aes/asm/aesni-sha1-x86_64.S \ 657 crypto/aes/asm/aesni-x86_64.S \
|
Crypto-config-target.mk | 613 crypto/aes/asm/aesni-x86.S \ 656 crypto/aes/asm/aesni-sha1-x86_64.S \ 657 crypto/aes/asm/aesni-x86_64.S \
|
import_openssl.sh | 545 gen_asm_x86 crypto/aes/asm/aesni-x86.pl 565 gen_asm_x86_64 crypto/aes/asm/aesni-x86_64.pl 569 gen_asm_x86_64 crypto/aes/asm/aesni-sha1-x86_64.pl
|
openssl.config | 881 crypto/aes/asm/aesni-x86.S \ 910 crypto/aes/asm/aesni-x86_64.S \ 911 crypto/aes/asm/aesni-sha1-x86_64.S \
|
/external/chromium_org/third_party/boringssl/src/crypto/ |
cpu-x86-asm.pl | 146 &and ("ebp",0xfdfffffd); # clear AESNI and PCLMULQDQ bits
|
/external/openssl/crypto/ |
x86cpuid.pl | 134 &and ("ebp",0xfdfffffd); # clear AESNI and PCLMULQDQ bits
|
/prebuilts/clang/linux-x86/host/3.4/bin/ |
llvm-as | |
llvm-dis | |
llvm-link | |
/prebuilts/clang/linux-x86/host/3.5/bin/ |
llvm-as | |