Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_make_params (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Decdh.h295 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen,
/third_party/mbedtls/tests/suites/
Dtest_suite_ecdh.function210 TEST_ASSERT( mbedtls_ecdh_make_params( &srv, &len, buf, 1000,
290 ret = mbedtls_ecdh_make_params( &srv, &len, buf, sizeof( buf ),
/third_party/mbedtls/library/
Decdh.c356 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params() function
Dssl_srv.c3069 if( ( ret = mbedtls_ecdh_make_params( in ssl_prepare_server_key_exchange()
/third_party/mbedtls/programs/test/
Dbenchmark.c1275 …CHECK_AND_CONTINUE( mbedtls_ecdh_make_params( &ecdh_srv, &olen, buf_srv, sizeof( buf_srv ), myrand… in main()