Home
last modified time | relevance | path

Searched refs:sldns_algorithms (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/unbound/sldns/
HDwire2str.h26 extern struct sldns_struct_lookup_table* sldns_algorithms;
HDwire2str.c58 sldns_lookup_table* sldns_algorithms = sldns_algorithms_data; variable
1824 lt = sldns_lookup_by_id(sldns_algorithms, (int)data[i]); in sldns_wire2str_edns_dau_print()
HDstr2wire.c1388 sldns_lookup_table *lt = sldns_lookup_by_name(sldns_algorithms, str); in sldns_str2wire_alg_buf()
/freebsd-11-stable/contrib/unbound/validator/
HDval_utils.c745 lt = sldns_lookup_by_id(sldns_algorithms, in val_dsset_isusable()
HDval_sigcrypt.c544 sldns_lookup_table *t = sldns_lookup_by_id(sldns_algorithms, alg); in algo_needs_reason()