Home
last modified time | relevance | path

Searched refs:GetDEREncodedBytes (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/base/
Dx509_certificate_openssl_android.cc37 cert_bytes.push_back(GetDEREncodedBytes(*it)); in Verify()
Dx509_certificate.h435 static std::string GetDEREncodedBytes(OSCertHandle handle);
Dx509_certificate_openssl.cc549 std::string X509Certificate::GetDEREncodedBytes(OSCertHandle handle) { in GetDEREncodedBytes() function in net::X509Certificate