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

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_api.c72 static dst_func_t *dst_t_func[DST_MAX_ALGS]; variable
178 memset(dst_t_func, 0, sizeof(dst_t_func));
179 RETERR(dst__hmacmd5_init(&dst_t_func[DST_ALG_HMACMD5]));
180 RETERR(dst__hmacsha1_init(&dst_t_func[DST_ALG_HMACSHA1]));
181 RETERR(dst__hmacsha224_init(&dst_t_func[DST_ALG_HMACSHA224]));
182 RETERR(dst__hmacsha256_init(&dst_t_func[DST_ALG_HMACSHA256]));
183 RETERR(dst__hmacsha384_init(&dst_t_func[DST_ALG_HMACSHA384]));
184 RETERR(dst__hmacsha512_init(&dst_t_func[DST_ALG_HMACSHA512]));
187 RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_RSAMD
[all...]

Completed in 1727 milliseconds