Searched refs:mbedtls_dhm_set_group (Results 1 – 7 of 7) sorted by relevance
204 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx,
146 (ret = mbedtls_dhm_set_group(&dhm, &dhm_P, &dhm_G) != 0)) { in main()
249 TEST_ASSERT(mbedtls_dhm_set_group(&ctx, &P, &G) == 0);
272 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, in mbedtls_dhm_set_group() function
2927 if ((ret = mbedtls_dhm_set_group(&ssl->handshake->dhm_ctx, in ssl_prepare_server_key_exchange()
1100 mbedtls_dhm_set_group(&dhm, &P, &G) != 0) { in main()
1155 2. Call `mbedtls_ecdh_setup` or `mbedtls_dhm_set_group` to select the curve or group.