aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/asm/aes256.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/aes256.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/aes256.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asm/aes256.asm b/src/asm/aes256.asm
index f1c3eaf..9f1e735 100644
--- a/src/asm/aes256.asm
+++ b/src/asm/aes256.asm
@@ -241,7 +241,7 @@ aes256_keygen_assist:
ret
@aesni_aes256_expand_key_@36 endp
-@aesni_aes256_derive_decryption_keys_raw@8 proc
+@aesni_aes256_derive_decryption_keys_@8 proc
movdqa xmm5, [ecx]
movdqa xmm4, [ecx + 0E0h]
movdqa [edx], xmm4
@@ -281,6 +281,6 @@ aes256_keygen_assist:
movdqa [edx + 70h], xmm5
ret
-@aesni_aes256_derive_decryption_keys_raw@8 endp
+@aesni_aes256_derive_decryption_keys_@8 endp
end