Lines Matching defs:keys
287 debug3("%s: loaded %lu keys from %s", __func__,
327 * Match keys against a specified key, or look one up by key type.
337 * 4. If no matching keys are found, then return HOST_NEW.
469 struct sshkey * const *keys;
489 /* Don't remove RSA1 keys */
496 * If this line contains one of the keys that we will be
501 if (sshkey_equal(ctx->keys[i], l->key)) {
532 struct sshkey **keys, size_t nkeys, int store_hash, int quiet, int hash_alg)
548 ctx.keys = keys;
582 /* Add the requested keys */
586 if ((fp = sshkey_fingerprint(keys[i], hash_alg,
593 sshkey_ssh_name(keys[i]), fp);
595 if (!write_host_entry(ctx.out, host, ip, keys[i], store_hash)) {