Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dclientloop.c2052 u_int *keys_match; /* mask of HKF_MATCH_* from hostfile.h */ member
2081 free(ctx->keys_match); in hostkeys_update_ctx_free()
2180 ctx->keys_match[i] |= l->match; in hostkeys_find()
2388 if (ctx->keys_match[i]) in client_global_hostkeys_prove_confirm()
2534 if ((ctx->keys_match = calloc(ctx->nkeys, in client_input_hostkeys()
2535 sizeof(*ctx->keys_match))) == NULL || in client_input_hostkeys()
2568 if (ctx->keys_match[i] == 0) in client_input_hostkeys()
2570 if ((ctx->keys_match[i] & want) != want) in client_input_hostkeys()
2636 if (ctx->keys_match[i]) in client_input_hostkeys()