Lines Matching refs:server
21 // The parameter for doing lookups, insertions, and deletions is the server's
31 // Checks for a client certificate preference for SSL server at |server|.
34 // indicates a preference to not send any certificate to |server|.
36 bool Lookup(const std::string& server,
39 // Add a client certificate for |server| to the cache. If there is already
40 // a client certificate for |server|, it will be overwritten. A NULL
42 // be sent to |server|.
43 void Add(const std::string& server, X509Certificate* client_cert);
45 // Remove the client certificate for |server| from the cache, if one exists.
46 void Remove(const std::string& server);