HomeSort by relevance Sort by last modified time
    Searched defs:cert_handles (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/cert/
cert_verify_proc_android.cc 58 X509Certificate::OSCertHandles cert_handles = local
63 if (cert_handles.empty() || cert_handles[0] != cert_handle)
64 cert_handles.insert(cert_handles.begin(), cert_handle);
66 chain_bytes->reserve(cert_handles.size());
68 cert_handles.begin(); it != cert_handles.end(); ++it) {
  /external/chromium_org/chrome/browser/ui/android/
website_settings_popup_android.cc 45 net::X509Certificate::OSCertHandles cert_handles = local
49 if (cert_handles.empty() || cert_handles[0] != cert->os_cert_handle())
50 cert_handles.insert(cert_handles.begin(), cert->os_cert_handle());
52 cert_chain.reserve(cert_handles.size());
54 cert_handles.begin();
55 it != cert_handles.end();

Completed in 37 milliseconds