Home
last modified time | relevance | path

Searched refs:certFile (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/crypto/
H A Dtlscredsx509.c39 const char *certFile, in qcrypto_tls_creds_check_cert_times() argument
58 certFile); in qcrypto_tls_creds_check_cert_times()
69 certFile); in qcrypto_tls_creds_check_cert_times()
80 const char *certFile, in qcrypto_tls_creds_check_cert_basic_constraints() argument
89 creds, certFile, status); in qcrypto_tls_creds_check_cert_basic_constraints()
98 certFile); in qcrypto_tls_creds_check_cert_basic_constraints()
106 certFile); in qcrypto_tls_creds_check_cert_basic_constraints()
115 certFile); in qcrypto_tls_creds_check_cert_basic_constraints()
121 certFile, gnutls_strerror(status)); in qcrypto_tls_creds_check_cert_basic_constraints()
132 const char *certFile, in qcrypto_tls_creds_check_cert_key_usage() argument
[all …]
/openbmc/phosphor-certificate-manager/
H A Dwatch.cpp27 Watch::Watch(sdeventplus::Event& event, std::string& certFile, Callback cb) : in Watch() argument
31 fs::path path = fs::path(certFile).parent_path(); in Watch()
47 watchFile = fs::path(certFile).filename(); in Watch()
H A Dwatch.hpp28 Watch(sdeventplus::Event& event, std::string& certFile, Callback cb);
69 std::string certFile; member in phosphor::certs::Watch
/openbmc/pldm/oem/ibm/requester/
H A Ddbus_to_file_handler.cpp225 std::ofstream certFile; in newCsrFileAvailable() local
227 certFile.open(certFilePath, std::ios::out | std::ofstream::binary); in newCsrFileAvailable()
229 if (!certFile) in newCsrFileAvailable()
236 certFile << csr << std::endl; in newCsrFileAvailable()
238 certFile.close(); in newCsrFileAvailable()
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp611 std::shared_ptr<CertificateFile> certFile = in handleReplaceCertificateAction() local
614 [asyncResp, certFile, objectPath, service, url{*parsedUrl}, id, name, in handleReplaceCertificateAction()
634 certFile->getCertFilePath()); in handleReplaceCertificateAction()
637 certFile->getCertFilePath()); in handleReplaceCertificateAction()
1007 std::shared_ptr<CertificateFile> certFile = in handleHTTPSCertificateCollectionPost() local
1011 [asyncResp, certFile](const boost::system::error_code& ec, in handleHTTPSCertificateCollectionPost()
1029 certFile->getCertFilePath()); in handleHTTPSCertificateCollectionPost()
1032 "Install", certFile->getCertFilePath()); in handleHTTPSCertificateCollectionPost()
1122 std::shared_ptr<CertificateFile> certFile = in handleLDAPCertificateCollectionPost() local
1126 [asyncResp, certFile](const boost::system::error_code& ec, in handleLDAPCertificateCollectionPost()
[all …]
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.hpp53 const char* certFile) : in ConfigMgr() argument
56 tlsCacertFile(caCertFile), tlsCertFile(certFile), bus(bus) in ConfigMgr()
H A Dldap_config.hpp80 const char* caCertFile, const char* certFile, bool secureLDAP,
96 const char* caCertFile, const char* certFile,
H A Dldap_config.cpp55 const char* caCertFile, const char* certFile, bool secureLDAP, in Config() argument
62 tlsCertFile(certFile), configFilePath(filePath), objectPath(path), bus(bus), in Config()
110 const char* caCertFile, const char* certFile, in Config() argument
113 tlsCacertFile(caCertFile), tlsCertFile(certFile), configFilePath(filePath), in Config()
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp450 fs::path certFile = certPath / "server.pem"; in ensureCertificate() local
456 BMCWEB_LOG_INFO("Building SSL Context file= {}", certFile.string()); in ensureCertificate()
457 std::string sslPemFile(certFile); in ensureCertificate()
539 auto certFile = ensureCertificate(); in getSslServerContext() local
540 if (!getSslContext(sslCtx, certFile)) in getSslServerContext()
/openbmc/bmcweb/include/
H A Dhostname_monitor.hpp88 const std::string certFile = "/etc/ssl/certs/https/server.pem"; in onPropertyUpdate() local
90 X509* cert = ensuressl::loadCert(certFile); in onPropertyUpdate()
/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp75 const char* certFile) : in MockConfigMgr() argument
77 caCertFile, certFile) in MockConfigMgr()