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

/bind-9.11.3/bin/dnssec/
H A Ddnssec-revoke.c84 char keystr[DST_KEY_FORMATSIZE]; local
203 dst_key_format(key, keystr, sizeof(keystr));
206 fprintf(stderr, "%s: %s\n", program, keystr);
211 check_keyversion(key, keystr);
240 dst_key_format(key, keystr, sizeof(keystr));
241 fatal("Failed to write key %s: %s", keystr,
265 dst_key_format(key, keystr, sizeof(keystr));
[all...]
H A Ddnssec-dsfromkey.c190 char keystr[DST_KEY_FORMATSIZE]; local
192 dst_key_format(key, keystr, sizeof(keystr));
193 fprintf(stderr, "%s: %s\n", program, keystr);
221 char keystr[DST_KEY_FORMATSIZE]; local
229 dst_key_format(key, keystr, sizeof(keystr));
230 fprintf(stderr, "%s: %s\n", program, keystr);
H A Ddnssec-importkey.c165 char keystr[DST_KEY_FORMATSIZE]; local
167 dst_key_format(key, keystr, sizeof(keystr));
168 fprintf(stderr, "%s: %s\n", program, keystr);
193 char keystr[DST_KEY_FORMATSIZE]; local
245 dst_key_format(key, keystr, sizeof(keystr));
246 fatal("Failed to write key %s: %s", keystr,
H A Ddnssec-keyfromlabel.c484 char keystr[DST_KEY_FORMATSIZE]; local
526 dst_key_format(prevkey, keystr, sizeof(keystr));
531 keystr, major, minor);
537 "before generating a successor.", keystr);
543 "before generating a successor.", keystr);
553 "prepublication interval.", keystr);
561 "change this.\n", program, keystr);
723 char keystr[DST_KEY_FORMATSIZE]; local
724 dst_key_format(key, keystr, sizeo
[all...]
H A Ddnssec-settime.c136 char keystr[DST_KEY_FORMATSIZE]; local
416 dst_key_format(prevkey, keystr, sizeof(keystr));
505 dst_key_format(key, keystr, sizeof(keystr));
536 check_keyversion(key, keystr);
539 fprintf(stderr, "%s: %s\n", program, keystr);
559 program, keystr);
564 program, keystr);
571 program, keystr);
[all...]
H A Ddnssec-keygen.c672 char keystr[DST_KEY_FORMATSIZE]; local
712 dst_key_format(prevkey, keystr, sizeof(keystr));
717 keystr, major, minor);
723 "before generating a successor.", keystr);
729 "before generating a successor.", keystr);
739 "prepublication interval.", keystr);
747 "change this.\n", program, keystr);
1094 char keystr[DST_KEY_FORMATSIZE]; local
1095 dst_key_format(key, keystr, sizeo
[all...]
H A Ddnssectool.c425 check_keyversion(dst_key_t *key, char *keystr) { argument
433 keystr, major, minor);
437 keystr, major, minor);
H A Ddnssec-signzone.c268 char keystr[DST_KEY_FORMATSIZE]; local
274 dst_key_format(key, keystr, sizeof(keystr));
275 vbprintf(1, "\t%s %s\n", logmsg, keystr);
289 keystr, isc_result_totext(result));
/bind-9.11.3/lib/irs/
H A Ddnsconf.c57 const char *keystr, *keynamestr; local
112 keystr = cfg_obj_asstring(cfg_tuple_get(key, "key"));
113 result = isc_base64_decodestring(keystr,
/bind-9.11.3/lib/dns/tests/
H A Dkeytable_test.c78 const char *keynamestr, const char *keystr, dst_key_t **target)
98 ATF_REQUIRE_EQ(isc_base64_decodestring(keystr, &keydatabuf),
77 create_key(isc_uint16_t flags, isc_uint8_t proto, isc_uint8_t alg, const char *keynamestr, const char *keystr, dst_key_t **target) argument
/bind-9.11.3/lib/dns/
H A Dgssapi_link.c279 gssapi_restore(dst_key_t *key, const char *keystr) { argument
287 len = strlen(keystr);
297 result = isc_base64_decodestring(keystr, b);
H A Dtsig.c525 char keystr[4096]; local
535 creatorstr, &inception, &expire, algorithmstr, keystr);
574 ring->mctx, keystr, &dstkey);
H A Ddnssec.c1877 char keystr[DST_KEY_FORMATSIZE]; local
1880 dst_key_format(key->key, keystr, sizeof(keystr));
1882 keystr, ttl);
H A Ddst_api.c1396 isc_mem_t *mctx, const char *keystr, dst_key_t **keyp)
1414 result = (dst_t_func[alg]->restore)(key, keystr);
1394 dst_key_restore(dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_mem_t *mctx, const char *keystr, dst_key_t **keyp) argument
H A Dzone.c18636 dns_zone_keydone(dns_zone_t *zone, const char *keystr) { argument
18655 if (strcasecmp(keystr, "all") == 0)
18666 n = sscanf(keystr, "%hd/", &keyid);
18670 algstr = strchr(keystr, '/');
/bind-9.11.3/bin/tests/system/tkey/
H A Dkeycreate.c140 static char keystr[] = "0123456789ab"; local
164 result = isc_base64_decodestring(keystr, &keybuf);
/bind-9.11.3/lib/samples/
H A Dresolve.c97 set_key(dns_client_t *client, char *keynamestr, char *keystr, argument
141 result = isc_base64_decodestring(keystr, &keydatabuf);
241 char *keystr = NULL; local
334 keystr = isc_commandline_argument;
432 if (keystr == NULL) {
438 set_key(client, keynamestr, keystr, is_sep, &keymctx);
/bind-9.11.3/bin/named/
H A Dconfig.c650 const char *keystr; local
782 keystr = cfg_obj_asstring(key);
783 isc_buffer_constinit(&b, keystr, strlen(keystr));
784 isc_buffer_add(&b, strlen(keystr));
H A Dserver.c693 const char *keystr, *keynamestr; local
756 keystr = cfg_obj_asstring(cfg_tuple_get(key, "key"));
757 CHECK(isc_base64_decodestring(keystr, &keydatabuf));
12992 char keystr[DNS_SECALG_FORMATSIZE + 7]; /* <5-digit keyid>/<alg> */ local
13019 strlcpy(keystr, ptr, sizeof(keystr));
13090 CHECK(dns_zone_keydone(zone, keystr));
/bind-9.11.3/bin/delv/
H A Ddelv.c568 const char *keystr, *keynamestr; local
629 keystr = cfg_obj_asstring(cfg_tuple_get(key, "key"));
630 CHECK(isc_base64_decodestring(keystr, &keydatabuf));
/bind-9.11.3/lib/bind9/
H A Dcheck.c2815 const char *keystr, *keynamestr; local
2873 keystr = cfg_obj_asstring(cfg_tuple_get(key, "key"));
2874 tresult = isc_base64_decodestring(keystr, &b);
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c175 static char *keystr = NULL; variable
576 s = strchr(keystr, ':');
577 if (s == NULL || s == keystr || s[1] == 0)
586 if (!parse_hmac(&hmacname, keystr, s - keystr, &digestbits)) {
595 name = keystr;
616 keystr, isc_result_totext(result));
628 keystr, dns_result_totext(result));
678 keystr = isc_mem_allocate(mctx, len);
679 if (keystr
[all...]

Completed in 162 milliseconds