Searched refs:mbedtls_dhm_make_params (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/include/mbedtls/ |
D | dhm.h | 198 int mbedtls_dhm_make_params( mbedtls_dhm_context *ctx, int x_size,
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_dhm.function | 129 TEST_ASSERT( mbedtls_dhm_make_params( &ctx_srv, x_size, ske, &ske_len, 194 TEST_ASSERT( mbedtls_dhm_make_params( &ctx_srv, x_size, ske, &ske_len,
|
/third_party/mbedtls/programs/pkey/ |
D | dh_server.c | 208 …if( ( ret = mbedtls_dhm_make_params( &dhm, (int) mbedtls_mpi_size( &dhm.MBEDTLS_PRIVATE(P) ), buf,… in main()
|
/third_party/mbedtls/library/ |
D | dhm.c | 247 int mbedtls_dhm_make_params( mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params() function
|
D | ssl_srv.c | 3003 if( ( ret = mbedtls_dhm_make_params( in ssl_prepare_server_key_exchange()
|