/openbmc/qemu/crypto/ |
H A D | tlscredsx509.c | 39 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 D | watch.cpp | 27 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 D | watch.hpp | 28 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 D | dbus_to_file_handler.cpp | 225 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 D | certificate_service.hpp | 611 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 D | ldap_config_mgr.hpp | 53 const char* certFile) : in ConfigMgr() argument 56 tlsCacertFile(caCertFile), tlsCertFile(certFile), bus(bus) in ConfigMgr()
|
H A D | ldap_config.hpp | 80 const char* caCertFile, const char* certFile, bool secureLDAP, 96 const char* caCertFile, const char* certFile,
|
H A D | ldap_config.cpp | 55 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 D | ssl_key_handler.cpp | 450 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 D | hostname_monitor.hpp | 88 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 D | ldap_config_test.cpp | 75 const char* certFile) : in MockConfigMgr() argument 77 caCertFile, certFile) in MockConfigMgr()
|