Lines Matching refs:dh_file
4155 static int tls_global_dh(struct tls_data *data, const char *dh_file) in tls_global_dh() argument
4158 if (dh_file == NULL) in tls_global_dh()
4173 if (!dh_file) { in tls_global_dh()
4178 bio = BIO_new_file(dh_file, "r"); in tls_global_dh()
4181 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_global_dh()
4191 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_global_dh()
4219 dh_file); in tls_global_dh()
4230 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_global_dh()
4242 if (!dh_file) { in tls_global_dh()
4249 bio = BIO_new_file(dh_file, "r"); in tls_global_dh()
4252 dh_file, ERR_error_string(ERR_get_error(), NULL)); in tls_global_dh()
4261 " trying to parse as DSA params", dh_file, in tls_global_dh()
4263 bio = BIO_new_file(dh_file, "r"); in tls_global_dh()
4270 "'%s': %s", dh_file, in tls_global_dh()
4288 "'%s'", dh_file); in tls_global_dh()
4294 "%s", dh_file, in tls_global_dh()
5694 tls_global_dh(data, params->dh_file)) { in tls_global_set_params()