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

/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c296 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; local
300 dpn->dpname = NULL;
304 X509_NAME_free(dpn->dpname);
420 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) argument
422 if (dpn->type == 0) {
424 print_gens(out, dpn->name.fullname, indent);
427 ntmp.entries = dpn->name.relativename;
480 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) argument
485 if (!dpn || (dpn
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dtbl_term.c588 const struct tbl_dat *dpn; /* Data cell below this line. */ local
599 dpn = NULL;
602 dpn = spn->first;
604 dpn = spn->next->first;
636 (dpn == NULL || dpn->string == NULL ||
637 strcmp(dpn->string, "\\^") != 0))
667 while (dpn != NULL && dpn->layout != cpn)
668 dpn
[all...]
/freebsd-13-stable/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-13-stable/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;
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dx509v3.h528 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);

Completed in 138 milliseconds