crypto: pcbc - remove ability to wrap internal ciphers
authorEric Biggers <ebiggers@google.com>
Fri, 4 Jan 2019 04:16:21 +0000 (20:16 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 11 Jan 2019 06:16:58 +0000 (14:16 +0800)
commitfb6de25c3bdb8cee3c0807bb09a7cd8ec017ab97
tree97cd4e634aaaef8e7eeeb1912254af5f45770c98
parent21f3ca6cd52ecc751b68cd7017d9efd1801f51f9
crypto: pcbc - remove ability to wrap internal ciphers

Following commit 944585a64f5e ("crypto: x86/aes-ni - remove special
handling of AES in PCBC mode"), it's no longer needed for the PCBC
template to support wrapping a cipher that has the CRYPTO_ALG_INTERNAL
flag set.  Thus, remove this now-unused functionality to make PCBC
consistent with the other single block cipher templates.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/pcbc.c