Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_crld.c386 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 Dx509_vfy.c1407 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 Dx509v3.h221 X509_NAME *dpname; member
/openbsd/sbin/unwind/libunbound/services/cache/
H A Ddns.h197 int no_partial, uint8_t* dpname, size_t dpnamelen);
H A Ddns.c903 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 Ddns.h197 int no_partial, uint8_t* dpname, size_t dpnamelen);
H A Ddns.c903 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 Diter_utils.c1495 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 Diterator.c1373 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 Diter_utils.c1495 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 Diterator.c1373 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 Dcachedb.c695 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 Dx509.c858 if (dp->distpoint->dpname != NULL) { in x509_get_crl()