Searched refs:key_cache (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/unbound/validator/ |
| H A D | val_kcache.h | 54 struct key_cache { struct 64 struct key_cache* key_cache_create(struct config_file* cfg); argument 70 void key_cache_delete(struct key_cache* kcache); 81 void key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey, 91 void key_cache_remove(struct key_cache* kcache, 107 struct key_entry_key* key_cache_obtain(struct key_cache* kcache, 116 size_t key_cache_get_mem(struct key_cache* kcache);
|
| H A D | val_kcache.c | 49 struct key_cache* 52 struct key_cache* kcache = (struct key_cache*)calloc(1, in key_cache_create() 74 key_cache_delete(struct key_cache* kcache) in key_cache_delete() 83 key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey, in key_cache_insert() 111 key_cache_search(struct key_cache* kcache, uint8_t* name, size_t namelen, in key_cache_search() 128 key_cache_obtain(struct key_cache* kcache, uint8_t* name, size_t namelen, in key_cache_obtain() 157 key_cache_get_mem(struct key_cache* kcache) in key_cache_get_mem() 162 void key_cache_remove(struct key_cache* kcache, in key_cache_remove()
|
| H A D | validator.h | 49 struct key_cache; 80 struct key_cache* kcache;
|
| H A D | validator.c | 124 if (env->key_cache) in val_apply_cfg() 125 val_env->kcache = env->key_cache; in val_apply_cfg() 132 env->key_cache = val_env->kcache; in val_apply_cfg() 204 env->key_cache = NULL; in val_deinit()
|
| H A D | autotrust.c | 2396 key_cache_remove(env->key_cache, qinfo.qname, qinfo.qname_len, in probe_anchor()
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | module.h | 162 struct key_cache; 335 struct key_cache* key_cache; member
|
| /freebsd-13.1/tools/tools/netmap/ |
| H A D | pkt_hash.c | 90 uint32_t key_cache[KEY_CACHE_LEN]; in build_byte_cache() local 92 build_sym_key_cache(key_cache, KEY_CACHE_LEN); in build_byte_cache() 100 byte_cache[j][i] ^= key_cache[8 * i + k]; in build_byte_cache()
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | stats.c | 295 if(worker->env.key_cache) in server_stats_compile() 296 s->svr.key_cache_count = (long long)count_slabhash_entries(worker->env.key_cache->slab); in server_stats_compile()
|
| H A D | remote.c | 1791 if(worker->env.key_cache) { in do_flush_zone() 1792 slabhash_traverse(worker->env.key_cache->slab, 1, in do_flush_zone() 1860 if(worker->env.key_cache) { in do_flush_bogus() 1861 slabhash_traverse(worker->env.key_cache->slab, 1, in do_flush_bogus() 1935 if(worker->env.key_cache) { in do_flush_negative() 1936 slabhash_traverse(worker->env.key_cache->slab, 1, in do_flush_negative()
|
| /freebsd-13.1/contrib/unbound/iterator/ |
| H A D | iter_utils.c | 827 if(env->key_cache) { in iter_indicates_dnssec() 828 struct key_entry_key* kk = key_cache_obtain(env->key_cache, in iter_indicates_dnssec()
|