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

/bind-9.11.3/lib/dns/
H A Ddst_api.c71 static dst_func_t *dst_t_func[DST_MAX_ALGS]; variable
194 memset(dst_t_func, 0, sizeof(dst_t_func));
196 RETERR(dst__hmacmd5_init(&dst_t_func[DST_ALG_HMACMD5]));
198 RETERR(dst__hmacsha1_init(&dst_t_func[DST_ALG_HMACSHA1]));
199 RETERR(dst__hmacsha224_init(&dst_t_func[DST_ALG_HMACSHA224]));
200 RETERR(dst__hmacsha256_init(&dst_t_func[DST_ALG_HMACSHA256]));
201 RETERR(dst__hmacsha384_init(&dst_t_func[DST_ALG_HMACSHA384]));
202 RETERR(dst__hmacsha512_init(&dst_t_func[DST_ALG_HMACSHA512]));
206 RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_RSAMD
[all...]

Completed in 14 milliseconds