Home
last modified time | relevance | path

Searched refs:useCertificate (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DDTLS.h99 bool useCertificate(std::shared_ptr<X509> certificate);
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DSSLSocket.h117 bool useCertificate(const std::string &path);
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DDTLS.cpp48 bool DTLS::useCertificate(std::shared_ptr<X509> cert) { in useCertificate() function in DTLS
99 CHECK(useCertificate(cert)); in DTLS()
/device/google/cuttlefish/host/frontend/gcastv2/https/
DSSLSocket.cpp65 bool SSLSocket::useCertificate(const std::string &path) { in useCertificate() function in SSLSocket
94 CHECK(useCertificate(certificate_pem_path) in SSLSocket()