Forum | Documentation | Website | Blog

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

[CRYPTO] aead: Make authsize a run-time parameter


As it is authsize is an algorithm paramter which cannot be changed at
run-time.  This is inconvenient because hardware that implements such
algorithms would have to register each authsize that they support
separately.

Since authsize is a property common to all AEAD algorithms, we can add
a function setauthsize that sets it at run-time, just like setkey.

This patch does exactly that and also changes authenc so that authsize
is no longer a parameter of its template.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e29bc6ad
No related merge requests found
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