Searched defs:secretobj (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/bin/named/ |
H A D | tsigconf.c | 59 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 D | controlconf.c | 737 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);
|
/bind-9.6-ESV-R11/bin/rndc/ |
H A D | rndc.c | 446 const cfg_obj_t *secretobj = NULL; local 546 (void)cfg_map_get(key, "secret", &secretobj); 548 if (secretobj == NULL || algorithmobj == NULL) 551 secretstr = cfg_obj_asstring(secretobj);
|
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | check.c | 1399 const cfg_obj_t *secretobj = NULL; local 1420 (void)cfg_map_get(key, "secret", &secretobj); 1421 if (secretobj == NULL || algobj == NULL) { 1430 result = isc_base64_decodestring(cfg_obj_asstring(secretobj), 1433 cfg_obj_log(secretobj, logctx, ISC_LOG_ERROR,
|
Completed in 3955 milliseconds