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

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dtsigconf.c59 const cfg_obj_t *secretobj = NULL; local
72 secretobj = NULL;
74 (void)cfg_map_get(key, "secret", &secretobj);
75 INSIST(algobj != NULL && secretobj != NULL);
102 secretstr = cfg_obj_asstring(secretobj);
H A Dcontrolconf.c737 const cfg_obj_t *secretobj = NULL; local
742 (void)cfg_map_get(keydef, "secret", &secretobj);
743 INSIST(algobj != NULL && secretobj != NULL);
746 secretstr = cfg_obj_asstring(secretobj);
807 const cfg_obj_t *secretobj = NULL; local
832 (void)cfg_map_get(key, "secret", &secretobj);
833 INSIST(algobj != NULL && secretobj != NULL);
836 secretstr = cfg_obj_asstring(secretobj);
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Drndc.c479 const cfg_obj_t *secretobj = NULL; local
583 (void)cfg_map_get(key, "secret", &secretobj);
585 if (secretobj == NULL || algorithmobj == NULL)
588 secretstr = cfg_obj_asstring(secretobj);
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c594 const cfg_obj_t *secretobj = NULL; local
618 (void) cfg_map_get(key, "secret", &secretobj);
620 if (secretobj == NULL || algorithmobj == NULL)
624 secretstr = cfg_obj_asstring(secretobj);
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c1856 const cfg_obj_t *secretobj = NULL; local
1877 (void)cfg_map_get(key, "secret", &secretobj);
1878 if (secretobj == NULL || algobj == NULL) {
1887 result = isc_base64_decodestring(cfg_obj_asstring(secretobj), &buf);
1889 cfg_obj_log(secretobj, logctx, ISC_LOG_ERROR,
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddighost.c1059 const cfg_obj_t *secretobj = NULL; local
1082 (void) cfg_map_get(key, "secret", &secretobj);
1084 if (secretobj == NULL || algorithmobj == NULL)
1088 secretstr = cfg_obj_asstring(secretobj);

Completed in 137 milliseconds