repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
include
/
crypto
/
gcm.h
blob
c50e057ea17e30ce4c17081eae10b6fb10fb2cc1
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