Skip to content
Commit 3c08fee7 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: seqiv - Add seqniv



This patch adds a new IV generator seqniv which is identical to
seqiv except that it skips the IV when authenticating.  This is
intended to be used by algorithms such as rfc4106 that does the
IV authentication implicitly.

Note that the code used for seqniv is in fact identical to the
compatibility case for seqiv.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 856e3f40
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