Lines Matching refs:hostname
126 const std::string& hostname,
130 hostname_(hostname),
307 const std::string& hostname,
314 if (!callback || !verify_result || hostname.empty()) {
321 const RequestParams key = {cert->fingerprint(), hostname, flags};
347 CertVerifierWorker* worker = new CertVerifierWorker(cert, hostname, flags,
390 const std::string& hostname,
404 const RequestParams key = {cert->fingerprint(), hostname, flags};
464 const std::string& hostname,
473 return cert->Verify(hostname, flags, verify_result);
480 cert, hostname, flags, verify_result, &callback_, &request);