Lines Matching refs:cert_file
343 char *cert_file,
352 if(cert_file || (file_type == SSL_FILETYPE_ENGINE)) {
370 cert_file) != 1) {
384 cert_file,
403 params.cert_id = cert_file;
417 " '%s' [%s]", cert_file,
455 f = fopen(cert_file, "rb");
457 failf(data, "could not open PKCS12 file '%s'", cert_file);
464 failf(data, "error reading PKCS12 file '%s'", cert_file);
490 cert_file);
496 "does not match certificate in same file", cert_file);
551 key_file=cert_file;