Home
last modified time | relevance | path

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

/external/v8/src/
Didentity-map.cc260 Object** old_keys = keys_; in Resize() local
274 if (old_keys[i] == not_mapped) continue; in Resize()
275 int index = InsertKey(old_keys[i]); in Resize()
281 heap_->UnregisterStrongRoots(old_keys); in Resize()
285 DeleteArray(old_keys); in Resize()
/external/openssh/
Dclientloop.c2199 struct sshkey **old_keys; member
2215 sshkey_free(ctx->old_keys[i]); in hostkeys_update_ctx_free()
2216 free(ctx->old_keys); in hostkeys_update_ctx_free()
2245 if ((tmp = reallocarray(ctx->old_keys, ctx->nold + 1, in hostkeys_find()
2246 sizeof(*ctx->old_keys))) == NULL) in hostkeys_find()
2249 ctx->old_keys = tmp; in hostkeys_find()
2250 ctx->old_keys[ctx->nold++] = l->key; in hostkeys_find()
2276 if ((fp = sshkey_fingerprint(ctx->old_keys[i], in update_known_hosts()
2280 sshkey_type(ctx->old_keys[i]), fp); in update_known_hosts()