Searched refs:x509_parse_name (Results 1 - 3 of 3) sorted by path

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c292 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, function
1312 if (x509_parse_name(pos, end - pos, &cert->issuer, &pos))
1322 if (x509_parse_name(pos, end - pos, &cert->subject, &pos))
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c292 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, function
1312 if (x509_parse_name(pos, end - pos, &cert->issuer, &pos))
1322 if (x509_parse_name(pos, end - pos, &cert->subject, &pos))
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.c292 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, function
1312 if (x509_parse_name(pos, end - pos, &cert->issuer, &pos))
1322 if (x509_parse_name(pos, end - pos, &cert->subject, &pos))

Completed in 233 milliseconds