Home
last modified time | relevance | path

Searched refs:nid2str (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Dcms.c254 nid2str(nid), LN_sha256); in cms_parse_validate_internal()
266 fn, nid2str(nid), LN_rsaEncryption); in cms_parse_validate_internal()
H A Dx509.c443 cname = nid2str(nid); in x509_get_pubkey()
487 fn, nid2str(nid), LN_rsaEncryption); in x509_pubkey_get_ski()
1002 " %s in %s", fn, nid2str(nid), descr); in x509_valid_name()
H A Dcrl.c212 fn, nid2str(nid), LN_sha256WithRSAEncryption); in crl_parse()
H A Dcert.c688 "want CPS, got %s", fn, nid2str(nid)); in certificate_policies()
842 fn, nid2str(nid), LN_sha256WithRSAEncryption); in cert_parse_pre()
1013 nid2str(nid)); in cert_parse_pre()
H A Drsc.c257 fn, nid2str(nid)); in rsc_check_digesttype()
H A Dvalidate.c639 cname = nid2str(nid); in valid_ca_pkey_ec()
H A Dmft.c370 nid2str(OBJ_obj2nid(mft_asn1->fileHashAlg))); in mft_parse_econtent()
H A Dextern.h927 char *nid2str(int);
H A Dprint.c53 nid2str(int nid) in nid2str() function