HomeSort by relevance Sort by last modified time
    Searched refs:cert_bytes (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/cert/
test_root_certs_android.cc 15 std::string cert_bytes; local
17 &cert_bytes))
20 reinterpret_cast<const uint8*>(cert_bytes.data()), cert_bytes.size());
cert_verify_proc_android.cc 24 bool VerifyFromAndroidTrustManager(const std::vector<std::string>& cert_bytes,
28 android::VerifyX509CertChain(cert_bytes, "RSA");
69 std::string cert_bytes; local
70 if(!X509Certificate::GetDEREncoded(*it, &cert_bytes))
72 chain_bytes->push_back(cert_bytes);
99 std::vector<std::string> cert_bytes; local
100 if (!GetChainDEREncodedBytes(cert, &cert_bytes))
102 if (!VerifyFromAndroidTrustManager(cert_bytes, verify_result)) {
  /external/chromium/net/base/
x509_certificate_openssl_android.cc 33 std::vector<std::string> cert_bytes; local
34 cert_bytes.reserve(cert_handles.size());
37 cert_bytes.push_back(GetDEREncodedBytes(*it));
48 lib->VerifyX509CertChain(cert_bytes, hostname, "RSA");
x509_certificate_openssl.cc 571 std::string cert_bytes = std::string( local
573 chain_bytes->push_back(cert_bytes);
  /external/chromium_org/chrome/browser/ui/android/
website_settings_popup_android.cc 57 std::string cert_bytes; local
58 net::X509Certificate::GetDEREncoded(*it, &cert_bytes);
59 cert_chain.push_back(cert_bytes);
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.cc 519 StringPiece proof, cert_bytes; local
521 bool has_cert = rej.GetStringPiece(kCertificateTag, &cert_bytes);
524 if (!CertCompressor::DecompressChain(cert_bytes, out_params->cached_certs,

Completed in 129 milliseconds