Home
last modified time | relevance | path

Searched defs:UseCustomCertificate (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport.h119 virtual void UseCustomCertificate(Transport::Certificate cert) {} in UseCustomCertificate() function
Dhttp_transport_curl.cc294 void Transport::UseCustomCertificate(Transport::Certificate cert) { in UseCustomCertificate() function in brillo::http::curl::Transport