Home
last modified time | relevance | path

Searched refs:name_attribute (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/cert/
Dx509_cert_types.cc31 for (const X509NameAttribute& name_attribute : rdn) { in ParseDistinguishedName() local
32 if (name_attribute.type == der::Input(kTypeCommonNameOid)) { in ParseDistinguishedName()
34 !name_attribute.ValueAsStringWithUnsafeOptions(string_handling, in ParseDistinguishedName()
38 } else if (name_attribute.type == der::Input(kTypeLocalityNameOid)) { in ParseDistinguishedName()
40 !name_attribute.ValueAsStringWithUnsafeOptions(string_handling, in ParseDistinguishedName()
44 } else if (name_attribute.type == in ParseDistinguishedName()
47 !name_attribute.ValueAsStringWithUnsafeOptions( in ParseDistinguishedName()
51 } else if (name_attribute.type == der::Input(kTypeCountryNameOid)) { in ParseDistinguishedName()
53 !name_attribute.ValueAsStringWithUnsafeOptions(string_handling, in ParseDistinguishedName()
57 } else if (name_attribute.type == der::Input(kTypeStreetAddressOid)) { in ParseDistinguishedName()
[all …]
/external/libabigail/tools/
Dabitidy.cc728 const auto name_attribute = get_attribute(node, "name"); in handle_anonymous_types() local
730 name_attribute ? name_attribute.value() : std::string(); in handle_anonymous_types()