summaryrefslogtreecommitdiff
path: root/crypto/pcrypt.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-11-29 10:23:05 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2019-12-11 16:36:56 +0800
commit76aaaa2bf1610be7704d4a8c51f3cf842acd0b5d (patch)
treea6a1c73bdcec3829d19553ffb69ea6bc7d854695 /crypto/pcrypt.c
parent332d314e25825a5dd6548664d427bfac49409af1 (diff)
downloadlinux-crypto-76aaaa2bf1610be7704d4a8c51f3cf842acd0b5d.tar.gz
linux-crypto-76aaaa2bf1610be7704d4a8c51f3cf842acd0b5d.zip
crypto: skcipher - remove crypto_skcipher::setkey
Due to the removal of the blkcipher and ablkcipher algorithm types, crypto_skcipher::setkey now always points to skcipher_setkey(). Simplify by removing this function pointer and instead just making skcipher_setkey() be crypto_skcipher_setkey() directly. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/pcrypt.c')
0 files changed, 0 insertions, 0 deletions