Lines Matching refs:dh_file
1782 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file) in tls_connection_dh() argument
1785 if (dh_file == NULL) in tls_connection_dh()
1795 if (dh_file == NULL) in tls_connection_dh()
1800 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
1803 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_connection_dh()
1812 " trying to parse as DSA params", dh_file, in tls_connection_dh()
1814 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
1821 "'%s': %s", dh_file, in tls_connection_dh()
1839 "'%s'", dh_file); in tls_connection_dh()
1845 "%s", dh_file, in tls_connection_dh()
2319 if (tls_connection_dh(conn, params->dh_file)) { in tls_connection_set_params()
2321 params->dh_file); in tls_connection_set_params()