Commits
Herbert Xu committed 21b7013414d
crypto: aead - Add crypto_aead_set_reqsize helper This patch adds the helper crypto_aead_set_reqsize so that people don't have to directly access the aead internals to set the reqsize. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>