Searched refs:mbedtls_dhm_make_params (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/include/mbedtls/ |
D | dhm.h | 196 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size,
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_dhm.function | 132 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/ |
D | dh_server.c | 190 mbedtls_dhm_make_params(&dhm, (int) mbedtls_mpi_size(&dhm.MBEDTLS_PRIVATE(P)), buf, &n, in main()
|
/third_party/mbedtls/library/ |
D | dhm.c | 235 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params() function
|
D | ssl_tls12_server.c | 2856 if ((ret = mbedtls_dhm_make_params( in ssl_prepare_server_key_exchange()
|