Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_crld.c313 dpn->dpname = NULL; in dpn_cb()
317 X509_NAME_free(dpn->dpname); in dpn_cb()
535 X509_NAME_free(dpn->dpname); /* just in case it was already set */ in DIST_POINT_set_dpname()
536 dpn->dpname = X509_NAME_dup(iname); in DIST_POINT_set_dpname()
537 if (dpn->dpname == NULL) in DIST_POINT_set_dpname()
541 if (!X509_NAME_add_entry(dpn->dpname, ne, -1, i ? 0 : 1)) in DIST_POINT_set_dpname()
545 if (i2d_X509_NAME(dpn->dpname, NULL) >= 0) in DIST_POINT_set_dpname()
549 X509_NAME_free(dpn->dpname); in DIST_POINT_set_dpname()
550 dpn->dpname = NULL; in DIST_POINT_set_dpname()
H A Dx509_vfy.c1535 if (a->dpname == NULL) in idp_check_dp()
1539 if (b->dpname == NULL) in idp_check_dp()
1541 return X509_NAME_cmp(a->dpname, b->dpname) == 0; in idp_check_dp()
1544 nm = a->dpname; in idp_check_dp()
1547 if (b->dpname == NULL) in idp_check_dp()
1551 nm = b->dpname; in idp_check_dp()
/freebsd/crypto/heimdal/lib/hx509/
H A Dprint.c501 DistributionPointName dpname; in check_CRLDistributionPoints() local
506 &dpname, NULL); in check_CRLDistributionPoints()
513 switch (dpname.element) { in check_CRLDistributionPoints()
517 for (j = 0 ; j < dpname.u.fullName.len; j++) { in check_CRLDistributionPoints()
519 GeneralName *name = &dpname.u.fullName.val[j]; in check_CRLDistributionPoints()
537 free_DistributionPointName(&dpname); in check_CRLDistributionPoints()
/freebsd/contrib/unbound/services/cache/
H A Ddns.h191 * @param dpname: if not NULL, do not return NXDOMAIN above this name.
192 * @param dpnamelen: length of dpname.
200 int no_partial, uint8_t* dpname, size_t dpnamelen);
H A Ddns.c893 int no_partial, uint8_t* dpname, size_t dpnamelen) in dns_cache_lookup() argument
1015 if(dpname && dpnamelen in dns_cache_lookup()
1016 && !dname_subdomain_c(k.qname, dpname)) in dns_cache_lookup()
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c1540 char dpname[LDNS_MAX_DOMAINLEN]; in iter_stub_fwd_no_cache()
1542 dname_str(stub->dp->name, dpname); in iter_stub_fwd_no_cache()
1543 verbose(level, "stub for %s %s has no_cache", qname, dpname); in iter_stub_fwd_no_cache()
1547 verbose(VERB_ALGO, "no cache stub dpname too long"); in iter_stub_fwd_no_cache()
1569 char dpname[LDNS_MAX_DOMAINLEN]; in limit_nsec_ttl()
1571 dname_str(dp->name, dpname); in limit_nsec_ttl()
1572 verbose(level, "forward for %s %s has no_cache", qname, dpname); in limit_nsec_ttl()
1576 verbose(VERB_ALGO, "no cache dpname too long"); in limit_nsec_ttl()
1495 char dpname[255+1]; iter_stub_fwd_no_cache() local
1523 char dpname[255+1]; iter_stub_fwd_no_cache() local
H A Diterator.c1375 uint8_t* delname, *dpname=NULL; in processInitRequest() local
1482 if (iter_stub_fwd_no_cache(qstate, &iq->qchase, &dpname, &dpnamelen, in processInitRequest()
1498 qstate->region, qstate->env->scratch, 0, dpname, in processInitRequest()
1641 dpname, dpnamelen); in processInitRequest()
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c700 uint8_t* dpname=NULL; in cachedb_intcache_lookup()
708 &dpname, &dpnamelen, dpname_storage, sizeof(dpname_storage))) in cachedb_intcache_lookup()
715 dpname, dpnamelen in cachedb_intcache_lookup()
698 uint8_t* dpname=NULL; cachedb_intcache_lookup() local
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in216 X509_NAME *dpname; member
H A Dx509v3.h312 X509_NAME *dpname; member