Searched refs:dpname (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_crld.c | 304 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 D | x509_vfy.c | 1384 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()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | print.c | 501 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 D | dns.h | 197 int no_partial, uint8_t* dpname, size_t dpnamelen);
|
H A D | dns.c | 893 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 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 | 1386 uint8_t* delname, *dpname=NULL; in processInitRequest() local 1493 if (iter_stub_fwd_no_cache(qstate, &iq->qchase, &dpname, &dpnamelen, in processInitRequest() 1509 qstate->region, qstate->env->scratch, 0, dpname, in processInitRequest() 1652 dpname, dpnamelen); in processInitRequest()
|
/freebsd/contrib/unbound/cachedb/ |
H A D | cachedb.c | 698 uint8_t* dpname=NULL; in cachedb_intcache_lookup() local 706 &dpname, &dpnamelen, dpname_storage, sizeof(dpname_storage))) in cachedb_intcache_lookup() 713 dpname, dpnamelen in cachedb_intcache_lookup()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 199 X509_NAME *dpname; member
|
H A D | x509v3.h | 295 X509_NAME *dpname; member
|