mbedTLS
esp_gcm_context::iv_len
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::iv_len
esp_gcm_context::iv_len field
The length of IV.
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.h:37
size_t
iv_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
iv_len
;
/*!< The length of IV. */
esp_aes_gcm.h:37
if
(
ctx
->
iv_len
==
12
)
{
esp_aes_gcm.c:64
esp_gcm_derive_J0()
memcpy
(
ctx
->
J0
,
ctx
->
iv
,
ctx
->
iv_len
)
;
esp_aes_gcm.c:65
esp_gcm_derive_J0()
esp_gcm_ghash
(
ctx
,
ctx
->
iv
,
ctx
->
iv_len
,
ctx
->
J0
)
;
esp_aes_gcm.c:70
esp_gcm_derive_J0()
ESP_PUT_BE64
(
len_buf
+
8
,
ctx
->
iv_len
*
8
)
;
esp_aes_gcm.c:73
esp_gcm_derive_J0()
ctx
->
iv_len
=
iv_len
;
esp_aes_gcm.c:408
esp_aes_gcm_starts()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gcm_context::iv_len
is written by 1 function and is read by 1 function:
esp_aes_gcm_starts()
All items filtered out
esp_gcm_context::iv_len
esp_gcm_derive_J0()
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