HomeSort by: relevance | last modified time | path
    Searched defs:aesni (Results 1 - 18 of 18) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/
aesni-mb-x86_64.pl 1460 sub aesni { subroutine
1501 $code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
aesni-mb-x86_64.pl 1460 sub aesni { subroutine
1501 $code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
aesni-x86_64.pl 42 # 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") {
5121 sub aesni { subroutine
    [all...]
aesni-x86_64.pl 42 # 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") {
5121 sub aesni { subroutine
    [all...]
aesni-sha1-x86_64.pl 19 # This is AESNI-CBC+SHA1 "stitch" implementation. The idea, as spelled
21 # that since AESNI-CBC encrypt exhibit *very* low instruction-level
25 # AESNI code is weaved into it. Below are performance numbers in
26 # cycles per processed byte, less is better, for standalone AESNI-CBC
64 # *decrypt* subroutine. Because *both* AESNI-CBC decrypt and SHA1
68 # standalone AESNI-CBC decrypt:
1751 .asciz "AESNI-CBC+SHA1 stitch for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
2123 sub aesni { subroutine
2146 s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/geo;
aesni-sha1-x86_64.pl 19 # This is AESNI-CBC+SHA1 "stitch" implementation. The idea, as spelled
21 # that since AESNI-CBC encrypt exhibit *very* low instruction-level
25 # AESNI code is weaved into it. Below are performance numbers in
26 # cycles per processed byte, less is better, for standalone AESNI-CBC
64 # *decrypt* subroutine. Because *both* AESNI-CBC decrypt and SHA1
68 # standalone AESNI-CBC decrypt:
1751 .asciz "AESNI-CBC+SHA1 stitch for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
2123 sub aesni { subroutine
2146 s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/geo;
  /src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
aesni-mb-x86_64.pl 1460 sub aesni { subroutine
1501 $code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
aesni-mb-x86_64.pl 1460 sub aesni { subroutine
1501 $code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
aesni-x86_64.pl 42 # 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 { subroutine
    [all...]
aesni-x86_64.pl 42 # 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 { subroutine
    [all...]
aesni-sha1-x86_64.pl 19 # This is AESNI-CBC+SHA1 "stitch" implementation. The idea, as spelled
21 # that since AESNI-CBC encrypt exhibit *very* low instruction-level
25 # AESNI code is weaved into it. Below are performance numbers in
26 # cycles per processed byte, less is better, for standalone AESNI-CBC
64 # *decrypt* subroutine. Because *both* AESNI-CBC decrypt and SHA1
68 # standalone AESNI-CBC decrypt:
1750 .asciz "AESNI-CBC+SHA1 stitch for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
2121 sub aesni { subroutine
2144 s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/geo;
aesni-sha1-x86_64.pl 19 # This is AESNI-CBC+SHA1 "stitch" implementation. The idea, as spelled
21 # that since AESNI-CBC encrypt exhibit *very* low instruction-level
25 # AESNI code is weaved into it. Below are performance numbers in
26 # cycles per processed byte, less is better, for standalone AESNI-CBC
64 # *decrypt* subroutine. Because *both* AESNI-CBC decrypt and SHA1
68 # standalone AESNI-CBC decrypt:
1750 .asciz "AESNI-CBC+SHA1 stitch for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
2121 sub aesni { subroutine
2144 s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/geo;
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
aesni-mb-x86_64.pl 1430 sub aesni { subroutine
1471 $code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
aesni-mb-x86_64.pl 1430 sub aesni { subroutine
1471 $code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
aesni-x86_64.pl 42 # 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
209 $movkey = $PREFIX eq "aesni" ? "movups" : "movups";
596 &aesni_generate2("enc") if ($PREFIX eq "aesni");
598 &aesni_generate3("enc") if ($PREFIX eq "aesni");
600 &aesni_generate4("enc") if ($PREFIX eq "aesni");
602 &aesni_generate6("enc") if ($PREFIX eq "aesni");
604 &aesni_generate8("enc") if ($PREFIX eq "aesni");
608 if ($PREFIX eq "aesni") {
5106 sub aesni { subroutine
    [all...]
aesni-x86_64.pl 42 # 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
209 $movkey = $PREFIX eq "aesni" ? "movups" : "movups";
596 &aesni_generate2("enc") if ($PREFIX eq "aesni");
598 &aesni_generate3("enc") if ($PREFIX eq "aesni");
600 &aesni_generate4("enc") if ($PREFIX eq "aesni");
602 &aesni_generate6("enc") if ($PREFIX eq "aesni");
604 &aesni_generate8("enc") if ($PREFIX eq "aesni");
608 if ($PREFIX eq "aesni") {
5106 sub aesni { subroutine
    [all...]
aesni-sha1-x86_64.pl 19 # This is AESNI-CBC+SHA1 "stitch" implementation. The idea, as spelled
21 # that since AESNI-CBC encrypt exhibit *very* low instruction-level
25 # AESNI code is weaved into it. Below are performance numbers in
26 # cycles per processed byte, less is better, for standalone AESNI-CBC
64 # *decrypt* subroutine. Because *both* AESNI-CBC decrypt and SHA1
68 # standalone AESNI-CBC decrypt:
1748 .asciz "AESNI-CBC+SHA1 stitch for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
2119 sub aesni { subroutine
2142 s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/geo;
aesni-sha1-x86_64.pl 19 # This is AESNI-CBC+SHA1 "stitch" implementation. The idea, as spelled
21 # that since AESNI-CBC encrypt exhibit *very* low instruction-level
25 # AESNI code is weaved into it. Below are performance numbers in
26 # cycles per processed byte, less is better, for standalone AESNI-CBC
64 # *decrypt* subroutine. Because *both* AESNI-CBC decrypt and SHA1
68 # standalone AESNI-CBC decrypt:
1748 .asciz "AESNI-CBC+SHA1 stitch for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
2119 sub aesni { subroutine
2142 s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/geo;

Completed in 58 milliseconds