mbedTLS
esp_gcm_context::H
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::H
esp_gcm_context::H field
Initial hash value
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.h:30
uint8_t
H
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
H
[
16
]
;
/*!< Initial hash value */
esp_aes_gcm.h:30
h
=
ctx
->
H
;
esp_aes_gcm.c:150
gcm_gen_table()
memset
(
ctx
->
H
,
0
,
sizeof
(
ctx
->
H
)
)
;
esp_aes_gcm.c:423
esp_aes_gcm_starts()
int
ret
=
esp_aes_crypt_ecb
(
&
ctx
->
aes_ctx
,
MBEDTLS_AES_ENCRYPT
,
ctx
->
H
,
ctx
->
H
)
;
esp_aes_gcm.c:424
esp_aes_gcm_starts()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gcm_context::H
is read by 2 functions:
All items filtered out
esp_gcm_context::H
gcm_gen_table()
esp_aes_gcm_starts()
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