commit | 6160b289929c0b622e64aa36106d8e6e53fcd826 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Dec 04 19:17:50 2007 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:31 2008 +1100 |
tree | d8968b0e4aea9d9ef80459d344cd9f4a3e6221b2 | |
parent | 8df213d9b520a4b58b7a8f7f2200324d4e40363d [diff] |
[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: Herbert Xu <herbert@gondor.apana.org.au>