Searched refs:private_key_pem_path (Results 1 – 7 of 7) sorted by relevance
41 const std::optional<std::string> &private_key_pem_path);57 std::optional<std::string> private_key_pem_path() const;
41 const std::optional<std::string> &private_key_pem_path =73 std::optional<std::string> private_key_pem_path() const;
40 const std::string &private_key_pem_path,
39 const std::optional<std::string> &private_key_pem_path) in ServerSocket() argument43 mPrivateKeyPath(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
44 const std::optional<std::string> &private_key_pem_path) in HTTPServer() argument54 private_key_pem_path)) { in HTTPServer()390 std::optional<std::string> HTTPServer::private_key_pem_path() const { in private_key_pem_path() function in HTTPServer391 return mSocketTLS->private_key_pem_path(); in private_key_pem_path()
87 const std::string &private_key_pem_path, in SSLSocket() argument95 && usePrivateKey(private_key_pem_path)); in SSLSocket()
46 *server->private_key_pem_path()); in ClientSocket()