xref: /openbmc/linux/include/crypto/gcm.h (revision 5ef12cb4a3a78ffb331c03a795a15eea4ae35155)
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
9