HomeSort by relevance Sort by last modified time
    Searched refs:cert_bytes (Results 1 - 4 of 4) 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 30 bool VerifyFromAndroidTrustManager(const std::vector<std::string>& cert_bytes,
37 android::VerifyX509CertChain(cert_bytes, "RSA", hostname,
139 std::string cert_bytes; local
140 if(!X509Certificate::GetDEREncoded(*it, &cert_bytes))
142 chain_bytes->push_back(cert_bytes);
169 std::vector<std::string> cert_bytes; local
170 if (!GetChainDEREncodedBytes(cert, &cert_bytes))
172 if (!VerifyFromAndroidTrustManager(cert_bytes, hostname, verify_result)) {
  /external/chromium_org/chrome/browser/ui/android/
website_settings_popup_android.cc 60 std::string cert_bytes; local
61 net::X509Certificate::GetDEREncoded(*it, &cert_bytes);
62 cert_chain.push_back(cert_bytes);
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.cc 602 StringPiece proof, cert_bytes; local
604 bool has_cert = message.GetStringPiece(kCertificateTag, &cert_bytes);
607 if (!CertCompressor::DecompressChain(cert_bytes, cached_certs,

Completed in 1066 milliseconds