Home
last modified time | relevance | path

Searched defs:certificate_pem_path (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/
DServerSocket.cpp38 const std::optional<std::string> &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()
386 std::optional<std::string> HTTPServer::certificate_pem_path() const { in certificate_pem_path() function in HTTPServer
DSSLSocket.cpp86 const std::string &certificate_pem_path, in SSLSocket()