Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DServerSocket.cpp39 const std::optional<std::string> &private_key_pem_path) in ServerSocket()
179 std::optional<std::string> ServerSocket::private_key_pem_path() const { in private_key_pem_path() function in ServerSocket
DHTTPServer.cpp44 const std::optional<std::string> &private_key_pem_path) in HTTPServer()
390 std::optional<std::string> HTTPServer::private_key_pem_path() const { in private_key_pem_path() function in HTTPServer
DSSLSocket.cpp87 const std::string &private_key_pem_path, in SSLSocket()