Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_set_group (Results 1 – 7 of 7) sorted by relevance

/mbedtls-latest/include/mbedtls/
Ddhm.h204 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx,
/mbedtls-latest/programs/pkey/
Ddh_server.c146 (ret = mbedtls_dhm_set_group(&dhm, &dhm_P, &dhm_G) != 0)) { in main()
/mbedtls-latest/tests/suites/
Dtest_suite_dhm.function249 TEST_ASSERT(mbedtls_dhm_set_group(&ctx, &P, &G) == 0);
/mbedtls-latest/library/
Ddhm.c272 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, in mbedtls_dhm_set_group() function
Dssl_tls12_server.c2927 if ((ret = mbedtls_dhm_set_group(&ssl->handshake->dhm_ctx, in ssl_prepare_server_key_exchange()
/mbedtls-latest/programs/test/
Dbenchmark.c1100 mbedtls_dhm_set_group(&dhm, &P, &G) != 0) { in main()
/mbedtls-latest/docs/
Dpsa-transition.md1155 2. Call `mbedtls_ecdh_setup` or `mbedtls_dhm_set_group` to select the curve or group.