/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-revoke.c | 84 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 D | dnssec-dsfromkey.c | 190 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 D | dnssec-importkey.c | 165 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 D | dnssec-keyfromlabel.c | 484 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 D | dnssec-settime.c | 136 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 D | dnssec-keygen.c | 672 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 D | dnssectool.c | 425 check_keyversion(dst_key_t *key, char *keystr) { argument 433 keystr, major, minor); 437 keystr, major, minor);
|
H A D | dnssec-signzone.c | 268 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 D | dnsconf.c | 57 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 D | keytable_test.c | 78 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 D | gssapi_link.c | 279 gssapi_restore(dst_key_t *key, const char *keystr) { argument 287 len = strlen(keystr); 297 result = isc_base64_decodestring(keystr, b);
|
H A D | tsig.c | 525 char keystr[4096]; local 535 creatorstr, &inception, &expire, algorithmstr, keystr); 574 ring->mctx, keystr, &dstkey);
|
H A D | dnssec.c | 1877 char keystr[DST_KEY_FORMATSIZE]; local 1880 dst_key_format(key->key, keystr, sizeof(keystr)); 1882 keystr, ttl);
|
H A D | dst_api.c | 1396 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 D | zone.c | 18636 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 D | keycreate.c | 140 static char keystr[] = "0123456789ab"; local 164 result = isc_base64_decodestring(keystr, &keybuf);
|
/bind-9.11.3/lib/samples/ |
H A D | resolve.c | 97 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 D | config.c | 650 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 D | server.c | 693 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 D | delv.c | 568 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 D | check.c | 2815 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 D | nsupdate.c | 175 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...] |