diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-10 20:48:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-10 20:48:53 +0300 |
commit | ab42aa88992409eb5db5714df18390387c6e041c (patch) | |
tree | 8f5d8adf9e644f192d6d43d79c8db9656e57c90e /test/aes256cfb_encrypt_block.c | |
parent | bugfix (diff) | |
download | aes-tools-ab42aa88992409eb5db5714df18390387c6e041c.tar.gz aes-tools-ab42aa88992409eb5db5714df18390387c6e041c.zip |
fix register usage in the asm implementation
Apparently, the previously used xmm6/xmm7 registers are exactly the
wrong ones to use for storing temp values.
The xmm4/xmm5, on the other hand hand, don't need to be preserved,
so I switched to those.
Diffstat (limited to 'test/aes256cfb_encrypt_block.c')
0 files changed, 0 insertions, 0 deletions