Searched refs:rrset (Results 51 - 56 of 56) sorted by relevance

123

/freebsd-12-stable/contrib/ldns/
H A Ddnssec.c1554 ldns_rr_list *rrset; local
1602 rrset = ldns_pkt_rr_list_by_name_and_type(p, o, t,
1604 if (!rrset) {
1610 return ldns_verify_time(rrset, sigs, k, check_time, good_keys);
/freebsd-12-stable/contrib/unbound/validator/
H A Dval_neg.c60 #include "services/cache/rrset.h"
126 /* delete all the rrset entries in the tree */
1024 * Check that an NSEC3 rrset does not have a type set.
1028 * @param k: the nsec3 rrset to check.
1043 * See if rrset exists in rrset cache.
1046 * @param rrset_cache: rrset cache
1047 * @param qname: to lookup rrset name
1049 * @param qtype: type of rrset to lookup, host order
1050 * @param qclass: class of rrset t
1200 neg_params_ok(struct val_neg_zone* zone, struct ub_packed_rrset_key* rrset) argument
[all...]
H A Dautotrust.c58 #include "services/cache/rrset.h"
728 data->count = data->rrsig_count; /* rrset type is RRSIG */
746 /* make packed rrset keys - malloced with no ID number, they
748 /* make packed rrset data (if there is a key) */
1246 * @param rrset: DNSKEY rrset to verify.
1252 struct trust_anchor* tp, struct ub_packed_rrset_key* rrset,
1258 enum sec_status sec = val_verify_DNSKEY_with_TA(env, ve, rrset,
1459 /** get TTL from DNSKEY rrset */
2051 /* use memory allocated in rrset fo
1251 verify_dnskey(struct module_env* env, struct val_env* ve, struct trust_anchor* tp, struct ub_packed_rrset_key* rrset, struct module_qstate* qstate) argument
[all...]
/freebsd-12-stable/contrib/unbound/daemon/
H A Dremote.c67 #include "services/cache/rrset.h"
783 size_t msg, rrset, val, iter, respip; local
798 rrset = slabhash_get_mem(&daemon->env->rrset_cache->table);
819 if(!print_longnum(ssl, "mem.cache.rrset"SQ, rrset))
1034 if(!ssl_printf(ssl, "num.rrset.bogus"SQ"%lu\n",
1048 if(!ssl_printf(ssl, "rrset.cache.count"SQ"%u\n",
1536 /** flush something from rrset and msg caches */
1910 /** remove name rrset from cache */
2721 (struct packed_rrset_data*)p->rrset
[all...]
/freebsd-12-stable/crypto/openssl/apps/
H A Ds_client.c551 static int tlsa_import_rrset(SSL *con, STACK_OF(OPENSSL_STRING) *rrset) argument
553 int num = sk_OPENSSL_STRING_num(rrset);
558 char *rrdata = sk_OPENSSL_STRING_value(rrset, i);
/freebsd-12-stable/contrib/unbound/smallapp/
H A Dunbound-control.c266 PR_LL("mem.cache.rrset", shm_stat->mem.rrset);
383 PR_UL("num.rrset.bogus", s->svr.rrset_bogus);
391 PR_UL("rrset.cache.count", s->svr.rrset_cache_count);

Completed in 139 milliseconds

123