Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.c2113 struct sshkey **old_keys; member
2129 sshkey_free(ctx->old_keys[i]); in hostkeys_update_ctx_free()
2130 free(ctx->old_keys); in hostkeys_update_ctx_free()
2159 if ((tmp = reallocarray(ctx->old_keys, ctx->nold + 1, in hostkeys_find()
2160 sizeof(*ctx->old_keys))) == NULL) in hostkeys_find()
2163 ctx->old_keys = tmp; in hostkeys_find()
2164 ctx->old_keys[ctx->nold++] = l->key; in hostkeys_find()
2190 if ((fp = sshkey_fingerprint(ctx->old_keys[i], in update_known_hosts()
2194 sshkey_type(ctx->old_keys[i]), fp); in update_known_hosts()