Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dx509v3.h24 struct x509_name { struct
39 struct x509_name issuer; argument
40 struct x509_name subject;
96 void x509_name_string(struct x509_name *name, char *buf, size_t len);
97 int x509_name_compare(struct x509_name *a, struct x509_name *b);
106 struct x509_name *name);
121 static inline void x509_name_string(struct x509_name *name, char *buf, in x509_name_string()
142 struct x509_name *name) in x509_certificate_get_subject()
Dx509v3.c26 static void x509_free_name(struct x509_name *name) in x509_free_name()
146 int x509_name_compare(struct x509_name *a, struct x509_name *b) in x509_name_compare()
295 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name()
446 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string()
1654 struct x509_name *name) in x509_certificate_get_subject()