Lines Matching defs:keystr
151 static char *keystr = NULL, *keyfile = NULL;
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 = isc_commandline_argument;
972 if (keyfile != NULL && keystr != NULL) {
979 if (usegsstsig && (keyfile != NULL || keystr != NULL)) {
2358 char keystr[DNS_NAME_FORMATSIZE];
2403 result = isc_string_printf(keystr, sizeof(keystr), "%u.sig-%s",
2406 fatal("isc_string_printf(keystr) failed: %s",
2408 isc_buffer_init(&buf, keystr, strlen(keystr));
2409 isc_buffer_add(&buf, strlen(keystr));