mbedTLS
mbedtls_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
mbedtls_gcm_context::H
mbedtls_gcm_context::H field
Precalculated HTable.
Syntax
Show:
Summary
Declaration
from
gcm.h:75
uint64_t
MBEDTLS_PRIVATE
(
H
)
[
MBEDTLS_GCM_HTABLE_SIZE
]
[
2
]
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
MBEDTLS_PRIVATE
(
H
)
[
MBEDTLS_GCM_HTABLE_SIZE
]
[
2
]
;
/*!< Precalculated HTable. */
gcm.h:75
ctx
->
H
[
MBEDTLS_GCM_HTABLE_SIZE
/
2
]
[
0
]
=
u64h
[
0
]
;
gcm.c:144
gcm_gen_table()
ctx
->
H
[
MBEDTLS_GCM_HTABLE_SIZE
/
2
]
[
1
]
=
u64h
[
1
]
;
gcm.c:145
gcm_gen_table()
ctx
->
H
[
0
]
[
0
]
=
0
;
gcm.c:160
gcm_gen_table()
ctx
->
H
[
0
]
[
1
]
=
0
;
gcm.c:161
gcm_gen_table()
gcm_gen_table_rightshift
(
ctx
->
H
[
i
]
,
ctx
->
H
[
i
*
2
]
)
;
gcm.c:164
gcm_gen_table()
MBEDTLS_PUT_UINT64_BE
(
ctx
->
H
[
i
]
[
0
]
,
&
ctx
->
H
[
i
]
[
0
]
,
0
)
;
gcm.c:170
gcm_gen_table()
MBEDTLS_PUT_UINT64_BE
(
ctx
->
H
[
i
]
[
1
]
,
&
ctx
->
H
[
i
]
[
1
]
,
0
)
;
gcm.c:171
gcm_gen_table()
mbedtls_xor_no_simd
(
(
unsigned
char
*
)
ctx
->
H
[
i
+
j
]
,
gcm.c:177
gcm_gen_table()
(
unsigned
char
*
)
ctx
->
H
[
i
]
,
gcm.c:178
gcm_gen_table()
(
unsigned
char
*
)
ctx
->
H
[
j
]
,
gcm.c:179
gcm_gen_table()
gcm_mult_smalltable
(
output
,
x
,
ctx
->
H
)
;
gcm.c:395
gcm_mult()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_gcm_context::H
is read by 2 functions:
All items filtered out
mbedtls_gcm_context::H
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