Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.18 8 lines 140 B view raw
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