HomeSort by relevance Sort by last modified time
    Searched refs:aesni (Results 1 - 2 of 2) sorted by null

  /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:
1084 .asciz "AESNI-CBC+SHA1 stitch for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
1228 sub aesni { subroutine
1246 $code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
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
177 $movkey = $PREFIX eq "aesni" ? "movups" : "movups";
510 &aesni_generate3("enc") if ($PREFIX eq "aesni");
512 &aesni_generate4("enc") if ($PREFIX eq "aesni");
514 &aesni_generate6("enc") if ($PREFIX eq "aesni");
516 &aesni_generate8("enc") if ($PREFIX eq "aesni");
520 if ($PREFIX eq "aesni") {
3036 sub aesni { subroutine
    [all...]

Completed in 370 milliseconds