Home | History | Annotate | Download | only in tls

Lines Matching refs:x509_parse_name

292 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name,
1313 if (x509_parse_name(pos, end - pos, &cert->issuer, &pos))
1323 if (x509_parse_name(pos, end - pos, &cert->subject, &pos))