Home
last modified time | relevance | path

Searched refs:DIST_POINT_NAME (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_crld.c67 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx, in set_dist_point_name()
309 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in dpn_cb()
323 ASN1_CHOICE_cb(DIST_POINT_NAME, dpn_cb) = {
324 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0),
325 ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1)
326 } ASN1_CHOICE_END_cb(DIST_POINT_NAME, DIST_POINT_NAME, type)
328 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT_NAME)
329 IMPLEMENT_ASN1_DUP_FUNCTION(DIST_POINT_NAME)
332 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
345 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0),
[all …]
H A Dx509_vfy.c1528 static int idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b) in idp_check_dp()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in217 } DIST_POINT_NAME; typedef
218 DECLARE_ASN1_DUP_FUNCTION(DIST_POINT_NAME)
235 DIST_POINT_NAME *distpoint;
368 DIST_POINT_NAME *distpoint;
619 DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME)
622 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
1398 DIST_POINT_NAME *distpoint;
H A Dx509v3.h313 } DIST_POINT_NAME; typedef
314 DECLARE_ASN1_DUP_FUNCTION(DIST_POINT_NAME)
331 DIST_POINT_NAME *distpoint;
608 DIST_POINT_NAME *distpoint;
883 DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME)
886 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
1999 DIST_POINT_NAME *distpoint;
H A Dcmp.h458 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn,
462 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
H A Dcmp.h.in315 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn,
319 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_item_list.h64 ASN1_ITEM_ref(DIST_POINT_NAME),
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c159 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()
687 DIST_POINT_NAME *dpn = NULL; in OSSL_CMP_CRLSTATUS_create()
756 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer, in OSSL_CMP_CRLSTATUS_get0()
H A Dcmp_local.h226 DIST_POINT_NAME *dpn;
/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,
/freebsd/crypto/openssl/fuzz/
H A Dasn1.c97 ASN1_ITEM_ref(DIST_POINT_NAME),
/freebsd/crypto/openssl/util/
H A Dindent.pro181 -T DIST_POINT_NAME
/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c463 DIST_POINT_NAME *dpn = NULL; in check_client_crl()