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.c374 dpn->dpname = NULL; in dpn_cb()
378 if (dpn->dpname) in dpn_cb()
379 X509_NAME_free(dpn->dpname); in dpn_cb()
809 dpn->dpname = X509_NAME_dup(iname); in DIST_POINT_set_dpname()
810 if (!dpn->dpname) in DIST_POINT_set_dpname()
814 if (!X509_NAME_add_entry(dpn->dpname, ne, -1, i ? 0 : 1)) { in DIST_POINT_set_dpname()
815 X509_NAME_free(dpn->dpname); in DIST_POINT_set_dpname()
816 dpn->dpname = NULL; in DIST_POINT_set_dpname()
821 if (i2d_X509_NAME(dpn->dpname, NULL) < 0) { in DIST_POINT_set_dpname()
822 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.h231 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.c920 int no_partial, uint8_t* dpname, size_t dpnamelen) in dns_cache_lookup() argument
1042 if(dpname && dpnamelen in dns_cache_lookup()
1043 && !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.c920 int no_partial, uint8_t* dpname, size_t dpnamelen) in dns_cache_lookup() argument
1042 if(dpname && dpnamelen in dns_cache_lookup()
1043 && !dname_subdomain_c(k.qname, dpname)) in dns_cache_lookup()
/openbsd/usr.sbin/unbound/iterator/
H A Diter_utils.c1477 char dpname[255+1]; in iter_stub_fwd_no_cache() local
1479 dname_str(stub->dp->name, dpname); in iter_stub_fwd_no_cache()
1480 verbose(VERB_ALGO, "stub for %s %s has no_cache", qname, dpname); in iter_stub_fwd_no_cache()
1493 char dpname[255+1]; in iter_stub_fwd_no_cache() local
1495 dname_str(dp->name, dpname); in iter_stub_fwd_no_cache()
1496 verbose(VERB_ALGO, "forward for %s %s has no_cache", qname, dpname); in iter_stub_fwd_no_cache()
H A Diterator.c1338 uint8_t* delname, *dpname=NULL; in processInitRequest() local
1393 if (iter_stub_fwd_no_cache(qstate, &iq->qchase, &dpname, &dpnamelen)) { in processInitRequest()
1408 qstate->region, qstate->env->scratch, 0, dpname, in processInitRequest()
1580 dpname, dpnamelen); in processInitRequest()
/openbsd/sbin/unwind/libunbound/iterator/
H A Diter_utils.c1477 char dpname[255+1]; in iter_stub_fwd_no_cache() local
1479 dname_str(stub->dp->name, dpname); in iter_stub_fwd_no_cache()
1480 verbose(VERB_ALGO, "stub for %s %s has no_cache", qname, dpname); in iter_stub_fwd_no_cache()
1493 char dpname[255+1]; in iter_stub_fwd_no_cache() local
1495 dname_str(dp->name, dpname); in iter_stub_fwd_no_cache()
1496 verbose(VERB_ALGO, "forward for %s %s has no_cache", qname, dpname); in iter_stub_fwd_no_cache()
H A Diterator.c1338 uint8_t* delname, *dpname=NULL; in processInitRequest() local
1393 if (iter_stub_fwd_no_cache(qstate, &iq->qchase, &dpname, &dpnamelen)) { in processInitRequest()
1408 qstate->region, qstate->env->scratch, 0, dpname, in processInitRequest()
1580 dpname, dpnamelen); in processInitRequest()
/openbsd/usr.sbin/unbound/cachedb/
H A Dcachedb.c669 uint8_t* dpname=NULL; in cachedb_intcache_lookup() local
677 &dpname, &dpnamelen)) in cachedb_intcache_lookup()
684 dpname, dpnamelen in cachedb_intcache_lookup()
/openbsd/usr.sbin/rpki-client/
H A Dx509.c812 if (dp->distpoint->dpname != NULL) { in x509_get_time()