Home
last modified time | relevance | path

Searched refs:cert_bytes (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/base/
Dx509_certificate_openssl_android.cc33 std::vector<std::string> cert_bytes; in Verify() local
34 cert_bytes.reserve(cert_handles.size()); in Verify()
37 cert_bytes.push_back(GetDEREncodedBytes(*it)); in Verify()
48 lib->VerifyX509CertChain(cert_bytes, hostname, "RSA"); in Verify()
Dx509_certificate_openssl.cc571 std::string cert_bytes = std::string( in GetChainDEREncodedBytes() local
573 chain_bytes->push_back(cert_bytes); in GetChainDEREncodedBytes()