ESP-IDF
aes_gcm_ae()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_ae()
aes_gcm_ae() function
aes_gcm_ae - GCM-AE_K(IV, P, A)
Syntax
Show:
Summary
Declaration
Definition
from
aes_wrap.h:52
int
__must_check
aes_gcm_ae
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
iv
,
size_t
iv_len
,
const
u8
*
plain
,
size_t
plain_len
,
const
u8
*
aad
,
size_t
aad_len
,
u8
*
crypt
,
u8
*
tag
)
;
Implemented in
aes-gcm.c:254
Arguments
Argument
key
key_len
iv
iv_len
plain
plain_len
aad
aad_len
crypt
tag
Examples
References
from
examples
Code
Location
Referrer
int
aes_gcm_ae
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
iv
,
size_t
iv_len
,
aes-gcm.c:254
int
__must_check
aes_gcm_ae
(
const
u8
*
key
,
size_t
key_len
,
aes_wrap.h:52
return
aes_gcm_ae
(
key
,
key_len
,
iv
,
iv_len
,
NULL
,
0
,
aad
,
aad_len
,
NULL
,
aes-gcm.c:325
aes_gmac()
Call Tree
from
examples
aes_gcm_ae()
is called by 1 function and calls 6 functions:
aes_gmac()
All items filtered out
aes_gcm_ae()
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_ae()
:
All items filtered out
aes_gcm_ae()
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