Searched defs:root_subject_name (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/net/
H A Dcert_verify_proc_chromeos_unittest.cc80 std::string* root_subject_name) {
93 root_subject_name->assign(root->subjectName);
95 root_subject_name->clear();
102 std::string* root_subject_name) {
105 verify_proc, additional_trust_anchors, cert, root_subject_name);
76 VerifyWithAdditionalTrustAnchors( net::CertVerifyProc* verify_proc, const net::CertificateList& additional_trust_anchors, net::X509Certificate* cert, std::string* root_subject_name) argument
100 Verify(net::CertVerifyProc* verify_proc, net::X509Certificate* cert, std::string* root_subject_name) argument

Completed in 374 milliseconds