]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
crypto: gcm - add GCM IV size constant
authorCorentin LABBE <clabbe.montjoie@gmail.com>
Tue, 22 Aug 2017 08:08:08 +0000 (10:08 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Sep 2017 09:43:08 +0000 (17:43 +0800)
commitef780324592dd639e4bfbc5b9bf8934b234b7c99
treea09292152649fc85e9f4f02df8e0ce2e0dc7d1f4
parente47270665b5fcdf8a9ae628e603119e998ca3715
crypto: gcm - add GCM IV size constant

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>
include/crypto/gcm.h [new file with mode: 0644]