Searched defs:subject (Results 1 - 6 of 6) sorted by relevance
/system/connectivity/shill/supplicant/ |
H A D | wpa_supplicant_unittest.cc | 40 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 D | wpa_supplicant.cc | 77 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 D | ethernet.cc | 240 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 D | ethernet_unittest.cc | 196 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 D | pkcs11_key_store.cc | 352 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 D | wifi.cc | 1319 string subject; local 1321 if (WPASupplicant::ExtractRemoteCertification(properties, &subject, &depth)) { 1322 current_service_->AddEAPCertification(subject, depth);
|
Completed in 677 milliseconds