Skip to content
Snippets Groups Projects
Commit 30e4c010 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: aead - Add crypto_aead_alg_ivsize/maxauthsize


AEAD algorithm implementors need to figure out a given algorithm's
IV size and maximum authentication size.  During the transition
this is difficult to do as an algorithm could be new style or old
style.

This patch creates two helpers to make this easier.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 445a8e0d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment