Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Decdh.h446 void mbedtls_ecdh_enable_restart(mbedtls_ecdh_context *ctx);
/third_party/mbedtls/tests/suites/
Dtest_suite_ecdh.function282 mbedtls_ecdh_enable_restart(&srv);
283 mbedtls_ecdh_enable_restart(&cli);
/third_party/mbedtls/library/
Decdh.c236 void mbedtls_ecdh_enable_restart(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_enable_restart() function
Dssl_tls12_client.c2837 mbedtls_ecdh_enable_restart(&ssl->handshake->ecdh_ctx); in ssl_write_client_key_exchange()