Searched defs:keystr (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-keyfromlabel.c310 char keystr[KEY_FORMATSIZE]; local
311 key_format(key, keystr, sizeof(keystr));
312 fatal("failed to write key %s: %s\n", keystr,
H A Ddnssec-dsfromkey.c141 char keystr[KEY_FORMATSIZE]; local
143 key_format(key, keystr, sizeof(keystr));
144 fprintf(stderr, "%s: %s\n", program, keystr);
172 char keystr[KEY_FORMATSIZE]; local
180 key_format(key, keystr, sizeof(keystr));
181 fprintf(stderr, "%s: %s\n", program, keystr);
H A Ddnssec-keygen.c537 char keystr[KEY_FORMATSIZE]; local
538 key_format(key, keystr, sizeof(keystr));
539 fatal("failed to write key %s: %s\n", keystr,
H A Ddnssec-signzone.c233 char keystr[KEY_FORMATSIZE]; local
239 key_format(key, keystr, sizeof(keystr));
240 vbprintf(1, "\t%s %s\n", logmsg, keystr);
248 char keystr[KEY_FORMATSIZE]; local
249 key_format(key, keystr, sizeof(keystr));
251 keystr, isc_result_totext(result));
/bind-9.6-ESV-R11/bin/tests/system/tkey/
H A Dkeycreate.c143 static char keystr[] = "0123456789ab"; local
167 result = isc_base64_decodestring(keystr, &keybuf);
/bind-9.6-ESV-R11/bin/named/
H A Dconfig.c497 const char *keystr; local
613 keystr = cfg_obj_asstring(key);
614 isc_buffer_constinit(&b, keystr, strlen(keystr));
615 isc_buffer_add(&b, strlen(keystr));
H A Dserver.c420 const char *keystr, *keynamestr; local
467 keystr = cfg_obj_asstring(cfg_tuple_get(key, "key"));
468 CHECK(isc_base64_decodestring(keystr, &keydatabuf));
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c151 static char *keystr = NULL, *keyfile = NULL; variable
503 s = strchr(keystr, ':');
504 if (s == NULL || s == keystr || s[1] == 0)
513 digestbits = parse_hmac(&hmacname, keystr, s - keystr);
516 name = keystr;
537 keystr, isc_result_totext(result));
549 keystr, dns_result_totext(result));
835 if (keystr != NULL)
917 keystr
2358 char keystr[DNS_NAME_FORMATSIZE]; local
[all...]
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c1714 const char *keystr, *keynamestr; local
1758 keystr = cfg_obj_asstring(cfg_tuple_get(key, "key"));
1759 tresult = isc_base64_decodestring(keystr, &b);

Completed in 269 milliseconds