mbedTLS
esp_gcm_context::gcm_state
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (4/5)...
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::gcm_state
esp_gcm_context::gcm_state field
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.h:43
esp_aes_gcm_state
gcm_state
;
Examples
References
from
examples
Code
Location
Referrer
esp_aes_gcm_state
gcm_state
;
esp_aes_gcm.h:43
ctx
->
gcm_state
=
ESP_AES_GCM_STATE_INIT
;
esp_aes_gcm.c:352
esp_aes_gcm_init()
if
(
ctx
->
gcm_state
==
ESP_AES_GCM_STATE_INIT
)
{
esp_aes_gcm.c:412
esp_aes_gcm_starts()
ctx
->
gcm_state
=
ESP_AES_GCM_STATE_START
;
esp_aes_gcm.c:441
esp_aes_gcm_starts()
if
(
ctx
->
gcm_state
!=
ESP_AES_GCM_STATE_START
)
{
esp_aes_gcm.c:471
esp_aes_gcm_update_ad()
if
(
ctx
->
gcm_state
==
ESP_AES_GCM_STATE_START
)
{
esp_aes_gcm.c:527
esp_aes_gcm_update()
ctx
->
gcm_state
=
ESP_AES_GCM_STATE_UPDATE
;
esp_aes_gcm.c:532
esp_aes_gcm_update()
}
else
if
(
ctx
->
gcm_state
==
ESP_AES_GCM_STATE_UPDATE
)
{
esp_aes_gcm.c:533
esp_aes_gcm_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gcm_context::gcm_state
is written by 3 functions and is read by 3 functions:
esp_aes_gcm_init()
esp_aes_gcm_starts()
esp_aes_gcm_update()
All items filtered out
esp_gcm_context::gcm_state
esp_aes_gcm_starts()
esp_aes_gcm_update_ad()
esp_aes_gcm_update()
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