Searched refs:dpn (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_crld.c | 312 dpn->dpname = NULL; in dpn_cb() 316 X509_NAME_free(dpn->dpname); in dpn_cb() 424 if (dpn->type == 0) { in print_distpoint() 430 ntmp.entries = dpn->name.relativename; in print_distpoint() 491 if (dpn == NULL || dpn->type != 1) in DIST_POINT_set_dpname() 493 frag = dpn->name.relativename; in DIST_POINT_set_dpname() 495 dpn->dpname = X509_NAME_dup(iname); in DIST_POINT_set_dpname() 496 if (dpn->dpname == NULL) in DIST_POINT_set_dpname() 504 if (i2d_X509_NAME(dpn->dpname, NULL) >= 0) in DIST_POINT_set_dpname() 508 X509_NAME_free(dpn->dpname); in DIST_POINT_set_dpname() [all …]
|
/openssl/crypto/cmp/ |
H A D | cmp_asn.c | 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() 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 D | cmp_local.h | 226 DIST_POINT_NAME *dpn; member
|
/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> 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 D | cmp_mock_srv.c | 415 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 D | cmp.h.in | 299 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn, 303 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
|
H A D | x509v3.h.in | 601 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
|
Completed in 33 milliseconds