Home
last modified time | relevance | path

Searched refs:x509_get_purpose (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Dx509.c274 x509_get_purpose(X509 *x, const char *fn) in x509_get_purpose()
253 x509_get_purpose(X509 *x, const char *fn) x509_get_purpose() function
H A Dextern.h916 enum cert_purpose x509_get_purpose(X509 *, const char *);
H A Dcert.c750 if ((cert->purpose = x509_get_purpose(x, fn)) != CERT_PURPOSE_EE) { in cert_parse_ee_cert()
968 cert->purpose = x509_get_purpose(x, fn); in cert_parse_pre()
1029 warnx("%s: x509_get_purpose failed in %s", fn, __func__); in cert_parse_pre()