Home
last modified time | relevance | path

Searched refs:MBEDTLS_ECP_WINDOW_SIZE (Results 1 – 8 of 8) sorted by relevance

/mbedtls-latest/include/mbedtls/
Decp.h270 #if !defined(MBEDTLS_ECP_WINDOW_SIZE)
291 #define MBEDTLS_ECP_WINDOW_SIZE 4 /**< The maximum window size used. */ macro
/mbedtls-latest/configs/
Dconfig-suite-b.h71 #define MBEDTLS_ECP_WINDOW_SIZE 2 macro
/mbedtls-latest/scripts/
Decc-heap.sh75 scripts/config.py set MBEDTLS_ECP_WINDOW_SIZE $W
/mbedtls-latest/library/
Decp.c1727 #if MBEDTLS_ECP_WINDOW_SIZE < 2 || MBEDTLS_ECP_WINDOW_SIZE > 7
1735 #define COMB_MAX_PRE (1 << (MBEDTLS_ECP_WINDOW_SIZE - 1))
2264 #if (MBEDTLS_ECP_WINDOW_SIZE < 6) in ecp_pick_window_size()
2265 if ((!p_eq_g || !ecp_group_is_static_comb_table(grp)) && w > MBEDTLS_ECP_WINDOW_SIZE) { in ecp_pick_window_size()
2266 w = MBEDTLS_ECP_WINDOW_SIZE; in ecp_pick_window_size()
/mbedtls-latest/programs/test/
Dquery_config.c2375 #if defined(MBEDTLS_ECP_WINDOW_SIZE) in query_config()
2378 MACRO_EXPANSION_TO_STR( MBEDTLS_ECP_WINDOW_SIZE ); in query_config()
4681 #if defined(MBEDTLS_ECP_WINDOW_SIZE) in list_config()
4682 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ECP_WINDOW_SIZE); in list_config()
/mbedtls-latest/tests/suites/
Dtest_suite_ecp.function166 * MBEDTLS_ECP_WINDOW_SIZE, as well as implementation details that may
173 * With MBEDTLS_ECP_WINDOW_SIZE set to 2 (minimum):
/mbedtls-latest/docs/
Dpsa-transition.md225 …the legacy optimization options (e.g. `MBEDTLS_SHA256_SMALLER`, `MBEDTLS_ECP_WINDOW_SIZE`, etc.) a…
/mbedtls-latest/
DChangeLog979 * Changed the default MBEDTLS_ECP_WINDOW_SIZE from 6 to 2.
2084 * Reduce the default value of MBEDTLS_ECP_WINDOW_SIZE. This reduces RAM usage