Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dclientloop.c1798 u_int *keys_match; /* mask of HKF_MATCH_* from hostfile.h */ member
1827 free(ctx->keys_match); in hostkeys_update_ctx_free()
1926 ctx->keys_match[i] |= l->match; in hostkeys_find()
2134 if (ctx->keys_match[i]) in client_global_hostkeys_private_confirm()
2298 if ((ctx->keys_match = calloc(ctx->nkeys, in client_input_hostkeys()
2299 sizeof(*ctx->keys_match))) == NULL || in client_input_hostkeys()
2332 if (ctx->keys_match[i] == 0) in client_input_hostkeys()
2334 if ((ctx->keys_match[i] & want) != want) in client_input_hostkeys()
2400 if (ctx->keys_match[i]) in client_input_hostkeys()