Searched refs:x509_parse_name (Results 1 – 1 of 1) sorted by relevance
293 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name() function1243 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()