Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rpki-client/
H A Dgeofeed.c251 if (x509_any_inherits(*x509)) { in geofeed_parse()
H A Daspa.c209 if (x509_any_inherits(*x509)) { in aspa_parse()
H A Drsc.c423 if (x509_any_inherits(*x509)) { in rsc_parse()
H A Droa.c279 if (x509_any_inherits(*x509)) { in roa_parse()
H A Dspl.c286 if (x509_any_inherits(*x509)) { in spl_parse()
H A Dcert.c1113 if (x509_any_inherits(p->x509)) { in ta_parse()
1291 na->any_inherits = x509_any_inherits(cert->x509); in auth_insert()
H A Dextern.h922 int x509_any_inherits(X509 *);
H A Dx509.c761 x509_any_inherits(X509 *x) in x509_any_inherits() function