Home
last modified time | relevance | path

Searched hist:"0 be487ba2e2f1593f7274b04615367d8830f6461" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/crypto/
H A Dpcbc.cdiff 0be487ba2e2f1593f7274b04615367d8830f6461 Thu Jan 03 22:16:22 CST 2019 Eric Biggers <ebiggers@google.com> crypto: pcbc - convert to skcipher_alloc_instance_simple()

The PCBC template just wraps a single block cipher algorithm, so
simplify it by converting it to use skcipher_alloc_instance_simple().

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