Home
last modified time | relevance | path

Searched refs:old_keys (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/openssh/
H A Dclientloop.c1807 struct sshkey **old_keys; member
1830 sshkey_free(ctx->old_keys[i]); in hostkeys_update_ctx_free()
1831 free(ctx->old_keys); in hostkeys_update_ctx_free()
1932 if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1, in hostkeys_find()
1933 sizeof(*ctx->old_keys))) == NULL) in hostkeys_find()
1935 ctx->old_keys = tmp; in hostkeys_find()
1936 ctx->old_keys[ctx->nold++] = l->key; in hostkeys_find()
1956 if (!sshkey_equal(l->key, ctx->old_keys[i])) in hostkeys_check_old()
1959 sshkey_ssh_name(ctx->old_keys[i]), l->path, l->linenum, in hostkeys_check_old()
2031 if ((fp = sshkey_fingerprint(ctx->old_keys[i], in update_known_hosts()
[all …]