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

/bind-9.11.3/bin/named/
H A Dtsigconf.c51 const cfg_obj_t *secretobj = NULL; local
64 secretobj = NULL;
66 (void)cfg_map_get(key, "secret", &secretobj);
67 INSIST(algobj != NULL && secretobj != NULL);
94 secretstr = cfg_obj_asstring(secretobj);
H A Dcontrolconf.c773 const cfg_obj_t *secretobj = NULL; local
779 (void)cfg_map_get(keydef, "secret", &secretobj);
780 INSIST(algobj != NULL && secretobj != NULL);
783 secretstr = cfg_obj_asstring(secretobj);
845 const cfg_obj_t *secretobj = NULL; local
879 (void)cfg_map_get(key, "secret", &secretobj);
880 INSIST(algobj != NULL && secretobj != NULL);
883 secretstr = cfg_obj_asstring(secretobj);
/bind-9.11.3/bin/rndc/
H A Drndc.c525 const cfg_obj_t *secretobj = NULL; local
629 (void)cfg_map_get(key, "secret", &secretobj);
631 if (secretobj == NULL || algorithmobj == NULL)
634 secretstr = cfg_obj_asstring(secretobj);
/bind-9.11.3/lib/bind9/
H A Dcheck.c2454 const cfg_obj_t *secretobj = NULL; local
2477 (void)cfg_map_get(key, "secret", &secretobj);
2478 if (secretobj == NULL || algobj == NULL) {
2487 result = isc_base64_decodestring(cfg_obj_asstring(secretobj), &buf);
2489 cfg_obj_log(secretobj, logctx, ISC_LOG_ERROR,
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c644 const cfg_obj_t *secretobj = NULL; local
668 (void) cfg_map_get(key, "secret", &secretobj);
670 if (secretobj == NULL || algorithmobj == NULL)
674 secretstr = cfg_obj_asstring(secretobj);
/bind-9.11.3/bin/dig/
H A Ddighost.c1270 const cfg_obj_t *secretobj = NULL; local
1293 (void) cfg_map_get(keyobj, "secret", &secretobj);
1295 if (secretobj == NULL || algorithmobj == NULL)
1299 secretstr = cfg_obj_asstring(secretobj);

Completed in 50 milliseconds