Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d5ed3b65 authored by Eric Biggers's avatar Eric Biggers Committed by Herbert Xu
Browse files

crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn


Now that all users of single-block cipher spawns have been converted to
use 'struct crypto_cipher_spawn' rather than the less specifically typed
'struct crypto_spawn', make crypto_spawn_cipher() take a pointer to a
'struct crypto_cipher_spawn' rather than a 'struct crypto_spawn'.

Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 1e212a6a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment