diff options
author | appro <appro> | 2011-09-27 19:34:40 +0000 |
---|---|---|
committer | appro <appro> | 2011-09-27 19:34:40 +0000 |
commit | f3750ed9a8f5e938a46d2b7fb2a96286fd915b6d (patch) | |
tree | cc913010e23efb8653b516c3bca2c521565cdd9d /crypto/aes | |
parent | 88250ce19abc5ec387e0bcddbf9dbce60c0cdf39 (diff) | |
download | openssl-f3750ed9a8f5e938a46d2b7fb2a96286fd915b6d.tar.gz |
bsaes-x86_64.pl: add due credit.
Diffstat (limited to 'crypto/aes')
-rw-r--r-- | crypto/aes/asm/bsaes-x86_64.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/aes/asm/bsaes-x86_64.pl b/crypto/aes/asm/bsaes-x86_64.pl index 7593ecdb9..da7e95183 100644 --- a/crypto/aes/asm/bsaes-x86_64.pl +++ b/crypto/aes/asm/bsaes-x86_64.pl @@ -4,7 +4,7 @@ ### AES-128 [originally in CTR mode] ### ### bitsliced implementation for Intel Core 2 processors ### ### requires support of SSE extensions up to SSSE3 ### -### Author: Emilia Käsper ### +### Author: Emilia Käsper and Peter Schwabe ### ### Date: 2009-03-19 ### ### Public domain ### ### ### @@ -669,8 +669,8 @@ $code.=<<___; ___ } -if (1) { # following two functions are unsupported interface - # used for benchmarking... +if (1 && !$win64) { # following two functions are unsupported interface + # used for benchmarking... $code.=<<___; .globl bsaes_enc_key_convert .type bsaes_enc_key_convert,\@function,2 @@ -1173,7 +1173,7 @@ $code.=<<___; .LADD6: .quad 0x0000000000000000, 0x0000000600000000 .LADD7: .quad 0x0000000000000000, 0x0000000700000000 .LADD8: .quad 0x0000000000000000, 0x0000000800000000 -.asciz "Bit-sliced AES for x86_64, Emilia Käsper" +.asciz "Bit-sliced AES for x86_64/SSSE3, Emilia Käsper and Peter Schwabe" .align 64 ___ |