/openbsd/lib/libcrypto/x509/ |
H A D | x509_crld.c | 386 dpn->dpname = NULL; in dpn_cb() 390 if (dpn->dpname) in dpn_cb() 391 X509_NAME_free(dpn->dpname); in dpn_cb() 837 dpn->dpname = X509_NAME_dup(iname); in DIST_POINT_set_dpname() 838 if (!dpn->dpname) in DIST_POINT_set_dpname() 842 if (!X509_NAME_add_entry(dpn->dpname, ne, -1, i ? 0 : 1)) { in DIST_POINT_set_dpname() 843 X509_NAME_free(dpn->dpname); in DIST_POINT_set_dpname() 844 dpn->dpname = NULL; in DIST_POINT_set_dpname() 849 if (i2d_X509_NAME(dpn->dpname, NULL) < 0) { in DIST_POINT_set_dpname() 850 X509_NAME_free(dpn->dpname); in DIST_POINT_set_dpname() [all …]
|
H A D | x509_vfy.c | 1407 if (!a->dpname) in idp_check_dp() 1411 if (!b->dpname) in idp_check_dp() 1413 if (!X509_NAME_cmp(a->dpname, b->dpname)) in idp_check_dp() 1419 nm = a->dpname; in idp_check_dp() 1422 if (!b->dpname) in idp_check_dp() 1426 nm = b->dpname; in idp_check_dp()
|
H A D | x509v3.h | 221 X509_NAME *dpname; member
|
/openbsd/sbin/unwind/libunbound/services/cache/ |
H A D | dns.h | 197 int no_partial, uint8_t* dpname, size_t dpnamelen);
|
H A D | dns.c | 903 int no_partial, uint8_t* dpname, size_t dpnamelen) in dns_cache_lookup() argument 1025 if(dpname && dpnamelen in dns_cache_lookup() 1026 && !dname_subdomain_c(k.qname, dpname)) in dns_cache_lookup()
|
/openbsd/usr.sbin/unbound/services/cache/ |
H A D | dns.h | 197 int no_partial, uint8_t* dpname, size_t dpnamelen);
|
H A D | dns.c | 903 int no_partial, uint8_t* dpname, size_t dpnamelen) in dns_cache_lookup() argument 1025 if(dpname && dpnamelen in dns_cache_lookup() 1026 && !dname_subdomain_c(k.qname, dpname)) in dns_cache_lookup()
|
/openbsd/sbin/unwind/libunbound/iterator/ |
H A D | iter_utils.c | 1495 char dpname[255+1]; in iter_stub_fwd_no_cache() local 1497 dname_str(stub->dp->name, dpname); in iter_stub_fwd_no_cache() 1498 verbose(VERB_ALGO, "stub for %s %s has no_cache", qname, dpname); in iter_stub_fwd_no_cache() 1523 char dpname[255+1]; in iter_stub_fwd_no_cache() local 1525 dname_str(dp->name, dpname); in iter_stub_fwd_no_cache() 1526 verbose(VERB_ALGO, "forward for %s %s has no_cache", qname, dpname); in iter_stub_fwd_no_cache()
|
H A D | iterator.c | 1373 uint8_t* delname, *dpname=NULL; in processInitRequest() local 1480 if (iter_stub_fwd_no_cache(qstate, &iq->qchase, &dpname, &dpnamelen, in processInitRequest() 1496 qstate->region, qstate->env->scratch, 0, dpname, in processInitRequest() 1639 dpname, dpnamelen); in processInitRequest()
|
/openbsd/usr.sbin/unbound/iterator/ |
H A D | iter_utils.c | 1495 char dpname[255+1]; in iter_stub_fwd_no_cache() local 1497 dname_str(stub->dp->name, dpname); in iter_stub_fwd_no_cache() 1498 verbose(VERB_ALGO, "stub for %s %s has no_cache", qname, dpname); in iter_stub_fwd_no_cache() 1523 char dpname[255+1]; in iter_stub_fwd_no_cache() local 1525 dname_str(dp->name, dpname); in iter_stub_fwd_no_cache() 1526 verbose(VERB_ALGO, "forward for %s %s has no_cache", qname, dpname); in iter_stub_fwd_no_cache()
|
H A D | iterator.c | 1373 uint8_t* delname, *dpname=NULL; in processInitRequest() local 1480 if (iter_stub_fwd_no_cache(qstate, &iq->qchase, &dpname, &dpnamelen, in processInitRequest() 1496 qstate->region, qstate->env->scratch, 0, dpname, in processInitRequest() 1639 dpname, dpnamelen); in processInitRequest()
|
/openbsd/usr.sbin/unbound/cachedb/ |
H A D | cachedb.c | 695 uint8_t* dpname=NULL; in cachedb_intcache_lookup() local 703 &dpname, &dpnamelen, dpname_storage, sizeof(dpname_storage))) in cachedb_intcache_lookup() 710 dpname, dpnamelen in cachedb_intcache_lookup()
|
/openbsd/usr.sbin/rpki-client/ |
H A D | x509.c | 858 if (dp->distpoint->dpname != NULL) { in x509_get_crl()
|