Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Decdh.h439 void mbedtls_ecdh_enable_restart( mbedtls_ecdh_context *ctx );
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecdh.function71 TEST_INVALID_PARAM( mbedtls_ecdh_enable_restart( NULL ) );
394 mbedtls_ecdh_enable_restart( &srv );
395 mbedtls_ecdh_enable_restart( &cli );
/openthread-3.6.0/third_party/mbedtls/repo/library/
Decdh.c254 void mbedtls_ecdh_enable_restart( mbedtls_ecdh_context *ctx ) in mbedtls_ecdh_enable_restart() function
Dssl_cli.c3822 mbedtls_ecdh_enable_restart( &ssl->handshake->ecdh_ctx ); in ssl_write_client_key_exchange()