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.h374 } mbedtls_ecp_restart_ctx; typedef
396 mbedtls_ecp_restart_ctx *rs_ctx,
409 typedef void mbedtls_ecp_restart_ctx; typedef
634 void mbedtls_ecp_restart_init( mbedtls_ecp_restart_ctx *ctx );
643 void mbedtls_ecp_restart_free( mbedtls_ecp_restart_ctx *ctx );
978 mbedtls_ecp_restart_ctx *rs_ctx );
1064 mbedtls_ecp_restart_ctx *rs_ctx );
Decdh.h108 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
134 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
Decdsa.h107 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(ecp); /*!< base context for ECP restart and
/third_party/mbedtls/library/
Decdh.c78 mbedtls_ecp_restart_ctx *rs_ctx ) in ecdh_gen_public_restartable()
119 mbedtls_ecp_restart_ctx *rs_ctx ) in ecdh_compute_shared_restartable()
310 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_make_params_internal()
532 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_make_public_internal()
654 mbedtls_ecp_restart_ctx *rs_ctx = NULL; in ecdh_calc_secret_internal()
Decp.c243 void mbedtls_ecp_restart_init( mbedtls_ecp_restart_ctx *ctx ) in mbedtls_ecp_restart_init()
255 void mbedtls_ecp_restart_free( mbedtls_ecp_restart_ctx *ctx ) in mbedtls_ecp_restart_free()
273 mbedtls_ecp_restart_ctx *rs_ctx, in mbedtls_ecp_check_budget()
1709 mbedtls_ecp_restart_ctx *rs_ctx ) in ecp_precompute_comb()
1878 mbedtls_ecp_restart_ctx *rs_ctx ) in ecp_mul_comb_core()
2004 mbedtls_ecp_restart_ctx *rs_ctx ) in ecp_mul_comb_after_precomp()
2118 mbedtls_ecp_restart_ctx *rs_ctx ) in ecp_mul_comb()
2455 mbedtls_ecp_restart_ctx *rs_ctx ) in ecp_mul_restartable_internal()
2519 mbedtls_ecp_restart_ctx *rs_ctx ) in mbedtls_ecp_mul_restartable()
2605 mbedtls_ecp_restart_ctx *rs_ctx ) in mbedtls_ecp_mul_shortcuts()
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_ecp.function121 mbedtls_ecp_restart_ctx ctx;
209 mbedtls_ecp_restart_ctx ctx;
/third_party/mbedtls/
DChangeLog1603 * Fix a compilation issue with mbedtls_ecp_restart_ctx not being defined