OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x509_error
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/cert/
cert_verify_proc_openssl.cc
202
int
x509_error
= X509_STORE_CTX_get_error(ctx.get());
local
203
CertStatus cert_status = MapCertErrorToCertStatus(
x509_error
);
205
<< X509_verify_cert_error_string(
x509_error
)
206
<< " : " <<
x509_error
/external/chromium/net/base/
x509_certificate_openssl.cc
448
int
x509_error
= X509_STORE_CTX_get_error(ctx.get());
local
449
int cert_status = MapCertErrorToCertStatus(
x509_error
);
451
<< X509_verify_cert_error_string(
x509_error
)
452
<< " : " <<
x509_error
Completed in 45 milliseconds