mbedTLS
esp_gcm_context::aad_len
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_len
esp_gcm_context::aad_len field
The total length of the additional data.
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.h:38
uint64_t
aad_len
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
aad_len
;
/*!< The total length of the additional data. */
esp_aes_gcm.h:38
ctx
->
aad_len
=
0
;
esp_aes_gcm.c:405
esp_aes_gcm_starts()
ctx
->
aad_len
=
aad_len
;
esp_aes_gcm.c:478
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()
ESP_PUT_BE64
(
len_block
,
ctx
->
aad_len
*
8
)
;
esp_aes_gcm.c:582
esp_aes_gcm_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gcm_context::aad_len
is written by 2 functions and is read by 2 functions:
esp_aes_gcm_starts()
esp_aes_gcm_update_ad()
All items filtered out
esp_gcm_context::aad_len
esp_aes_gcm_update_ad()
esp_aes_gcm_finish()
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