mbedTLS
esp_gcm_context::ori_j0
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/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::ori_j0
esp_gcm_context::ori_j0 field
J0 from first iteration.
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.h:35
uint8_t
ori_j0
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ori_j0
[
16
]
;
/*!< J0 from first iteration. */
esp_aes_gcm.h:35
memcpy
(
ctx
->
ori_j0
,
ctx
->
J0
,
16
)
;
esp_aes_gcm.c:439
esp_aes_gcm_starts()
return
esp_aes_crypt_ctr
(
&
ctx
->
aes_ctx
,
tag_len
,
&
nc_off
,
ctx
->
ori_j0
,
stream
,
ctx
->
ghash
,
tag
)
;
esp_aes_gcm.c:587
esp_aes_gcm_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gcm_context::ori_j0
is read by 2 functions:
All items filtered out
esp_gcm_context::ori_j0
esp_aes_gcm_starts()
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