HomeSort by: relevance | last modified time | path
    Searched defs:secretobj (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/bin/named/
tsigconf.c 50 const cfg_obj_t *secretobj = NULL; local
65 secretobj = NULL;
67 (void)cfg_map_get(key, "secret", &secretobj);
68 INSIST(algobj != NULL && secretobj != NULL);
98 secretstr = cfg_obj_asstring(secretobj);
controlconf.c 765 const cfg_obj_t *secretobj = NULL; local
771 (void)cfg_map_get(keydef, "secret", &secretobj);
772 INSIST(algobj != NULL && secretobj != NULL);
775 secretstr = cfg_obj_asstring(secretobj);
823 const cfg_obj_t *secretobj = NULL; local
857 (void)cfg_map_get(key, "secret", &secretobj);
858 INSIST(algobj != NULL && secretobj != NULL);
861 secretstr = cfg_obj_asstring(secretobj);
  /src/external/mpl/bind/dist/bin/rndc/
rndc.c 560 const cfg_obj_t *secretobj = NULL; local
676 (void)cfg_map_get(key, "secret", &secretobj);
678 if (secretobj == NULL || algorithmobj == NULL) {
682 secretstr = cfg_obj_asstring(secretobj);
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 1096 const cfg_obj_t *secretobj = NULL; local
1122 (void)cfg_map_get(keyobj, "secret", &secretobj);
1124 if (secretobj == NULL || algorithmobj == NULL) {
1129 secretstr = cfg_obj_asstring(secretobj);
  /src/external/mpl/bind/dist/bin/nsupdate/
nsupdate.c 569 const cfg_obj_t *secretobj = NULL; local
597 (void)cfg_map_get(key, "secret", &secretobj);
599 if (secretobj == NULL || algorithmobj == NULL) {
604 secretstr = cfg_obj_asstring(secretobj);
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 4305 const cfg_obj_t *secretobj = NULL; local
4326 (void)cfg_map_get(key, "secret", &secretobj);
4327 if (secretobj == NULL || algobj == NULL) {
4336 result = isc_base64_decodestring(cfg_obj_asstring(secretobj), &buf);
4338 cfg_obj_log(secretobj, logctx, ISC_LOG_ERROR, "bad secret '%s'",

Completed in 55 milliseconds