]> git.ipfire.org Git - thirdparty/nettle.git/commit
ppc64: New "stitched" implementation of GCM-AES.
authorDanny Tsen <dtsen@us.ibm.com>
Wed, 6 Mar 2024 20:10:00 +0000 (21:10 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 13 Apr 2024 07:59:16 +0000 (09:59 +0200)
commit24a8768ceab57f9a175450c409ce77320eace047
treeb88ea63d455c530545b19782d80c7b05ef41c83a
parent3ef49f207b350756b9998cdc2911044380f7504a
ppc64: New "stitched" implementation of GCM-AES.
14 files changed:
Makefile.in
configure.ac
fat-ppc.c
fat-setup.h
gcm-aes-crypt.c [new file with mode: 0644]
gcm-aes128.c
gcm-aes192.c
gcm-aes256.c
gcm.h
powerpc64/fat/gcm-aes-decrypt-2.asm [new file with mode: 0644]
powerpc64/fat/gcm-aes-encrypt-2.asm [new file with mode: 0644]
powerpc64/machine.m4
powerpc64/p8/gcm-aes-decrypt.asm [new file with mode: 0644]
powerpc64/p8/gcm-aes-encrypt.asm [new file with mode: 0644]