Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_crld.c309 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in dpn_cb() local
313 dpn->dpname = NULL; in dpn_cb()
317 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 OSSL_GENERAL_NAMES_print(out, dpn->name.fullname, indent); in print_distpoint()
428 ntmp.entries = dpn->name.relativename; in print_distpoint()
526 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname) in DIST_POINT_set_dpname() argument
532 if (dpn == NULL || dpn->type != 1) in DIST_POINT_set_dpname()
534 frag = dpn->name.relativename; in DIST_POINT_set_dpname()
[all …]
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c159 ASN1_EXP(OSSL_CMP_CRLSOURCE, value.dpn, DIST_POINT_NAME, 0),
615 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn, in OSSL_CMP_CRLSTATUS_new1() argument
622 if (dpn == NULL && issuer == NULL) { in OSSL_CMP_CRLSTATUS_new1()
626 if (dpn != NULL && issuer != NULL) { in OSSL_CMP_CRLSTATUS_new1()
635 if (dpn != NULL) { in OSSL_CMP_CRLSTATUS_new1()
637 if ((crlsource->value.dpn = DIST_POINT_NAME_dup(dpn)) == NULL) in OSSL_CMP_CRLSTATUS_new1()
687 DIST_POINT_NAME *dpn = NULL; in OSSL_CMP_CRLSTATUS_create() local
708 if ((dpn = dp->distpoint) != NULL) { in OSSL_CMP_CRLSTATUS_create()
724 dpn = idp->distpoint; in OSSL_CMP_CRLSTATUS_create()
727 if (dpn == NULL && CRLissuer == NULL) { in OSSL_CMP_CRLSTATUS_create()
[all …]
H A Dcmp_local.h226 DIST_POINT_NAME *dpn; member
/freebsd/contrib/mandoc/
H A Dtbl_term.c613 const struct tbl_dat *dpn; /* Data cell below this line. */ in tbl_hrule()
625 dpn = NULL; in tbl_hrule()
628 dpn = spn->first; in tbl_hrule()
630 dpn = spn->next->first; in tbl_hrule()
665 (dpn == NULL || dpn->string == NULL || in tbl_hrule()
666 strcmp(dpn->string, "\\^") != 0)) in tbl_hrule()
696 while (dpn != NULL && dpn->layout != cpn) in tbl_hrule()
697 dpn in tbl_hrule()
576 const struct tbl_dat *dpn; /* Data cell below this line. */ tbl_hrule() local
[all...]
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_ITAV_new_caCerts.pod39 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn,
45 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
98 that contains either a copy of the distribution point name I<dpn>
130 and assigns them to I<*dpn>, I<*issuer>, and I<*thisUpdate>.
132 Depending on the choice present, either I<*dpn> or I<*issuer> will be NULL.
/freebsd/crypto/heimdal/kdc/
H A Dkrb5tgs.c1492 char *spn = NULL, *cpn = NULL, *tpn = NULL, *dpn = NULL; in tgs_build_reply() local
2090 ret = krb5_unparse_name(context, dp, &dpn); in tgs_build_reply()
2099 cpn, dpn, tpn, spn); in tgs_build_reply()
2109 cpn, dpn, tpn, spn); in tgs_build_reply()
2136 spn, cpn, dpn, tpn, from, msg); in tgs_build_reply()
2157 spn, tpn, dpn, cpn, from, msg); in tgs_build_reply()
2168 spn, tpn, dpn, cpn, from); in tgs_build_reply()
2173 "from %s (%s) to %s", tpn, cpn, dpn, spn); in tgs_build_reply()
2271 if (dpn) in tgs_build_reply()
2272 free(dpn); in tgs_build_reply()
/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c447 DIST_POINT_NAME *dpn = NULL; in check_client_crl() local
459 if (!OSSL_CMP_CRLSTATUS_get0(crlstatus, &dpn, &issuer, &thisupd)) in check_client_crl()
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h.in313 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn,
317 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
H A Dcmp.h456 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn,
460 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
H A Dx509v3.h.in622 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
H A Dx509v3.h886 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);