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

/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dtsigconf.c53 const cfg_obj_t *secretobj = NULL; local
66 secretobj = NULL;
68 (void)cfg_map_get(key, "secret", &secretobj);
69 INSIST(algobj != NULL && secretobj != NULL);
99 secretstr = cfg_obj_asstring(secretobj);
H A Dcontrolconf.c755 const cfg_obj_t *secretobj = NULL; local
761 (void)cfg_map_get(keydef, "secret", &secretobj);
762 INSIST(algobj != NULL && secretobj != NULL);
765 secretstr = cfg_obj_asstring(secretobj);
821 const cfg_obj_t *secretobj = NULL; local
855 (void)cfg_map_get(key, "secret", &secretobj);
856 INSIST(algobj != NULL && secretobj != NULL);
859 secretstr = cfg_obj_asstring(secretobj);
/netbsd-current/external/mpl/bind/dist/bin/rndc/
H A Drndc.c631 const cfg_obj_t *secretobj = NULL; local
747 (void)cfg_map_get(key, "secret", &secretobj);
749 if (secretobj == NULL || algorithmobj == NULL) {
753 secretstr = cfg_obj_asstring(secretobj);
/netbsd-current/external/mpl/bind/dist/bin/nsupdate/
H A Dnsupdate.c556 const cfg_obj_t *secretobj = NULL; local
584 (void)cfg_map_get(key, "secret", &secretobj);
586 if (secretobj == NULL || algorithmobj == NULL) {
591 secretstr = cfg_obj_asstring(secretobj);
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Ddighost.c1106 const cfg_obj_t *secretobj = NULL; local
1132 (void)cfg_map_get(keyobj, "secret", &secretobj);
1134 if (secretobj == NULL || algorithmobj == NULL) {
1139 secretstr = cfg_obj_asstring(secretobj);
/netbsd-current/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c3851 const cfg_obj_t *secretobj = NULL; local
3872 (void)cfg_map_get(key, "secret", &secretobj);
3873 if (secretobj == NULL || algobj == NULL) {
3882 result = isc_base64_decodestring(cfg_obj_asstring(secretobj), &buf);
3884 cfg_obj_log(secretobj, logctx, ISC_LOG_ERROR, "bad secret '%s'",

Completed in 176 milliseconds