Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dinfo_union.c119 char *val, *dpname = &dp->d_name[0]; in union_reload() local
120 if (dpname[0] == '.' && in union_reload()
121 (dpname[1] == '\0' || in union_reload()
122 (dpname[1] == '.' && dpname[2] == '\0'))) in union_reload()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_crld.c300 dpn->dpname = NULL; in dpn_cb()
304 X509_NAME_free(dpn->dpname); in dpn_cb()
488 dpn->dpname = X509_NAME_dup(iname); in DIST_POINT_set_dpname()
489 if (!dpn->dpname) in DIST_POINT_set_dpname()
493 if (!X509_NAME_add_entry(dpn->dpname, ne, -1, i ? 0 : 1)) { in DIST_POINT_set_dpname()
494 X509_NAME_free(dpn->dpname); in DIST_POINT_set_dpname()
495 dpn->dpname = NULL; in DIST_POINT_set_dpname()
500 if (i2d_X509_NAME(dpn->dpname, NULL) < 0) { in DIST_POINT_set_dpname()
501 X509_NAME_free(dpn->dpname); in DIST_POINT_set_dpname()
502 dpn->dpname = NULL; in DIST_POINT_set_dpname()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_crld.c304 dpn->dpname = NULL; in dpn_cb()
308 X509_NAME_free(dpn->dpname); in dpn_cb()
496 X509_NAME_free(dpn->dpname); /* just in case it was already set */ in DIST_POINT_set_dpname()
497 dpn->dpname = X509_NAME_dup(iname); in DIST_POINT_set_dpname()
498 if (dpn->dpname == NULL) in DIST_POINT_set_dpname()
502 if (!X509_NAME_add_entry(dpn->dpname, ne, -1, i ? 0 : 1)) in DIST_POINT_set_dpname()
506 if (i2d_X509_NAME(dpn->dpname, NULL) >= 0) in DIST_POINT_set_dpname()
510 X509_NAME_free(dpn->dpname); in DIST_POINT_set_dpname()
511 dpn->dpname = NULL; in DIST_POINT_set_dpname()
H A Dx509_vfy.c1384 if (a->dpname == NULL) in idp_check_dp()
1388 if (b->dpname == NULL) in idp_check_dp()
1390 return X509_NAME_cmp(a->dpname, b->dpname) == 0; in idp_check_dp()
1393 nm = a->dpname; in idp_check_dp()
1396 if (b->dpname == NULL) in idp_check_dp()
1400 nm = b->dpname; in idp_check_dp()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dprint.c503 DistributionPointName dpname; in check_CRLDistributionPoints() local
508 &dpname, NULL); in check_CRLDistributionPoints()
515 switch (dpname.element) { in check_CRLDistributionPoints()
519 for (j = 0 ; j < dpname.u.fullName.len; j++) { in check_CRLDistributionPoints()
521 GeneralName *name = &dpname.u.fullName.val[j]; in check_CRLDistributionPoints()
539 free_DistributionPointName(&dpname); in check_CRLDistributionPoints()
/netbsd-src/external/bsd/unbound/dist/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()
/netbsd-src/external/bsd/unbound/dist/services/cache/
H A Ddns.h197 int no_partial, uint8_t* dpname, size_t dpnamelen);
H A Ddns.c910 int no_partial, uint8_t* dpname, size_t dpnamelen) in dns_cache_lookup() argument
1032 if(dpname && dpnamelen in dns_cache_lookup()
1033 && !dname_subdomain_c(k.qname, dpname)) in dns_cache_lookup()
/netbsd-src/external/bsd/unbound/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_vfy.c1369 if (!a->dpname) in idp_check_dp()
1373 if (!b->dpname) in idp_check_dp()
1375 if (!X509_NAME_cmp(a->dpname, b->dpname)) in idp_check_dp()
1381 nm = a->dpname; in idp_check_dp()
1384 if (!b->dpname) in idp_check_dp()
1388 nm = b->dpname; in idp_check_dp()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509v3.h179 X509_NAME *dpname; member
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dx509v3.h.in199 X509_NAME *dpname; member