commit | ea55cfc3f920c95ee8d01ddc51e586b09a1194ee | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Tue Jan 05 17:48:06 2021 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jan 14 17:10:29 2021 +1100 |
tree | 941776d932c0bcea26cb97a9f790bd7ee821ce4f | |
parent | 674d40abac42d502e226da6045fad61d7206e5fb [diff] |
crypto: x86/cast6 - drop dependency on glue helper Replace the glue helper dependency with implementations of ECB and CBC based on the new CPP macros, which avoid the need for indirect calls. Acked-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>