aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/asm/aes128.asm
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-17 21:09:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-17 21:09:42 +0300
commit8430473494fcdbf39e02fcff80d51124df728e97 (patch)
treeba2a30c419e2d2e9fdd05ff697d98e24f1ef1876 /src/asm/aes128.asm
parentfactoring out AES-specific stuff (diff)
downloadaes-tools-8430473494fcdbf39e02fcff80d51124df728e97.tar.gz
aes-tools-8430473494fcdbf39e02fcff80d51124df728e97.zip
refactoring
Diffstat (limited to '')
-rw-r--r--src/asm/aes128.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asm/aes128.asm b/src/asm/aes128.asm
index 03a9ace..70d2010 100644
--- a/src/asm/aes128.asm
+++ b/src/asm/aes128.asm
@@ -167,7 +167,7 @@ aes128_keygen_assist:
ret
@aesni_aes128_expand_key_@20 endp
-@aesni_aes128_derive_decryption_keys_raw@8 proc
+@aesni_aes128_derive_decryption_keys_@8 proc
movdqa xmm5, [ecx]
movdqa xmm4, [ecx + 0A0h]
movdqa [edx], xmm4
@@ -197,6 +197,6 @@ aes128_keygen_assist:
movdqa [edx + 50h], xmm5
ret
-@aesni_aes128_derive_decryption_keys_raw@8 endp
+@aesni_aes128_derive_decryption_keys_@8 endp
end