Skip to content
Commit 6160b289 authored by Herbert Xu's avatar Herbert Xu
Browse files

[CRYPTO] gcm: Fix ICV handling



The crypto_aead convention for ICVs is to include it directly in the
output.  If we decided to change this in future then we would make
the ICV (if the algorithm has an explicit one) available in the
request itself.

For now no algorithm needs this so this patch changes gcm to conform
to this convention.  It also adjusts the tcrypt aead tests to take
this into account.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 8df213d9
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