Searched refs:X509NameAttribute (Results 1 – 4 of 4) sorted by relevance
/pki/ |
A D | parse_name_unittest.cc | 49 X509NameAttribute value(der::Input(), CBS_ASN1_IA5STRING, der::Input(der)); in TEST() 62 X509NameAttribute value(der::Input(), CBS_ASN1_IA5STRING, der::Input(der)); in TEST() 74 X509NameAttribute value(der::Input(), CBS_ASN1_PRINTABLESTRING, in TEST() 88 X509NameAttribute value(der::Input(), CBS_ASN1_PRINTABLESTRING, in TEST() 101 X509NameAttribute value(der::Input(), CBS_ASN1_PRINTABLESTRING, in TEST() 105 X509NameAttribute::PrintableStringHandling::kDefault, &result)); in TEST() 107 X509NameAttribute::PrintableStringHandling::kAsUTF8Hack, &result)); in TEST() 115 X509NameAttribute value(der::Input(), CBS_ASN1_T61STRING, der::Input(der)); in TEST() 128 X509NameAttribute value(der::Input(), CBS_ASN1_T61STRING, der::Input(der)); in TEST() 163 X509NameAttribute value(der::Input(), CBS_ASN1_UNIVERSALSTRING, in TEST() [all …]
|
A D | parse_name.h | 77 struct OPENSSL_EXPORT X509NameAttribute { struct 78 X509NameAttribute(der::Input in_type, CBS_ASN1_TAG in_value_tag, in X509NameAttribute() function 123 typedef std::vector<X509NameAttribute> RelativeDistinguishedName; argument
|
A D | parse_name.cc | 43 bool X509NameAttribute::ValueAsString(std::string *out) const { in ValueAsString() 63 bool X509NameAttribute::ValueAsStringWithUnsafeOptions( in ValueAsStringWithUnsafeOptions() 73 bool X509NameAttribute::ValueAsStringUnsafe(std::string *out) const { in ValueAsStringUnsafe() 91 bool X509NameAttribute::AsRFC2253String(std::string *out) const { in AsRFC2253String() 184 out->push_back(X509NameAttribute(type, tag, value)); in ReadRdn()
|
A D | verify_name_match.cc | 128 [[nodiscard]] bool NormalizeValue(X509NameAttribute attribute, in NormalizeValue() 187 bool VerifyValueMatch(X509NameAttribute a, X509NameAttribute b) { in VerifyValueMatch()
|
Completed in 7 milliseconds