Skip to content
Commit 00b99ad2 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: arm/aes-neonbs - Use generic cbc encryption path

Since commit b56f5cbc

 ("crypto:
arm/aes-neonbs - resolve fallback cipher at runtime") the CBC
encryption path in aes-neonbs is now identical to that obtained
through the cbc template.  This means that it can simply call
the generic cbc template instead of doing its own thing.

This patch removes the custom encryption path and simply invokes
the generic cbc template.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 9ace6771
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment