mbedTLS
esp_gcm_context::data_len
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/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::data_len
esp_gcm_context::data_len field
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.h:39
size_t
data_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
data_len
;
esp_aes_gcm.h:39
ctx
->
data_len
=
0
;
esp_aes_gcm.c:403
esp_aes_gcm_starts()
ctx
->
data_len
+=
input_length
;
esp_aes_gcm.c:552
esp_aes_gcm_update()
ESP_PUT_BE64
(
len_block
+
8
,
ctx
->
data_len
*
8
)
;
esp_aes_gcm.c:583
esp_aes_gcm_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gcm_context::data_len
is written by 2 functions and is read by 2 functions:
esp_aes_gcm_starts()
esp_aes_gcm_update()
All items filtered out
esp_gcm_context::data_len
esp_aes_gcm_update()
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