Home
last modified time | relevance | path

Searched refs:MBEDTLS_ECP_BUDGET (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Decp.c1917 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_DBL); in ecp_precompute_comb()
1948 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_INV + 6 * j - 2); in ecp_precompute_comb()
1963 MBEDTLS_ECP_BUDGET((T_size - 1) * MBEDTLS_ECP_OPS_ADD); in ecp_precompute_comb()
1988 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_INV + 6 * j - 2); in ecp_precompute_comb()
2095 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_DBL + MBEDTLS_ECP_OPS_ADD); in ecp_mul_comb_core()
2212 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_INV); in ecp_mul_comb_after_precomp()
2668 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_CHK); in ecp_mul_restartable_internal()
2875 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_ADD); in mbedtls_ecp_muladd_restartable()
2884 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_INV); in mbedtls_ecp_muladd_restartable()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decp.c1907 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_DBL); in ecp_precompute_comb()
1938 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_INV + 6 * j - 2); in ecp_precompute_comb()
1953 MBEDTLS_ECP_BUDGET((T_size - 1) * MBEDTLS_ECP_OPS_ADD); in ecp_precompute_comb()
1978 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_INV + 6 * j - 2); in ecp_precompute_comb()
2085 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_DBL + MBEDTLS_ECP_OPS_ADD); in ecp_mul_comb_core()
2202 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_INV); in ecp_mul_comb_after_precomp()
2658 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_CHK); in ecp_mul_restartable_internal()
2865 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_ADD); in mbedtls_ecp_muladd_restartable()
2874 MBEDTLS_ECP_BUDGET(MBEDTLS_ECP_OPS_INV); in mbedtls_ecp_muladd_restartable()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decp.h406 #define MBEDTLS_ECP_BUDGET(ops) \ macro
412 #define MBEDTLS_ECP_BUDGET(ops) /* no-op; for compatibility */ macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h407 #define MBEDTLS_ECP_BUDGET(ops) \ macro
413 #define MBEDTLS_ECP_BUDGET(ops) /* no-op; for compatibility */ macro