mbedTLS
MBEDTLS_GCM_HTABLE_SIZE
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_HTABLE_SIZE
MBEDTLS_GCM_HTABLE_SIZE macro
Syntax
Show:
Summary
Declaration
from
gcm.h:62
#define
MBEDTLS_GCM_HTABLE_SIZE
16
Examples
References
from
examples
Code
Location
#define
MBEDTLS_GCM_HTABLE_SIZE
16
gcm.h:62
ctx
->
H
[
MBEDTLS_GCM_HTABLE_SIZE
/
2
]
[
0
]
=
u64h
[
0
]
;
gcm.c:144
ctx
->
H
[
MBEDTLS_GCM_HTABLE_SIZE
/
2
]
[
1
]
=
u64h
[
1
]
;
gcm.c:145
for
(
i
=
MBEDTLS_GCM_HTABLE_SIZE
/
4
;
i
>
0
;
i
>>=
1
)
{
gcm.c:163
for
(
i
=
MBEDTLS_GCM_HTABLE_SIZE
/
2
;
i
>
0
;
i
>>=
1
)
{
gcm.c:169
for
(
i
=
2
;
i
<
MBEDTLS_GCM_HTABLE_SIZE
;
i
<<=
1
)
{
gcm.c:175
uint64_t
MBEDTLS_PRIVATE
(
H
)
[
MBEDTLS_GCM_HTABLE_SIZE
]
[
2
]
;
/*!< Precalculated HTable. */
gcm.h:75
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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