crypto: p10-aes-gcm - Supporting functions for ghash
authorDanny Tsen <dtsen@linux.ibm.com>
Mon, 5 Dec 2022 00:34:57 +0000 (19:34 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 13 Jan 2023 04:10:18 +0000 (12:10 +0800)
commit41a6437ab415e5daa7dfcd4b1b91dd934306d4e9
tree9283030cc0ecc3bc2c92852c836458d1054c3236
parent3b47eccaaff4e4bb9e0c3684428c852422bd9bac
crypto: p10-aes-gcm - Supporting functions for ghash

This perl code is taken from the OpenSSL project and added gcm_init_htable function
used in the p10-aes-gcm-glue.c code to initialize hash table.  gcm_hash_p8 is used
to hash encrypted data blocks.

Signed-off-by: Danny Tsen <dtsen@linux.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/crypto/ghashp8-ppc.pl [new file with mode: 0644]