[bs|vp]aes-x86[_64].pl: typos and clarifications.
authorAndy Polyakov <appro@openssl.org>
Tue, 18 Oct 2011 08:03:02 +0000 (08:03 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 18 Oct 2011 08:03:02 +0000 (08:03 +0000)
crypto/aes/asm/bsaes-x86_64.pl
crypto/aes/asm/vpaes-x86.pl
crypto/aes/asm/vpaes-x86_64.pl

index da7e951836f07f7e3a3df03833ff2bf4aff754dd..bbc86add36b0606dcf0102ce30a84c7d1b5bc7a2 100644 (file)
@@ -70,7 +70,7 @@
 # Atom         570             0.26
 #
 # The ratio values mean that 128-byte blocks will be processed
 # Atom         570             0.26
 #
 # The ratio values mean that 128-byte blocks will be processed
-# 21-27% slower, 256-byte blocks - 12-16%, 382-byte blocks - 8-11%,
+# 21-27% slower, 256-byte blocks - 12-16%, 384-byte blocks - 8-11%,
 # etc. Then keep in mind that input sizes not divisible by 128 are
 # *effectively* slower, especially shortest ones, e.g. consecutive
 # 144-byte blocks are processed 44% slower than one would expect,
 # etc. Then keep in mind that input sizes not divisible by 128 are
 # *effectively* slower, especially shortest ones, e.g. consecutive
 # 144-byte blocks are processed 44% slower than one would expect,
index 789810668f4eae1fce3ced3b0218bc7353f13565..84a6f6d336ca421b9e22de2515b5dbef6e6f45db 100644 (file)
@@ -22,8 +22,8 @@
 #
 # Performance summary. aes-586.pl column lists large-block CBC
 # encrypt/decrypt/with-hyper-threading-off(*) results in cycles per
 #
 # Performance summary. aes-586.pl column lists large-block CBC
 # encrypt/decrypt/with-hyper-threading-off(*) results in cycles per
-# byte processed with 128-bit key, and vpaes-x86.pl column -
-# encrypt/decrypt.
+# byte processed with 128-bit key, and vpaes-x86.pl column - [also
+# large-block CBC] encrypt/decrypt.
 #
 #              aes-586.pl              vpaes-x86.pl
 #
 #
 #              aes-586.pl              vpaes-x86.pl
 #
@@ -153,7 +153,7 @@ $k_dsbe=0x2a0;              # decryption sbox output *E*u, *E*t
 $k_dsbo=0x2c0;         # decryption sbox final output
        &data_word(0x7EF94000,0x1387EA53,0xD4943E2D,0xC7AA6DB9);
        &data_word(0x93441D00,0x12D7560F,0xD8C58E9C,0xCA4B8159);
 $k_dsbo=0x2c0;         # decryption sbox final output
        &data_word(0x7EF94000,0x1387EA53,0xD4943E2D,0xC7AA6DB9);
        &data_word(0x93441D00,0x12D7560F,0xD8C58E9C,0xCA4B8159);
-&asciz ("Vector Permutation AES for x86, Mike Hamburg (Stanford University)");
+&asciz ("Vector Permutation AES for x86/SSSE3, Mike Hamburg (Stanford University)");
 &align (64);
 
 &function_begin_B("_vpaes_preheat");
 &align (64);
 
 &function_begin_B("_vpaes_preheat");
index 01011defbdbca5b08f2a8144c0346d11c3fe0b52..02547022302cc423cd4934bf655860c19aa678e7 100644 (file)
@@ -23,7 +23,7 @@
 # Performance summary. aes-x86_64.pl column lists large-block CBC
 # encrypt/decrypt/with-hyper-threading-off(*) results in cycles per
 # byte processed with 128-bit key, and vpaes-x86_64.pl column -
 # Performance summary. aes-x86_64.pl column lists large-block CBC
 # encrypt/decrypt/with-hyper-threading-off(*) results in cycles per
 # byte processed with 128-bit key, and vpaes-x86_64.pl column -
-# encrypt/decrypt.
+# [also large-block CBC] encrypt/decrypt.
 #
 #              aes-x86_64.pl           vpaes-x86_64.pl
 #
 #
 #              aes-x86_64.pl           vpaes-x86_64.pl
 #
@@ -1057,7 +1057,7 @@ _vpaes_consts:
 .Lk_dsbo:      # decryption sbox final output
        .quad   0x1387EA537EF94000, 0xC7AA6DB9D4943E2D
        .quad   0x12D7560F93441D00, 0xCA4B8159D8C58E9C
 .Lk_dsbo:      # decryption sbox final output
        .quad   0x1387EA537EF94000, 0xC7AA6DB9D4943E2D
        .quad   0x12D7560F93441D00, 0xCA4B8159D8C58E9C
-.asciz "Vector Permutaion AES for x86_64, Mike Hamburg (Stanford University)"
+.asciz "Vector Permutaion AES for x86_64/SSSE3, Mike Hamburg (Stanford University)"
 .align 64
 .size  _vpaes_consts,.-_vpaes_consts
 ___
 .align 64
 .size  _vpaes_consts,.-_vpaes_consts
 ___