Searched refs:client_host_key (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dauth-rh-rsa.c46 const char *chost, Key *client_host_key)
50 if (auth_key_is_revoked(client_host_key))
57 host_status = check_key_in_hostfiles(pw, client_host_key,
69 auth_rhosts_rsa(Authctxt *authctxt, char *cuser, Key *client_host_key) argument
78 if (!authctxt->valid || client_host_key == NULL ||
79 client_host_key->rsa == NULL)
85 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) {
93 if (!auth_rsa_challenge_dialog(client_host_key)) {
45 auth_rhosts_rsa_key_allowed(struct passwd *pw, const char *cuser, const char *chost, Key *client_host_key) argument
H A Dauth1.c165 Key *client_host_key; local
176 client_host_key = key_new(KEY_RSA1);
178 packet_get_bignum(client_host_key->rsa->e);
179 packet_get_bignum(client_host_key->rsa->n);
181 keybits = BN_num_bits(client_host_key->rsa->n);
183 verbose("Warning: keysize mismatch for client_host_key: "
185 BN_num_bits(client_host_key->rsa->n), bits);
190 client_host_key);
191 key_free(client_host_key);

Completed in 107 milliseconds