Searched refs:useCertificate (Results 1 – 4 of 4) sorted by relevance
99 bool useCertificate(std::shared_ptr<X509> certificate);
117 bool useCertificate(const std::string &path);
48 bool DTLS::useCertificate(std::shared_ptr<X509> cert) { in useCertificate() function in DTLS99 CHECK(useCertificate(cert)); in DTLS()
65 bool SSLSocket::useCertificate(const std::string &path) { in useCertificate() function in SSLSocket94 CHECK(useCertificate(certificate_pem_path) in SSLSocket()