Searched full:dpn (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_crld.c | 300 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in dpn_cb() local 304 dpn->dpname = NULL; in dpn_cb() 308 X509_NAME_free(dpn->dpname); in dpn_cb() 425 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint() argument 427 if (dpn->type == 0) { in print_distpoint() 429 print_gens(out, dpn->name.fullname, indent); in print_distpoint() 432 ntmp.entries = dpn->name.relativename; in print_distpoint() 486 /* Append any nameRelativeToCRLIssuer in dpn to iname, set in dpn->dpname */ 487 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname) in DIST_POINT_set_dpname() argument 493 if (dpn == NULL || dpn->type != 1) in DIST_POINT_set_dpname() [all …]
|
/freebsd/contrib/mandoc/ |
H A D | tbl_term.c | 576 const struct tbl_dat *dpn; /* Data cell below this line. */ in tbl_hrule() local 587 dpn = NULL; in tbl_hrule() 590 dpn = spn->first; in tbl_hrule() 592 dpn = spn->next->first; in tbl_hrule() 624 (dpn == NULL || dpn->string == NULL || in tbl_hrule() 625 strcmp(dpn->string, "\\^") != 0)) in tbl_hrule() 655 while (dpn != NULL && dpn->layout != cpn) in tbl_hrule() 656 dpn = dpn->next; in tbl_hrule() 673 (dpn == NULL || dpn->string == NULL || in tbl_hrule() 674 strcmp(dpn->string, "\\^") != 0)) in tbl_hrule()
|
/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/sys/contrib/device-tree/Bindings/phy/ |
H A D | fsl,imx8mq-usb-phy.yaml | 53 Adjust amount of current sourced to DPn and DMn after a J-to-K
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 587 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
|
H A D | x509v3.h | 851 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sve.td | 953 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", […
|