mbedTLS
esp_gcm_context::HL
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/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::HL
esp_gcm_context::HL field
Precalculated HTable low.
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.h:33
uint64_t
HL
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
HL
[
16
]
;
/*!< Precalculated HTable low. */
esp_aes_gcm.h:33
ctx
->
HL
[
8
]
=
vl
;
esp_aes_gcm.c:162
gcm_gen_table()
ctx
->
HL
[
0
]
=
0
;
esp_aes_gcm.c:167
gcm_gen_table()
ctx
->
HL
[
i
]
=
vl
;
esp_aes_gcm.c:174
gcm_gen_table()
uint64_t
*
HiL
=
ctx
->
HL
+
i
,
*
HiH
=
ctx
->
HH
+
i
;
esp_aes_gcm.c:179
gcm_gen_table()
HiL
[
j
]
=
vl
^
ctx
->
HL
[
j
]
;
esp_aes_gcm.c:184
gcm_gen_table()
zl
=
ctx
->
HL
[
lo
]
;
esp_aes_gcm.c:217
gcm_mult()
zl
^=
ctx
->
HL
[
hi
]
;
esp_aes_gcm.c:224
gcm_mult()
zl
^=
ctx
->
HL
[
lo
]
;
esp_aes_gcm.c:235
gcm_mult()
zl
^=
ctx
->
HL
[
hi
]
;
esp_aes_gcm.c:242
gcm_mult()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gcm_context::HL
is read by 2 functions:
All items filtered out
esp_gcm_context::HL
gcm_gen_table()
gcm_mult()
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