commit | fb8986e6430a6b226917ec5370c2be06a72803eb | [log] [tgz] |
---|---|---|
author | Dave Watson <davejwatson@fb.com> | Wed Feb 14 09:40:47 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 22 22:16:51 2018 +0800 |
tree | 3406024e5dac120583b782c4269695b8d06bde64 | |
parent | 933d6aefd54e4b49c347eb1a6cf8f8785814e90e [diff] |
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>