Lines Matching refs:old_keys
2033 struct sshkey **old_keys; member
2056 sshkey_free(ctx->old_keys[i]); in hostkeys_update_ctx_free()
2057 free(ctx->old_keys); in hostkeys_update_ctx_free()
2158 if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1, in hostkeys_find()
2159 sizeof(*ctx->old_keys))) == NULL) in hostkeys_find()
2161 ctx->old_keys = tmp; in hostkeys_find()
2162 ctx->old_keys[ctx->nold++] = l->key; in hostkeys_find()
2182 if (!sshkey_equal(l->key, ctx->old_keys[i])) in hostkeys_check_old()
2185 sshkey_ssh_name(ctx->old_keys[i]), l->path, l->linenum, in hostkeys_check_old()
2257 if ((fp = sshkey_fingerprint(ctx->old_keys[i], in update_known_hosts()
2263 sshkey_type(ctx->old_keys[i]), fp); in update_known_hosts()