Skip to content
  • Herbert Xu's avatar
    crypto: seqiv - Add seqniv · 3c08fee7
    Herbert Xu authored
    
    
    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>
    3c08fee7