Searched refs:name_attribute (Results 1 – 2 of 2) sorted by relevance
31 for (const X509NameAttribute& name_attribute : rdn) { in ParseDistinguishedName() local32 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 …]
728 const auto name_attribute = get_attribute(node, "name"); in handle_anonymous_types() local730 name_attribute ? name_attribute.value() : std::string(); in handle_anonymous_types()