summaryrefslogtreecommitdiffstats
path: root/include/crypto/gcm.h
Commit message (Collapse)AuthorAgeFilesLines
* crypto: gcm - add GCM IV size constantCorentin LABBE2017-09-221-0/+8
Many GCM users use directly GCM IV size instead of using some constant. This patch add all IV size constant used by GCM. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>