Searched refs:mbedtls_dhm_set_group (Results 1 – 4 of 4) sorted by relevance
218 int mbedtls_dhm_set_group( mbedtls_dhm_context *ctx,
244 TEST_ASSERT( mbedtls_dhm_set_group( &ctx, &P, &G ) == 0 );
298 int mbedtls_dhm_set_group( mbedtls_dhm_context *ctx, in mbedtls_dhm_set_group() function
2993 if( ( ret = mbedtls_dhm_set_group( &ssl->handshake->dhm_ctx, in ssl_prepare_server_key_exchange()
Completed in 9 milliseconds