Lines Matching defs:keys
305 * Finds the key that generated a RRSIG, if possible. First look at the keys
1559 fatal("no self signing keys found");
1596 * Check that all the other records were signed by keys that are
2648 * Finds all public zone keys in the zone, and attempts to load the
2649 * private keys from disk.
2656 dst_key_t *keys[20];
2669 mctx, 20, keys, &nkeys);
2673 fatal("failed to find the zone keys: %s",
2679 key = newkeystruct(keys[i], dst_key_isprivate(keys[i]));
2687 * Finds all public zone keys in the zone.
2711 fatal("failed to find keys at the zone apex: %s",
2760 fatal("failed to find keys at the zone apex: %s",
2951 fprintf(stderr, "\t%s [options] zonefile [keys]\n", program);
3009 fprintf(stderr, "(default: all zone keys that have private keys)\n");
3203 fatal("too many key-signing keys specified");
3415 * of keys rather early.
3507 fprintf(stderr, "%s: warning: No keys specified "
3510 fatal("No signing keys specified or found.");