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