crypto: aesni - Introduce scatter/gather asm function stubs
authorDave Watson <davejwatson@fb.com>
Wed, 14 Feb 2018 17:40:47 +0000 (09:40 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Feb 2018 14:16:51 +0000 (22:16 +0800)
commitfb8986e6430a6b226917ec5370c2be06a72803eb
tree3406024e5dac120583b782c4269695b8d06bde64
parent933d6aefd54e4b49c347eb1a6cf8f8785814e90e
crypto: aesni - Introduce scatter/gather asm function stubs

The asm macros are all set up now, introduce entry points.

GCM_INIT and GCM_COMPLETE have arguments supplied, so that
the new scatter/gather entry points don't have to take all the
arguments, and only the ones they need.

Signed-off-by: Dave Watson <davejwatson@fb.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/aesni-intel_asm.S
arch/x86/crypto/aesni-intel_glue.c