Searched refs:x509_name (Results 1 – 7 of 7) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | x509v3.h | 34 struct x509_name { struct 56 struct x509_name issuer; argument 57 struct x509_name subject; 130 int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, 134 void x509_free_name(struct x509_name *name); 135 void x509_name_string(struct x509_name *name, char *buf, size_t len); 136 int x509_name_compare(struct x509_name *a, struct x509_name *b); 149 struct x509_name *name);
|
D | x509v3.c | 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() 291 int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name() 498 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string() 893 static int x509_parse_alt_name_rfc8222(struct x509_name *name, in x509_parse_alt_name_rfc8222() 915 static int x509_parse_alt_name_dns(struct x509_name *name, in x509_parse_alt_name_dns() 937 static int x509_parse_alt_name_uri(struct x509_name *name, in x509_parse_alt_name_uri() 961 static int x509_parse_alt_name_ip(struct x509_name *name, in x509_parse_alt_name_ip() 975 static int x509_parse_alt_name_rid(struct x509_name *name, in x509_parse_alt_name_rid() 991 static int x509_parse_ext_alt_name(struct x509_name *name, in x509_parse_ext_alt_name() [all …]
|
D | tlsv1_client_ocsp.c | 51 struct x509_name *name, const u8 *key_hash) in ocsp_responder_id_match() 366 struct x509_name name; /* used if key_hash == NULL */ in tls_process_basic_ocsp_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | x509v3.h | 34 struct x509_name { struct 56 struct x509_name issuer; argument 57 struct x509_name subject; 137 int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, 141 void x509_free_name(struct x509_name *name); 142 void x509_name_string(struct x509_name *name, char *buf, size_t len); 143 int x509_name_compare(struct x509_name *a, struct x509_name *b); 156 struct x509_name *name);
|
D | x509v3.c | 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() [all …]
|
D | tlsv1_client_ocsp.c | 51 struct x509_name *name, const u8 *key_hash) in ocsp_responder_id_match() 357 struct x509_name name; /* used if key_hash == NULL */ in tls_process_basic_ocsp_response()
|
/third_party/mbedtls/ |
D | ChangeLog | 4228 * Fixed potential heap corruption in x509_name allocation 4315 * Fixed potential heap corruption in x509_name allocation
|