Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decp.h269 #if !defined(MBEDTLS_ECP_WINDOW_SIZE)
290 #define MBEDTLS_ECP_WINDOW_SIZE 4 /**< The maximum window size used. */ macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h270 #if !defined(MBEDTLS_ECP_WINDOW_SIZE)
291 #define MBEDTLS_ECP_WINDOW_SIZE 4 /**< The maximum window size used. */ macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/configs/
H A Dconfig-suite-b.h71 #define MBEDTLS_ECP_WINDOW_SIZE 2 macro
/aosp_15_r20/external/mbedtls/configs/
H A Dconfig-suite-b.h71 #define MBEDTLS_ECP_WINDOW_SIZE 2 macro
/aosp_15_r20/external/mbedtls/scripts/
H A Decc-heap.sh75 scripts/config.py set MBEDTLS_ECP_WINDOW_SIZE $W
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/
H A Decc-heap.sh75 scripts/config.py set MBEDTLS_ECP_WINDOW_SIZE $W
/aosp_15_r20/external/openthread/third_party/mbedtls/
H A Dmbedtls-config.h132 #define MBEDTLS_ECP_WINDOW_SIZE 2 /**< Maximum window size used */ macro
/aosp_15_r20/external/mbedtls/library/
H A Decp.c1737 #if MBEDTLS_ECP_WINDOW_SIZE < 2 || MBEDTLS_ECP_WINDOW_SIZE > 7
1745 #define COMB_MAX_PRE (1 << (MBEDTLS_ECP_WINDOW_SIZE - 1))
2274 #if (MBEDTLS_ECP_WINDOW_SIZE < 6) in ecp_pick_window_size()
2275 if ((!p_eq_g || !ecp_group_is_static_comb_table(grp)) && w > MBEDTLS_ECP_WINDOW_SIZE) { in ecp_pick_window_size()
2276 w = MBEDTLS_ECP_WINDOW_SIZE; in ecp_pick_window_size()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A 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()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dquery_config.c2367 #if defined(MBEDTLS_ECP_WINDOW_SIZE) in query_config()
2370 MACRO_EXPANSION_TO_STR( MBEDTLS_ECP_WINDOW_SIZE ); in query_config()
4669 #if defined(MBEDTLS_ECP_WINDOW_SIZE) in list_config()
4670 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ECP_WINDOW_SIZE); in list_config()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dquery_config.c2327 #if defined(MBEDTLS_ECP_WINDOW_SIZE) in query_config()
2330 MACRO_EXPANSION_TO_STR( MBEDTLS_ECP_WINDOW_SIZE ); in query_config()
4569 #if defined(MBEDTLS_ECP_WINDOW_SIZE) in list_config()
4570 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ECP_WINDOW_SIZE); in list_config()
/aosp_15_r20/external/mbedtls/tests/suites/
H A 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):
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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):
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md225 …the legacy optimization options (e.g. `MBEDTLS_SHA256_SMALLER`, `MBEDTLS_ECP_WINDOW_SIZE`, etc.) a…
/aosp_15_r20/external/mbedtls/
H A DChangeLog524 * Changed the default MBEDTLS_ECP_WINDOW_SIZE from 6 to 2.
1629 * Reduce the default value of MBEDTLS_ECP_WINDOW_SIZE. This reduces RAM usage
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog784 * Changed the default MBEDTLS_ECP_WINDOW_SIZE from 6 to 2.
1889 * Reduce the default value of MBEDTLS_ECP_WINDOW_SIZE. This reduces RAM usage