]> git.ipfire.org Git - thirdparty/nettle.git/commit
[S390x] Fat build support for AES and GHASH
authorMamone Tarsha <maamoun.tk@googlemail.com>
Sat, 10 Jul 2021 17:57:08 +0000 (20:57 +0300)
committerMamone Tarsha <maamoun.tk@googlemail.com>
Sat, 10 Jul 2021 17:57:08 +0000 (20:57 +0300)
commit3be3ff3eefbba816930498b6a5bbe4fde2108b89
treeb271655f511aab1b98a4e9051a61f8b74eaa2984
parent6dfdd0bc63cbcf4d7eca01bfda81e02823a4796e
[S390x] Fat build support for AES and GHASH
29 files changed:
Makefile.in
aes128-decrypt.c
aes128-encrypt.c
aes128-set-decrypt-key.c
aes128-set-encrypt-key.c
aes192-decrypt.c
aes192-encrypt.c
aes192-set-decrypt-key.c
aes192-set-encrypt-key.c
aes256-decrypt.c
aes256-encrypt.c
aes256-set-decrypt-key.c
aes256-set-encrypt-key.c
configure.ac
fat-s390x.c [new file with mode: 0644]
fat-setup.h
s390x/fat/aes128-decrypt.asm [new file with mode: 0644]
s390x/fat/aes128-encrypt.asm [new file with mode: 0644]
s390x/fat/aes128-set-decrypt-key.asm [new file with mode: 0644]
s390x/fat/aes128-set-encrypt-key.asm [new file with mode: 0644]
s390x/fat/aes192-decrypt.asm [new file with mode: 0644]
s390x/fat/aes192-encrypt.asm [new file with mode: 0644]
s390x/fat/aes192-set-decrypt-key.asm [new file with mode: 0644]
s390x/fat/aes192-set-encrypt-key.asm [new file with mode: 0644]
s390x/fat/aes256-decrypt.asm [new file with mode: 0644]
s390x/fat/aes256-encrypt.asm [new file with mode: 0644]
s390x/fat/aes256-set-decrypt-key.asm [new file with mode: 0644]
s390x/fat/aes256-set-encrypt-key.asm [new file with mode: 0644]
s390x/fat/gcm-hash.asm [new file with mode: 0644]