summaryrefslogtreecommitdiffstats
path: root/crypto/algif_aead.c
diff options
context:
space:
mode:
authorEric Biggers2018-01-03 20:16:29 +0100
committerHerbert Xu2018-01-12 13:03:39 +0100
commitf8d33fac84806eebd2ba31a3136066eeca19255f (patch)
treeca1ff03d50c7f17a3a1ae173f1324af826068619 /crypto/algif_aead.c
parentcrypto: ghash - remove checks for key being set (diff)
downloadkernel-qcow2-linux-f8d33fac84806eebd2ba31a3136066eeca19255f.tar.gz
kernel-qcow2-linux-f8d33fac84806eebd2ba31a3136066eeca19255f.tar.xz
kernel-qcow2-linux-f8d33fac84806eebd2ba31a3136066eeca19255f.zip
crypto: skcipher - prevent using skciphers without setting key
Similar to what was done for the hash API, update the skcipher API to track whether each transform has been keyed, and reject encryption/decryption if a key is needed but one hasn't been set. This isn't as important as the equivalent fix for the hash API because symmetric ciphers almost always require a key (the "null cipher" is the only exception), so are unlikely to be used without one. Still, tracking the key will prevent accidental unkeyed use. algif_skcipher also had to track the key anyway, so the new flag replaces that and simplifies the algif_skcipher implementation. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/algif_aead.c')
0 files changed, 0 insertions, 0 deletions