Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_restart_ctx (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decp.h380 } mbedtls_ecp_restart_ctx; typedef
402 mbedtls_ecp_restart_ctx *rs_ctx,
415 typedef void mbedtls_ecp_restart_ctx; typedef
656 void mbedtls_ecp_restart_init(mbedtls_ecp_restart_ctx *ctx);
665 void mbedtls_ecp_restart_free(mbedtls_ecp_restart_ctx *ctx);
1003 mbedtls_ecp_restart_ctx *rs_ctx);
1109 mbedtls_ecp_restart_ctx *rs_ctx);
H A Decdh.h93 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
118 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
H A Decdsa.h99 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(ecp); /*!< base context for ECP restart and
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h381 } mbedtls_ecp_restart_ctx; typedef
403 mbedtls_ecp_restart_ctx *rs_ctx,
416 typedef void mbedtls_ecp_restart_ctx; typedef
657 void mbedtls_ecp_restart_init(mbedtls_ecp_restart_ctx *ctx);
666 void mbedtls_ecp_restart_free(mbedtls_ecp_restart_ctx *ctx);
1004 mbedtls_ecp_restart_ctx *rs_ctx);
1110 mbedtls_ecp_restart_ctx *rs_ctx);
H A Decdh.h93 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
118 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
H A Decdsa.h99 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(ecp); /*!< base context for ECP restart and
/aosp_15_r20/external/mbedtls/library/
H A Decdh.c58 mbedtls_ecp_restart_ctx *rs_ctx) in ecdh_gen_public_restartable()
98 mbedtls_ecp_restart_ctx *rs_ctx) in ecdh_compute_shared_restartable()
276 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_make_params_internal()
494 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_make_public_internal()
612 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_calc_secret_internal()
H A Decp.c217 void mbedtls_ecp_restart_init(mbedtls_ecp_restart_ctx *ctx) in mbedtls_ecp_restart_init()
228 void mbedtls_ecp_restart_free(mbedtls_ecp_restart_ctx *ctx) in mbedtls_ecp_restart_free()
247 mbedtls_ecp_restart_ctx *rs_ctx, in mbedtls_ecp_check_budget()
1862 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_precompute_comb()
2058 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_comb_core()
2183 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_comb_after_precomp()
2303 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_comb()
2639 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_restartable_internal()
2710 mbedtls_ecp_restart_ctx *rs_ctx) in mbedtls_ecp_mul_restartable()
2779 mbedtls_ecp_restart_ctx *rs_ctx) in mbedtls_ecp_mul_shortcuts()
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decdh.c58 mbedtls_ecp_restart_ctx *rs_ctx) in ecdh_gen_public_restartable()
98 mbedtls_ecp_restart_ctx *rs_ctx) in ecdh_compute_shared_restartable()
285 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_make_params_internal()
503 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_make_public_internal()
621 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_calc_secret_internal()
H A Decp.c217 void mbedtls_ecp_restart_init(mbedtls_ecp_restart_ctx *ctx) in mbedtls_ecp_restart_init()
228 void mbedtls_ecp_restart_free(mbedtls_ecp_restart_ctx *ctx) in mbedtls_ecp_restart_free()
247 mbedtls_ecp_restart_ctx *rs_ctx, in mbedtls_ecp_check_budget()
1852 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_precompute_comb()
2048 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_comb_core()
2173 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_comb_after_precomp()
2293 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_comb()
2629 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_restartable_internal()
2700 mbedtls_ecp_restart_ctx *rs_ctx) in mbedtls_ecp_mul_restartable()
2769 mbedtls_ecp_restart_ctx *rs_ctx) in mbedtls_ecp_mul_shortcuts()
[all …]
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecp.function176 mbedtls_ecp_restart_ctx ctx;
263 mbedtls_ecp_restart_ctx ctx;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecp.function176 mbedtls_ecp_restart_ctx ctx;
263 mbedtls_ecp_restart_ctx ctx;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1261 …liptic curve arithmetic as such, and therefore no equivalent of `mbedtls_ecp_restart_ctx` and func…
/aosp_15_r20/external/mbedtls/
H A DChangeLog2615 * Fix a compilation issue with mbedtls_ecp_restart_ctx not being defined
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog2875 * Fix a compilation issue with mbedtls_ecp_restart_ctx not being defined