Searched refs:DST_MAX_ALGS (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dst/
H A Ddst.h70 #define DST_MAX_ALGS 255 macro
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_api.c72 static dst_func_t *dst_t_func[DST_MAX_ALGS];
220 for (i = 0; i < DST_MAX_ALGS; i++)
237 if (alg >= DST_MAX_ALGS || dst_t_func[alg] == NULL)

Completed in 11 milliseconds