crypto: arm/aes-neonbs - Use generic cbc encryption path
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 1 Sep 2020 11:48:40 +0000 (21:48 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 11 Sep 2020 04:39:16 +0000 (14:39 +1000)
commit00b99ad2bac256e3e4f10214c77fce6603afca26
treef51a0d132a0702a01084b7e3dc3bbc011f3157ef
parent9ace6771831017ce75a2bdf03c284b686dd39dba
crypto: arm/aes-neonbs - Use generic cbc encryption path

Since commit b56f5cbc7e08ec7d31c42fc41e5247677f20b143 ("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: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/crypto/aes-neonbs-glue.c