Skip to content
  • Herbert Xu's avatar
    crypto: echainiv - Fix encryption convention · 5499b1a7
    Herbert Xu authored
    
    
    This patch fixes a bug where we were incorrectly including the
    IV in the AD during encryption.  The IV must remain in the plain
    text for it to be encrypted.
    
    During decryption there is no need to copy the IV to dst because
    it's now part of the AD.
    
    This patch removes an unncessary check on authsize which would be
    performed by the underlying decrypt call.
    
    Finally this patch makes use of the type-safe init/exit functions.
    
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    5499b1a7