Searched refs:DIST_POINT_NAME (Results 1 – 13 of 13) sorted by relevance
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_crld.c | 67 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 D | x509_vfy.c | 1528 static int idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b) in idp_check_dp()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | x509v3.h.in | 217 } 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 D | x509v3.h | 313 } 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 D | cmp.h | 458 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn, 462 DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
|
| H A D | cmp.h.in | 315 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 D | asn1_item_list.h | 64 ASN1_ITEM_ref(DIST_POINT_NAME),
|
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_asn.c | 159 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 D | cmp_local.h | 226 DIST_POINT_NAME *dpn;
|
| /freebsd/crypto/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,
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | asn1.c | 97 ASN1_ITEM_ref(DIST_POINT_NAME),
|
| /freebsd/crypto/openssl/util/ |
| H A D | indent.pro | 181 -T DIST_POINT_NAME
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | cmp_mock_srv.c | 463 DIST_POINT_NAME *dpn = NULL; in check_client_crl()
|