Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Ddhm.h196 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size,
/third_party/mbedtls/tests/suites/
Dtest_suite_dhm.function132 TEST_ASSERT(mbedtls_dhm_make_params(&ctx_srv, x_size, ske, &ske_len,
198 TEST_ASSERT(mbedtls_dhm_make_params(&ctx_srv, x_size, ske, &ske_len,
/third_party/mbedtls/programs/pkey/
Ddh_server.c190 mbedtls_dhm_make_params(&dhm, (int) mbedtls_mpi_size(&dhm.MBEDTLS_PRIVATE(P)), buf, &n, in main()
/third_party/mbedtls/library/
Ddhm.c235 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params() function
Dssl_tls12_server.c2856 if ((ret = mbedtls_dhm_make_params( in ssl_prepare_server_key_exchange()