| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_crld.c | 309 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 D | cmp_asn.c | 159 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 D | cmp_local.h | 226 DIST_POINT_NAME *dpn; member
|
| /freebsd/contrib/mandoc/ |
| H A D | tbl_term.c | 613 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 D | OSSL_CMP_ITAV_new_caCerts.pod | 39 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 D | krb5tgs.c | 1492 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 D | cmp_mock_srv.c | 447 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 D | cmp.h.in | 313 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn, 317 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
|
| H A D | cmp.h | 456 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn, 460 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
|
| H A D | x509v3.h.in | 622 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
|
| H A D | x509v3.h | 886 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
|