Home
last modified time | relevance | path

Searched full:dpn (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_crld.c308 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in dpn_cb() local
312 dpn->dpname = NULL; in dpn_cb()
316 X509_NAME_free(dpn->dpname); in dpn_cb()
422 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint() argument
424 if (dpn->type == 0) { in print_distpoint()
426 OSSL_GENERAL_NAMES_print(out, dpn->name.fullname, indent); in print_distpoint()
430 ntmp.entries = dpn->name.relativename; in print_distpoint()
484 /* Append any nameRelativeToCRLIssuer in dpn to iname, set in dpn->dpname */
485 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname) in DIST_POINT_set_dpname() argument
491 if (dpn == NULL || dpn->type != 1) in DIST_POINT_set_dpname()
[all …]
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c164 ASN1_EXP(OSSL_CMP_CRLSOURCE, value.dpn, DIST_POINT_NAME, 0),
619 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn, in OSSL_CMP_CRLSTATUS_new1() argument
626 if (dpn == NULL && issuer == NULL) { in OSSL_CMP_CRLSTATUS_new1()
630 if (dpn != NULL && issuer != NULL) { in OSSL_CMP_CRLSTATUS_new1()
639 if (dpn != NULL) { in OSSL_CMP_CRLSTATUS_new1()
641 if ((crlsource->value.dpn = DIST_POINT_NAME_dup(dpn)) == NULL) in OSSL_CMP_CRLSTATUS_new1()
691 DIST_POINT_NAME *dpn = NULL; in OSSL_CMP_CRLSTATUS_create() local
712 if ((dpn = dp->distpoint) != NULL) { in OSSL_CMP_CRLSTATUS_create()
728 dpn = idp->distpoint; in OSSL_CMP_CRLSTATUS_create()
731 if (dpn == NULL && CRLissuer == NULL) { in OSSL_CMP_CRLSTATUS_create()
[all …]
H A Dcmp_local.h219 * dpn [0] DistributionPointName,
226 DIST_POINT_NAME *dpn; member
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_CMP_ITAV_new_caCerts.398 \& OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn,
104 \& DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
157 that contains either a copy of the distribution point name \fIdpn\fR
186 and assigns them to \fI*dpn\fR, \fI*issuer\fR, and \fI*thisUpdate\fR.
188 Depending on the choice present, either \fI*dpn\fR or \fI*issuer\fR will be NULL.
/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/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/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/sys/contrib/device-tree/Bindings/phy/
H A Dfsl,imx8mq-usb-phy.yaml53 Adjust amount of current sourced to DPn and DMn after a J-to-K
/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c449 DIST_POINT_NAME *dpn = NULL; in check_client_crl() local
461 if (!OSSL_CMP_CRLSTATUS_get0(crlstatus, &dpn, &issuer, &thisupd)) in check_client_crl()
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h.in299 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn,
303 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
H A Dcmp.h442 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn,
446 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
H A Dx509v3.h.in601 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
H A Dx509v3.h865 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve.td953 defm SVFCVTZS_S64_F64 : SInstCvtMXZ<"svcvt_s64[_f64]", "ddPN", "dPN", "l", "aarch64_sve_fcvtzs", […
966 defm SVFCVTZU_U64_F64 : SInstCvtMXZ<"svcvt_u64[_f64]", "ddPN", "dPN", "Ul", "aarch64_sve_fcvtzu", […