Lines Matching refs:x509_name
17 void x509_free_name(struct x509_name *name) in x509_free_name()
148 int x509_name_compare(struct x509_name *a, struct x509_name *b) in x509_name_compare()
285 int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name()
492 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string()
873 static int x509_parse_alt_name_rfc8222(struct x509_name *name, in x509_parse_alt_name_rfc8222()
895 static int x509_parse_alt_name_dns(struct x509_name *name, in x509_parse_alt_name_dns()
917 static int x509_parse_alt_name_uri(struct x509_name *name, in x509_parse_alt_name_uri()
941 static int x509_parse_alt_name_ip(struct x509_name *name, in x509_parse_alt_name_ip()
955 static int x509_parse_alt_name_rid(struct x509_name *name, in x509_parse_alt_name_rid()
971 static int x509_parse_ext_alt_name(struct x509_name *name, in x509_parse_ext_alt_name()
2271 struct x509_name *name) in x509_certificate_get_subject()