diff options
author | Eric Biggers <ebiggers@google.com> | 2019-11-29 19:23:05 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-12-11 09:36:56 +0100 |
commit | 15252d942739813c8d0eac4c1ee6d4c4eb6f101e (patch) | |
tree | 3290c3c7c182090e671a4bd01464e31a8cdd469f /crypto/chacha20poly1305.c | |
parent | crypto: skcipher - remove crypto_skcipher::keysize (diff) | |
download | linux-15252d942739813c8d0eac4c1ee6d4c4eb6f101e.tar.xz linux-15252d942739813c8d0eac4c1ee6d4c4eb6f101e.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/chacha20poly1305.c')
0 files changed, 0 insertions, 0 deletions