Searched refs:secalg (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dsecalg.h23 /*! \file dns/secalg.h */
50 dns_secalg_totext(dns_secalg_t secalg, isc_buffer_t *target);
52 * Put a textual representation of the DNSSEC security algorithm 'secalg'
56 *\li 'secalg' is a valid secalg.
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dcert_37.c32 dns_secalg_t secalg; local
65 RETTOK(dns_secalg_fromtext(&secalg, &token.value.as_textregion));
66 RETERR(mem_tobuffer(target, &secalg, 1));
/bind-9.6-ESV-R11/lib/dns/
H A Drcode.c40 #include <dns/secalg.h>
312 dns_secalg_totext(dns_secalg_t secalg, isc_buffer_t *target) { argument
313 return (dns_mnemonic_totext(secalg, target, secalgs));
H A Drdata.c46 #include <dns/secalg.h>
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-keyfromlabel.c39 #include <dns/secalg.h>
H A Ddnssectool.c45 #include <dns/secalg.h>
H A Ddnssec-keygen.c54 #include <dns/secalg.h>
/bind-9.6-ESV-R11/lib/dns/include/dst/
H A Ddst.h30 #include <dns/secalg.h>
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c43 #include <dns/secalg.h>
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c76 #include <dns/secalg.h>

Completed in 3686 milliseconds