Skip to content
Commit 7a530aa9 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: aead - Add chunk size



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>
parent a0129733
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