]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/crypto/gcm.h
Merge tag 'tty-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[mirror_ubuntu-bionic-kernel.git] / include / crypto / gcm.h
CommitLineData
ef780324
CL
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