mbedTLS
esp_gcm_context::aad
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
mbedTLS
ESP-IDF
FreeRTOS
cJSON
lwIP
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
esp_gcm_context::aad
esp_gcm_context::aad field
The additional data.
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.h:41
const
unsigned
char
*
aad
;
Examples
References
from
examples
Code
Location
Referrer
const
unsigned
char
*
aad
;
/*!< The additional data. */
esp_aes_gcm.h:41
ctx
->
aad
=
NULL
;
esp_aes_gcm.c:404
esp_aes_gcm_starts()
ctx
->
aad
=
aad
;
esp_aes_gcm.c:477
esp_aes_gcm_update_ad()
esp_gcm_ghash
(
ctx
,
ctx
->
aad
,
ctx
->
aad_len
,
ctx
->
ghash
)
;
esp_aes_gcm.c:480
esp_aes_gcm_update_ad()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gcm_context::aad
is written by 2 functions and is read by 1 function:
esp_aes_gcm_starts()
esp_aes_gcm_update_ad()
All items filtered out
esp_gcm_context::aad
esp_aes_gcm_update_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