Skip to content
  • Herbert Xu's avatar
    crypto: aead - Add chunk size · 7a530aa9
    Herbert Xu authored
    
    
    This patch adds a chunk size parameter to aead algorithms, just
    like the chunk size for skcipher algorithms.
    
    However, unlike skcipher we do not currently export this to AEAD
    users.  It is only meant to be used by AEAD implementors for now.
    
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    7a530aa9