Forum | Documentation | Website | Blog

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

crypto: seqiv - remove seqiv_create()


seqiv_create() is pointless because it just checks that the template is
being instantiated as an AEAD, then calls seqiv_aead_create().  But
seqiv_aead_create() does the exact same check, via aead_geniv_alloc().

Just remove seqiv_create() and use seqiv_aead_create() directly.

Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e72b48c5
No related merge requests found
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