]> asedeno.scripts.mit.edu Git - linux.git/blob - include/crypto/gcm.h
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
[linux.git] / include / crypto / gcm.h
1 #ifndef _CRYPTO_GCM_H
2 #define _CRYPTO_GCM_H
3
4 #define GCM_AES_IV_SIZE 12
5 #define GCM_RFC4106_IV_SIZE 8
6 #define GCM_RFC4543_IV_SIZE 8
7
8 #endif