ESP-IDF
aes_gcm_ad()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
aes_gcm_ad()
aes_gcm_ad() function
aes_gcm_ad - GCM-AD_K(IV, C, A, T)
Syntax
Show:
Summary
Declaration
Definition
from
aes_wrap.h:57
int
__must_check
aes_gcm_ad
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
iv
,
size_t
iv_len
,
const
u8
*
crypt
,
size_t
crypt_len
,
const
u8
*
aad
,
size_t
aad_len
,
const
u8
*
tag
,
u8
*
plain
)
;
Implemented in
aes-gcm.c:288
Arguments
Argument
key
key_len
iv
iv_len
crypt
crypt_len
aad
aad_len
tag
plain
Examples
References
from
examples
Code
Location
int
aes_gcm_ad
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
iv
,
size_t
iv_len
,
aes-gcm.c:288
int
__must_check
aes_gcm_ad
(
const
u8
*
key
,
size_t
key_len
,
aes_wrap.h:57
Call Tree
from
examples
aes_gcm_ad()
calls 6 functions:
All items filtered out
aes_gcm_ad()
aes_encrypt_deinit()
aes_gctr()
aes_gcm_init_hash_subkey()
aes_gcm_prepare_j0()
aes_gcm_gctr()
aes_gcm_ghash()
All items filtered out
Data Use
from
examples
aes_gcm_ad()
:
All items filtered out
aes_gcm_ad()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out