Home
last modified time | relevance | path

Searched refs:certificate_pem_path (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DServerSocket.h40 const std::optional<std::string> &certificate_pem_path,
56 std::optional<std::string> certificate_pem_path() const;
DHTTPServer.h39 const std::optional<std::string> &certificate_pem_path =
72 std::optional<std::string> certificate_pem_path() const;
DSSLSocket.h39 const std::string &certificate_pem_path,
/device/google/cuttlefish/host/frontend/gcastv2/https/
DServerSocket.cpp38 const std::optional<std::string> &certificate_pem_path, in ServerSocket() argument
42 mCertificatePath(certificate_pem_path), in ServerSocket()
175 std::optional<std::string> ServerSocket::certificate_pem_path() const { in certificate_pem_path() function in ServerSocket
DHTTPServer.cpp43 const std::optional<std::string> &certificate_pem_path, in HTTPServer() argument
53 certificate_pem_path, in HTTPServer()
386 std::optional<std::string> HTTPServer::certificate_pem_path() const { in certificate_pem_path() function in HTTPServer
387 return mSocketTLS->certificate_pem_path(); in certificate_pem_path()
DSSLSocket.cpp86 const std::string &certificate_pem_path, in SSLSocket() argument
94 CHECK(useCertificate(certificate_pem_path) in SSLSocket()
DClientSocket.cpp45 *server->certificate_pem_path(), in ClientSocket()