Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rpki-client/
H A Dgbr.c80 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in gbr_parse()
H A Dgeofeed.c248 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in geofeed_parse()
H A Dtak.c251 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in tak_parse()
H A Daspa.c217 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in aspa_parse()
H A Drsc.c431 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in rsc_parse()
H A Droa.c284 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in roa_parse()
H A Dspl.c291 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in spl_parse()
H A Dmft.c485 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in mft_parse()
H A Dextern.h683 struct cert *cert_parse_ee_cert(const char *, int, X509 *);
H A Dfilemode.c539 eecert = cert_parse_ee_cert(file, a->cert->talid, x509); in proc_parser_file()
H A Dcert.c742 cert_parse_ee_cert(const char *fn, int talid, X509 *x) in cert_parse_ee_cert() function