Lines Matching defs:ocsp_file
362 const char *cert_file, const char *key_file, const char *ocsp_file)
373 if (ocsp_file != NULL &&
375 ocsp_file) != 0)
442 const char *cert_file, const char *key_file, const char *ocsp_file)
445 key_file, ocsp_file);
650 const char *cert_file, const char *key_file, const char *ocsp_file)
656 if (ocsp_file != NULL &&
657 tls_config_set_ocsp_staple_file(config, ocsp_file) != 0)
697 const char *cert_file, const char *key_file, const char *ocsp_file)
700 ocsp_file);