Searched refs:dpn (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c351 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; local
355 dpn->dpname = NULL;
359 if (dpn->dpname)
360 X509_NAME_free(dpn->dpname);
476 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) argument
478 if (dpn->type == 0) {
480 print_gens(out, dpn->name.fullname, indent);
483 ntmp.entries = dpn->name.relativename;
536 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) argument
541 if (!dpn || (dp
[all...]
H A Dx509v3.h569 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
/freebsd-10.1-release/contrib/amd/libamu/
H A Dxutil.c584 struct opt_tab *dp, *dpn = 0; local
609 if (opt != s && !dpn && STREQ(s, dp->opt))
610 dpn = dp;
613 if (dp->opt || dpn) {
615 dp = dpn;
/freebsd-10.1-release/crypto/heimdal/kdc/
H A Dkrb5tgs.c1487 char *spn = NULL, *cpn = NULL, *tpn = NULL, *dpn = NULL; local
2064 ret = krb5_unparse_name(context, dp, &dpn);
2073 cpn, dpn, tpn, spn);
2083 cpn, dpn, tpn, spn);
2110 spn, cpn, dpn, tpn, from, msg);
2131 spn, tpn, dpn, cpn, from, msg);
2142 spn, tpn, dpn, cpn, from);
2147 "from %s (%s) to %s", tpn, cpn, dpn, spn);
2244 if (dpn)
2245 free(dpn);
[all...]
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h921 uint32_t dpn : 4; /**< Debug Port Number. Optional. This register identifies which of the host controller ports member in struct:cvmx_uahcx_ehci_hcsparams::cvmx_uahcx_ehci_hcsparams_s
968 uint32_t dpn : 4;

Completed in 145 milliseconds