OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
28
bool VerifyFromAndroidTrustManager(const std::vector<std::string>&
cert_bytes
,
35
android::VerifyX509CertChain(
cert_bytes
, "RSA", hostname,
107
std::string
cert_bytes
;
local
108
if(!X509Certificate::GetDEREncoded(*it, &
cert_bytes
))
110
chain_bytes->push_back(
cert_bytes
);
137
std::vector<std::string>
cert_bytes
;
local
138
if (!GetChainDEREncodedBytes(cert, &
cert_bytes
))
140
if (!VerifyFromAndroidTrustManager(
cert_bytes
, hostname, verify_result)) {
/external/chromium_org/chrome/browser/ui/android/
website_settings_popup_android.cc
59
std::string
cert_bytes
;
local
60
net::X509Certificate::GetDEREncoded(*it, &
cert_bytes
);
61
cert_chain.push_back(
cert_bytes
);
/external/chromium_org/net/quic/crypto/
quic_crypto_client_config.cc
565
StringPiece proof,
cert_bytes
;
local
567
bool has_cert = rej.GetStringPiece(kCertificateTag, &
cert_bytes
);
570
if (!CertCompressor::DecompressChain(
cert_bytes
, out_params->cached_certs,
Completed in 174 milliseconds