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.h198 int mbedtls_dhm_make_params( mbedtls_dhm_context *ctx, int x_size,
/third_party/mbedtls/tests/suites/
Dtest_suite_dhm.function129 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/
Ddh_server.c208 …if( ( ret = mbedtls_dhm_make_params( &dhm, (int) mbedtls_mpi_size( &dhm.MBEDTLS_PRIVATE(P) ), buf,… in main()
/third_party/mbedtls/library/
Ddhm.c247 int mbedtls_dhm_make_params( mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params() function
Dssl_srv.c3003 if( ( ret = mbedtls_dhm_make_params( in ssl_prepare_server_key_exchange()