Searched refs:mbedtls_dhm_set_group (Results 1 – 4 of 4) sorted by relevance
216 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx,
249 TEST_ASSERT(mbedtls_dhm_set_group(&ctx, &P, &G) == 0);
284 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, in mbedtls_dhm_set_group() function
2849 if ((ret = mbedtls_dhm_set_group(&ssl->handshake->dhm_ctx, in ssl_prepare_server_key_exchange()