Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dv3_crld.c312 dpn->dpname = NULL; in dpn_cb()
316 X509_NAME_free(dpn->dpname); in dpn_cb()
424 if (dpn->type == 0) { in print_distpoint()
429 ntmp.entries = dpn->name.relativename; in print_distpoint()
490 if (dpn == NULL || dpn->type != 1) in DIST_POINT_set_dpname()
492 frag = dpn->name.relativename; in DIST_POINT_set_dpname()
494 dpn->dpname = X509_NAME_dup(iname); in DIST_POINT_set_dpname()
495 if (dpn->dpname == NULL) in DIST_POINT_set_dpname()
503 if (i2d_X509_NAME(dpn->dpname, NULL) >= 0) in DIST_POINT_set_dpname()
507 X509_NAME_free(dpn->dpname); in DIST_POINT_set_dpname()
[all …]
/openssl/crypto/cmp/
H A Dcmp_asn.c626 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()
750 status = OSSL_CMP_CRLSTATUS_new1(dpn, CRLissuer, last); in OSSL_CMP_CRLSTATUS_create()
775 *dpn = crlsource->value.dpn; in OSSL_CMP_CRLSTATUS_get0()
[all …]
H A Dcmp_local.h226 DIST_POINT_NAME *dpn; member
/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>
151 and assigns them to I<*dpn>, I<*issuer>, and I<*thisUpdate>.
153 Depending on the choice present, either I<*dpn> or I<*issuer> will be NULL.
/openssl/apps/lib/
H A Dcmp_mock_srv.c415 DIST_POINT_NAME *dpn = NULL; in check_client_crl() local
427 if (!OSSL_CMP_CRLSTATUS_get0(crlstatus, &dpn, &issuer, &thisupd)) in check_client_crl()
/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 Dx509v3.h.in601 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);

Completed in 27 milliseconds