Home
last modified time | relevance | path

Searched refs:ldns_cert_algorithms (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/ldns/ldns/
H A Dldns.h144 extern ldns_lookup_table ldns_cert_algorithms[];
/freebsd-12.1/contrib/ldns/
H A Dhost2str.c73 ldns_lookup_table ldns_cert_algorithms[] = { variable
230 ldns_lookup_table *lt = ldns_lookup_by_id(ldns_cert_algorithms, in ldns_cert_algorithm2buffer_str()
564 lt = ldns_lookup_by_id(ldns_cert_algorithms, (int) data); in ldns_rdf2buffer_str_cert_alg()
H A Dstr2host.c758 lt = ldns_lookup_by_name(ldns_cert_algorithms, str); in ldns_str2rdf_cert_alg()