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

/system/connectivity/shill/supplicant/
H A Dwpa_supplicant_unittest.cc40 string subject; local
45 property_map_, &subject, &depth));
46 EXPECT_EQ("", subject);
51 string subject; local
57 Log(logging::LOG_ERROR, _, EndsWith("no subject parameter.")));
59 property_map_, &subject, &depth));
60 EXPECT_EQ("", subject);
65 const char kSubjectName[] = "subject-name";
66 string subject; local
73 property_map_, &subject,
80 string subject; local
[all...]
H A Dwpa_supplicant.cc77 const char WPASupplicant::kInterfacePropertySubject[] = "subject";
167 string* subject,
174 LOG(ERROR) << __func__ << " no subject parameter.";
179 *subject = properties.GetString(WPASupplicant::kInterfacePropertySubject);
166 ExtractRemoteCertification(const KeyValueStore& properties, string* subject, uint32_t* depth) argument
/system/connectivity/shill/ethernet/
H A Dethernet.cc240 string subject; local
242 if (WPASupplicant::ExtractRemoteCertification(properties, &subject, &depth)) {
245 subject, depth));
386 void Ethernet::CertificationTask(const string& subject, uint32_t depth) { argument
389 service_->AddEAPCertification(subject, depth);
H A Dethernet_unittest.cc196 void TriggerCertification(const string& subject, uint32_t depth) { argument
197 ethernet_->CertificationTask(subject, depth);
548 const string kSubjectName("subject-name");
/system/tpm/attestation/server/
H A Dpkcs11_key_store.cc352 std::string subject; local
355 if (!GetCertificateFields(certificate, &subject, &issuer, &serial_number)) {
369 {CKA_SUBJECT, string_as_array(&subject), subject.size()},
416 std::string subject; local
419 if (!GetCertificateFields(certificate, &subject, &issuer, &serial_number)) {
433 {CKA_SUBJECT, string_as_array(&subject), subject.size()},
615 std::string* subject,
621 if (!x509.get() || !x509->cert_info || !x509->cert_info->subject) {
614 GetCertificateFields(const std::string& certificate, std::string* subject, std::string* issuer, std::string* serial_number) argument
[all...]
/system/connectivity/shill/wifi/
H A Dwifi.cc1319 string subject; local
1321 if (WPASupplicant::ExtractRemoteCertification(properties, &subject, &depth)) {
1322 current_service_->AddEAPCertification(subject, depth);

Completed in 677 milliseconds