Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_crld.c296 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in dpn_cb() local
300 dpn->dpname = NULL; in dpn_cb()
304 X509_NAME_free(dpn->dpname); in dpn_cb()
420 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint() argument
422 if (dpn->type == 0) { in print_distpoint()
424 print_gens(out, dpn->name.fullname, indent); in print_distpoint()
427 ntmp.entries = dpn->name.relativename; in print_distpoint()
480 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) in DIST_POINT_set_dpname() argument
485 if (!dpn || (dpn->type != 1)) in DIST_POINT_set_dpname()
487 frag = dpn->name.relativename; in DIST_POINT_set_dpname()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_crld.c300 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in dpn_cb() local
304 dpn->dpname = NULL; in dpn_cb()
308 X509_NAME_free(dpn->dpname); in dpn_cb()
425 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint() argument
427 if (dpn->type == 0) { in print_distpoint()
429 print_gens(out, dpn->name.fullname, indent); in print_distpoint()
432 ntmp.entries = dpn->name.relativename; in print_distpoint()
487 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname) in DIST_POINT_set_dpname() argument
493 if (dpn == NULL || dpn->type != 1) in DIST_POINT_set_dpname()
495 frag = dpn->name.relativename; in DIST_POINT_set_dpname()
[all …]
/netbsd-src/external/bsd/mdocml/dist/
H A Dtbl_term.c586 const struct tbl_dat *dpn; /* Data cell below this line. */ in tbl_hrule() local
596 dpn = NULL; in tbl_hrule()
599 dpn = spn->first; in tbl_hrule()
601 dpn = spn->next->first; in tbl_hrule()
629 (dpn == NULL || strcmp(dpn->string, "\\^") != 0)) in tbl_hrule()
656 while (dpn != NULL && dpn->layout != cpn) in tbl_hrule()
657 dpn = dpn->next; in tbl_hrule()
673 (dpn == NULL || strcmp(dpn->string, "\\^") != 0)) in tbl_hrule()
/netbsd-src/sys/fs/puffs/
H A Dpuffs_vnops.c446 struct puffs_node *dpn, *cpn; in puffs_vnop_lookup() local
595 dpn = dvp->v_data; in puffs_vnop_lookup()
596 if (lookup_msg->pvnr_newnode == dpn->pn_cookie) { in puffs_vnop_lookup()
720 struct puffs_node *dpn = VPTOPP(dvp); in puffs_vnop_create() local
744 puffs_abortbutton(pmp, PUFFS_ABORT_CREATE, dpn->pn_cookie, in puffs_vnop_create()
782 struct puffs_node *dpn = VPTOPP(dvp); in puffs_vnop_mknod() local
805 puffs_abortbutton(pmp, PUFFS_ABORT_MKNOD, dpn->pn_cookie, in puffs_vnop_mknod()
1809 struct puffs_node *dpn = VPTOPP(dvp); in puffs_vnop_remove() local
1825 REFPN(dpn); in puffs_vnop_remove()
1830 error = puffs_msg_wait2(pmp, park_remove, dpn, pn); in puffs_vnop_remove()
[all …]
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxutil.c649 struct opt_tab *dp, *dpn = NULL; in cmdoption() local
674 if (opt != s && !dpn && STREQ(s, dp->opt)) in cmdoption()
675 dpn = dp; in cmdoption()
678 if (dp->opt || dpn) { in cmdoption()
680 dp = dpn; in cmdoption()
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dkrb5tgs.c1573 char *spn = NULL, *cpn = NULL, *tpn = NULL, *dpn = NULL, *krbtgt_out_n = NULL; in tgs_build_reply() local
2269 ret = krb5_unparse_name(context, dp, &dpn); in tgs_build_reply()
2278 cpn, dpn, tpn, spn); in tgs_build_reply()
2288 cpn, dpn, tpn, spn); in tgs_build_reply()
2315 spn, cpn, dpn, tpn, from, msg); in tgs_build_reply()
2336 spn, tpn, dpn, cpn, from, msg); in tgs_build_reply()
2347 spn, tpn, dpn, cpn, from); in tgs_build_reply()
2352 "from %s (%s) to %s", tpn, cpn, dpn, spn); in tgs_build_reply()
2457 free(dpn); in tgs_build_reply()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4523.txt1152 DistributionPointName = dpn-fullName / dpn-nameRelativeToCRLIssuer
1154 dpn-fullName = id-fullName ":" GeneralNames
1155 dpn-nameRelativeToCRLIssuer = id-nameRelativeToCRLIssuer ":"
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509v3.h528 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dx509v3.h.in587 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);