Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Decp.h377 } mbedtls_ecp_restart_ctx; typedef
399 mbedtls_ecp_restart_ctx *rs_ctx,
412 typedef void mbedtls_ecp_restart_ctx; typedef
653 void mbedtls_ecp_restart_init(mbedtls_ecp_restart_ctx *ctx);
662 void mbedtls_ecp_restart_free(mbedtls_ecp_restart_ctx *ctx);
1000 mbedtls_ecp_restart_ctx *rs_ctx);
1086 mbedtls_ecp_restart_ctx *rs_ctx);
Decdh.h105 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
130 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
Decdsa.h111 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(ecp); /*!< base context for ECP restart and
/third_party/mbedtls/library/
Decdh.c70 mbedtls_ecp_restart_ctx *rs_ctx) in ecdh_gen_public_restartable()
110 mbedtls_ecp_restart_ctx *rs_ctx) in ecdh_compute_shared_restartable()
288 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_make_params_internal()
506 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_make_public_internal()
624 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_calc_secret_internal()
Decp.c224 void mbedtls_ecp_restart_init(mbedtls_ecp_restart_ctx *ctx) in mbedtls_ecp_restart_init()
235 void mbedtls_ecp_restart_free(mbedtls_ecp_restart_ctx *ctx) in mbedtls_ecp_restart_free()
254 mbedtls_ecp_restart_ctx *rs_ctx, in mbedtls_ecp_check_budget()
1860 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_precompute_comb()
2056 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_comb_core()
2181 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_comb_after_precomp()
2301 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_comb()
2637 mbedtls_ecp_restart_ctx *rs_ctx) in ecp_mul_restartable_internal()
2708 mbedtls_ecp_restart_ctx *rs_ctx) in mbedtls_ecp_mul_restartable()
2775 mbedtls_ecp_restart_ctx *rs_ctx) in mbedtls_ecp_mul_shortcuts()
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_ecp.function180 mbedtls_ecp_restart_ctx ctx;
267 mbedtls_ecp_restart_ctx ctx;
/third_party/mbedtls/
DChangeLog2302 * Fix a compilation issue with mbedtls_ecp_restart_ctx not being defined