Home
last modified time | relevance | path

Searched hist:"6 b611d98" (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dkeywrap.c6b611d98 Fri Jan 04 04:16:19 GMT 2019 Eric Biggers <ebiggers@google.com> crypto: keywrap - convert to skcipher API

Convert the keywrap template from the deprecated "blkcipher" API to the
"skcipher" API, taking advantage of skcipher_alloc_instance_simple() to
simplify it considerably.

Cc: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>