Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dx509v3.c293 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name() function
1243 if (x509_parse_name(pos, end - pos, &cert->issuer, &pos)) in x509_parse_tbs_certificate()
1253 if (x509_parse_name(pos, end - pos, &cert->subject, &pos)) in x509_parse_tbs_certificate()