Home
last modified time | relevance | path

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

/third_party/mbedtls/configs/
Dconfig-suite-b.h87 #define MBEDTLS_ECP_WINDOW_SIZE 2 macro
/third_party/mbedtls/scripts/
Decc-heap.sh75 scripts/config.py set MBEDTLS_ECP_WINDOW_SIZE $W
/third_party/mbedtls/include/mbedtls/
Decp.h262 #if !defined(MBEDTLS_ECP_WINDOW_SIZE)
283 #define MBEDTLS_ECP_WINDOW_SIZE 4 /**< The maximum window size used. */ macro
/third_party/mbedtls/library/
Decp.c1585 #if MBEDTLS_ECP_WINDOW_SIZE < 2 || MBEDTLS_ECP_WINDOW_SIZE > 7
1593 #define COMB_MAX_PRE ( 1 << ( MBEDTLS_ECP_WINDOW_SIZE - 1 ) )
2091 #if( MBEDTLS_ECP_WINDOW_SIZE < 6 ) in ecp_pick_window_size()
2092 if( (!p_eq_g || !ecp_group_is_static_comb_table(grp)) && w > MBEDTLS_ECP_WINDOW_SIZE ) in ecp_pick_window_size()
2093 w = MBEDTLS_ECP_WINDOW_SIZE; in ecp_pick_window_size()
/third_party/mbedtls/tests/suites/
Dtest_suite_ecp.function111 * MBEDTLS_ECP_WINDOW_SIZE, as well as implementation details that may
118 * With MBEDTLS_ECP_WINDOW_SIZE set to 2 (minimum):
/third_party/mbedtls/
DChangeLog617 * Reduce the default value of MBEDTLS_ECP_WINDOW_SIZE. This reduces RAM usage