]> git.ipfire.org Git - thirdparty/nettle.git/commit
x86_64: Refactor aesni assembly, with specific functions for each key size.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 10 Aug 2021 20:05:40 +0000 (22:05 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 10 Aug 2021 20:05:40 +0000 (22:05 +0200)
commitc7391e5cdb8a0afc05186d484bc9f752b8f0c074
treef107d002f14a51005cd230d00a3c0d34d9ab464b
parentd351a828579f1ffd0a837d68ed3c7f1c7d808f38
x86_64: Refactor aesni assembly, with specific functions for each key size.
16 files changed:
ChangeLog
fat-x86_64.c
x86_64/aesni/aes-decrypt-internal.asm [deleted file]
x86_64/aesni/aes-encrypt-internal.asm [deleted file]
x86_64/aesni/aes128-decrypt.asm [new file with mode: 0644]
x86_64/aesni/aes128-encrypt.asm [new file with mode: 0644]
x86_64/aesni/aes192-decrypt.asm [new file with mode: 0644]
x86_64/aesni/aes192-encrypt.asm [new file with mode: 0644]
x86_64/aesni/aes256-decrypt.asm [new file with mode: 0644]
x86_64/aesni/aes256-encrypt.asm [new file with mode: 0644]
x86_64/fat/aes128-decrypt-2.asm [moved from x86_64/fat/aes-encrypt-internal-2.asm with 82% similarity]
x86_64/fat/aes128-encrypt-2.asm [moved from x86_64/fat/aes-encrypt-internal.asm with 82% similarity]
x86_64/fat/aes192-decrypt-2.asm [moved from x86_64/fat/aes-decrypt-internal-2.asm with 82% similarity]
x86_64/fat/aes192-encrypt-2.asm [moved from x86_64/fat/aes-decrypt-internal.asm with 82% similarity]
x86_64/fat/aes256-decrypt-2.asm [new file with mode: 0644]
x86_64/fat/aes256-encrypt-2.asm [new file with mode: 0644]