Lines Matching defs:keystr
175 static char *keystr = NULL;
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 == NULL)
681 snprintf(keystr, len, "%s:%s:%s", algorithm, mykeyname, secretstr);
691 if (keystr != NULL)
692 isc_mem_free(mctx, keystr);
1006 if (keystr != NULL)
1141 keystr = isc_commandline_argument;
1205 if (keyfile != NULL && keystr != NULL) {
1212 if (usegsstsig && (keyfile != NULL || keystr != NULL)) {