Home
last modified time | relevance | path

Searched refs:aesni (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1299 AVX_INSTR aesdec, aesni, 0, 0, 0
1300 AVX_INSTR aesdeclast, aesni, 0, 0, 0
1301 AVX_INSTR aesenc, aesni, 0, 0, 0
1302 AVX_INSTR aesenclast, aesni, 0, 0, 0
1303 AVX_INSTR aesimc, aesni
1304 AVX_INSTR aeskeygenassist, aesni
/third_party/mbedtls/library/
H A DMakefile107 aesni.o \
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl2121 sub aesni { subroutine
2144 s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/geo;
H A Daesni-mb-x86_64.pl1460 sub aesni { subroutine
1501 $code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
H A Daesni-x86_64.pl42 # that otherwise used 'openssl speed -evp aes-128-??? -engine aesni
152 # justifiable, so there no need to feel bad that 32-bit aesni-x86.pl
191 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script
211 $movkey = $PREFIX eq "aesni" ? "movups" : "movups";
600 &aesni_generate2("enc") if ($PREFIX eq "aesni");
602 &aesni_generate3("enc") if ($PREFIX eq "aesni");
604 &aesni_generate4("enc") if ($PREFIX eq "aesni");
606 &aesni_generate6("enc") if ($PREFIX eq "aesni");
608 &aesni_generate8("enc") if ($PREFIX eq "aesni");
612 if ($PREFIX eq "aesni") {
5119 sub aesni { global() subroutine
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl2121 sub aesni { subroutine
2144 s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/geo;
H A Daesni-mb-x86_64.pl1460 sub aesni { subroutine
1501 $code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
H A Daesni-x86_64.pl42 # that otherwise used 'openssl speed -evp aes-128-??? -engine aesni
152 # justifiable, so there no need to feel bad that 32-bit aesni-x86.pl
191 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script
211 $movkey = $PREFIX eq "aesni" ? "movups" : "movups";
600 &aesni_generate2("enc") if ($PREFIX eq "aesni");
602 &aesni_generate3("enc") if ($PREFIX eq "aesni");
604 &aesni_generate4("enc") if ($PREFIX eq "aesni");
606 &aesni_generate6("enc") if ($PREFIX eq "aesni");
608 &aesni_generate8("enc") if ($PREFIX eq "aesni");
612 if ($PREFIX eq "aesni") {
5119 sub aesni { global() subroutine
[all...]
/third_party/ffmpeg/
H A Dconfigure449 --disable-aesni disable AESNI optimizations
2098 aesni
7503 echo "AESNI enabled ${aesni-no}"
/third_party/mbedtls/tests/scripts/
H A Dall.sh2549 # aesni.c and padlock.c reference mbedtls_aes_context fields directly.
5261 not grep mbedtls_aesni_inverse_key library/aesni.o

Completed in 25 milliseconds