mbedTLS
MBEDTLS_ECP_WINDOW_SIZE
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (1/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
MBEDTLS_ECP_WINDOW_SIZE
MBEDTLS_ECP_WINDOW_SIZE macro
The maximum window size used.
Syntax
Show:
Summary
Declaration
from
ecp.h:291
#define
MBEDTLS_ECP_WINDOW_SIZE
4
Examples
References
from
examples
Code
Location
#define
MBEDTLS_ECP_WINDOW_SIZE
4
/**< The maximum window size used. */
ecp.h:291
#if
MBEDTLS_ECP_WINDOW_SIZE
<
2
||
MBEDTLS_ECP_WINDOW_SIZE
>
7
ecp.c:1730
#define
COMB_MAX_PRE
(
1
<
<
(
MBEDTLS_ECP_WINDOW_SIZE
-
1
)
)
ecp.c:1738
#if
(
MBEDTLS_ECP_WINDOW_SIZE
<
6
)
ecp.c:2267
if
(
(
!
p_eq_g
||
!
ecp_group_is_static_comb_table
(
grp
)
)
&&
w
>
MBEDTLS_ECP_WINDOW_SIZE
)
{
ecp.c:2268
w
=
MBEDTLS_ECP_WINDOW_SIZE
;
ecp.c:2269
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