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

/bind-9.11.3/bin/rndc/
H A Drndc.c526 const cfg_obj_t *algorithmobj = NULL; local
630 (void)cfg_map_get(key, "algorithm", &algorithmobj);
631 if (secretobj == NULL || algorithmobj == NULL)
635 algorithmstr = cfg_obj_asstring(algorithmobj);
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c645 const cfg_obj_t *algorithmobj = NULL; local
669 (void) cfg_map_get(key, "algorithm", &algorithmobj);
670 if (secretobj == NULL || algorithmobj == NULL)
675 algorithm = cfg_obj_asstring(algorithmobj);
/bind-9.11.3/bin/dig/
H A Ddighost.c1271 const cfg_obj_t *algorithmobj = NULL; local
1294 (void) cfg_map_get(keyobj, "algorithm", &algorithmobj);
1295 if (secretobj == NULL || algorithmobj == NULL)
1300 algorithm = cfg_obj_asstring(algorithmobj);

Completed in 63 milliseconds