Searched refs:mbedtls_ecdh_make_params (Results 1 – 7 of 7) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecdh.function | 111 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/ |
D | ecdh.h | 282 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen,
|
D | compat-1.3.h | 1888 #define ecdh_make_params mbedtls_ecdh_make_params
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | ecdh.c | 354 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params() function
|
D | ssl_srv.c | 3438 if( ( ret = mbedtls_ecdh_make_params( in ssl_prepare_server_key_exchange()
|
/openthread-3.5.0/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 1083 …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/ |
D | rename-1.3-2.0.txt | 1471 ecdh_make_params mbedtls_ecdh_make_params
|