TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux.git
/
3a0ad55d848b50499b68d7141d4eca997fce28ef
/
.
/
include
/
crypto
/
gcm.h
blob: c50e057ea17e30ce4c17081eae10b6fb10fb2cc1 [
file
] [
log
] [
blame
]
Andrew Scull
b4b6d4a
2019-01-02 15:54:55 +0000
[
diff
] [
blame
]
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