Home
last modified time | relevance | path

Searched refs:verify_x509 (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/onc/
Donc_constants.cc335 namespace verify_x509 { namespace
Donc_constants.h353 namespace verify_x509 {
/external/chromium_org/chromeos/network/onc/
Donc_translation_tables.cc97 { ::onc::verify_x509::kName, shill::kOpenVPNVerifyX509NameProperty},
98 { ::onc::verify_x509::kType, shill::kOpenVPNVerifyX509TypeProperty},
Donc_signature.cc153 { ::onc::verify_x509::kName, &kStringSignature},
154 { ::onc::verify_x509::kType, &kStringSignature},
Donc_validator.cc706 using namespace ::onc::verify_x509; in ValidateVerifyX509()