Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecdh.function111 mbedtls_ecdh_make_params( NULL, &olen, buf, buflen,
115 mbedtls_ecdh_make_params( &ctx, NULL, buf, buflen,
119 mbedtls_ecdh_make_params( &ctx, &olen, NULL, buflen,
123 mbedtls_ecdh_make_params( &ctx, &olen, buf, buflen, NULL, NULL ) );
327 TEST_ASSERT( mbedtls_ecdh_make_params( &srv, &len, buf, 1000,
404 ret = mbedtls_ecdh_make_params( &srv, &len, buf, sizeof( buf ),
493 TEST_ASSERT( mbedtls_ecdh_make_params( &srv, &len, buf, 1000,
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Decdh.h282 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen,
Dcompat-1.3.h1888 #define ecdh_make_params mbedtls_ecdh_make_params
/openthread-3.5.0/third_party/mbedtls/repo/library/
Decdh.c354 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params() function
Dssl_srv.c3438 if( ( ret = mbedtls_ecdh_make_params( in ssl_prepare_server_key_exchange()
/openthread-3.5.0/third_party/mbedtls/repo/programs/test/
Dbenchmark.c1083 …CHECK_AND_CONTINUE( mbedtls_ecdh_make_params( &ecdh_srv, &olen, buf_srv, sizeof( buf_srv ), myrand… in main()
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1471 ecdh_make_params mbedtls_ecdh_make_params