Searched refs:dpn (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | v3_crld.c | 351 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in IMPLEMENT_ASN1_SET_OF() local 355 dpn->dpname = NULL; in IMPLEMENT_ASN1_SET_OF() 359 if (dpn->dpname) in IMPLEMENT_ASN1_SET_OF() 360 X509_NAME_free(dpn->dpname); in IMPLEMENT_ASN1_SET_OF() 476 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint() argument 478 if (dpn->type == 0) { in print_distpoint() 480 print_gens(out, dpn->name.fullname, indent); in print_distpoint() 483 ntmp.entries = dpn->name.relativename; in print_distpoint() 536 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) in DIST_POINT_set_dpname() argument 541 if (!dpn || (dpn->type != 1)) in DIST_POINT_set_dpname() [all …]
|
| HD | x509v3.h | 578 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
|
| /NextBSD/contrib/amd/libamu/ |
| HD | xutil.c | 584 struct opt_tab *dp, *dpn = 0; in cmdoption() local 609 if (opt != s && !dpn && STREQ(s, dp->opt)) in cmdoption() 610 dpn = dp; in cmdoption() 613 if (dp->opt || dpn) { in cmdoption() 615 dp = dpn; in cmdoption()
|
| /NextBSD/crypto/heimdal/kdc/ |
| HD | krb5tgs.c | 1487 char *spn = NULL, *cpn = NULL, *tpn = NULL, *dpn = NULL; in tgs_build_reply() local 2064 ret = krb5_unparse_name(context, dp, &dpn); in tgs_build_reply() 2073 cpn, dpn, tpn, spn); in tgs_build_reply() 2083 cpn, dpn, tpn, spn); in tgs_build_reply() 2110 spn, cpn, dpn, tpn, from, msg); in tgs_build_reply() 2131 spn, tpn, dpn, cpn, from, msg); in tgs_build_reply() 2142 spn, tpn, dpn, cpn, from); in tgs_build_reply() 2147 "from %s (%s) to %s", tpn, cpn, dpn, spn); in tgs_build_reply() 2244 if (dpn) in tgs_build_reply() 2245 free(dpn); in tgs_build_reply()
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-uahcx-defs.h | 921 …uint32_t dpn : 4; /**< Debug Port Number. Optional. This register identi… member 968 uint32_t dpn : 4;
|