mbedTLS
mbedtls_gcm_context::HH
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
STM32 Libraries and Samples
mbedTLS
mbedtls_gcm_context::HH
mbedtls_gcm_context::HH field
Precalculated HTable high.
Syntax
Show:
Summary
Declaration
from
gcm.h:69
uint64_t
HH
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
HH
[
16
]
;
/*!< Precalculated HTable high. */
gcm.h:69
ctx
->
HH
[
8
]
=
vh
;
gcm.c:130
gcm_gen_table()
ctx
->
HH
[
0
]
=
0
;
gcm.c:139
gcm_gen_table()
ctx
->
HH
[
i
]
=
vh
;
gcm.c:149
gcm_gen_table()
uint64_t
*
HiL
=
ctx
->
HL
+
i
,
*
HiH
=
ctx
->
HH
+
i
;
gcm.c:154
gcm_gen_table()
HiH
[
j
]
=
vh
^
ctx
->
HH
[
j
]
;
gcm.c:159
gcm_gen_table()
zh
=
ctx
->
HH
[
lo
]
;
gcm.c:243
gcm_mult()
zh
^=
ctx
->
HH
[
lo
]
;
gcm.c:257
gcm_mult()
zh
^=
ctx
->
HH
[
hi
]
;
gcm.c:266
gcm_mult()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_gcm_context::HH
is read by 2 functions:
All items filtered out
mbedtls_gcm_context::HH
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