Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rpki-client/
H A Dextern.h914 char *x509_get_pubkey(X509 *, const char *);
H A Dx509.c413 x509_get_pubkey(X509 *x, const char *fn) in x509_get_pubkey() function
H A Dcert.c973 cert->pubkey = x509_get_pubkey(x, fn); in cert_parse_pre()