HomeSort by relevance Sort by last modified time
    Searched refs:cert_chain (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium/android/net/
android_network_library_impl.h 23 const std::vector<std::string>& cert_chain,
android_network_library_impl.cc 19 const std::vector<std::string> cert_chain) {
20 size_t count = cert_chain.size();
30 size_t len = cert_chain[i].length();
40 size_t copied = cert_chain[i].copy(reinterpret_cast<char*>(bytes), len);
53 const std::vector<std::string>& cert_chain,
71 jobjectArray chain_byte_array = GetCertificateByteArray(env, cert_chain);
  /external/chromium/net/base/
android_network_library.h 29 // |cert_chain| is DER encoded chain of certificates, with the server's own
34 const std::vector<std::string>& cert_chain,
x509_certificate_mac.cc 1175 CFArrayRef cert_chain = NULL; local
1305 CFArrayRef cert_chain = NULL; local
    [all...]
  /external/chromium_org/net/android/
network_library.h 21 // |cert_chain| is DER encoded chain of certificates, with the server's own
25 const std::vector<std::string>& cert_chain,
network_library.cc 27 const std::vector<std::string>& cert_chain,
32 ToJavaArrayOfByteArray(env, cert_chain);
  /external/chromium_org/chrome/browser/ui/android/
website_settings_popup_android.cc 44 std::vector<std::string> cert_chain; local
52 cert_chain.reserve(cert_handles.size());
59 cert_chain.push_back(cert_bytes);
63 return base::android::ToJavaArrayOfByteArray(env, cert_chain).Release();
  /external/chromium_org/net/cert/
x509_util_ios.h 64 const std::vector<CERTCertificate*>& cert_chain() const;