Searched refs:cert_parse_ee_cert (Results 1 – 11 of 11) sorted by relevance
/openbsd/usr.sbin/rpki-client/ |
H A D | gbr.c | 80 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in gbr_parse()
|
H A D | geofeed.c | 248 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in geofeed_parse()
|
H A D | tak.c | 251 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in tak_parse()
|
H A D | aspa.c | 217 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in aspa_parse()
|
H A D | rsc.c | 431 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in rsc_parse()
|
H A D | roa.c | 284 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in roa_parse()
|
H A D | spl.c | 291 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in spl_parse()
|
H A D | mft.c | 485 if ((cert = cert_parse_ee_cert(fn, talid, *x509)) == NULL) in mft_parse()
|
H A D | extern.h | 683 struct cert *cert_parse_ee_cert(const char *, int, X509 *);
|
H A D | filemode.c | 539 eecert = cert_parse_ee_cert(file, a->cert->talid, x509); in proc_parser_file()
|
H A D | cert.c | 742 cert_parse_ee_cert(const char *fn, int talid, X509 *x) in cert_parse_ee_cert() function
|