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

/freebsd-10.2-release/crypto/openssh/
H A Dauth-rh-rsa.c43 Key *client_host_key)
47 if (auth_key_is_revoked(client_host_key))
54 host_status = check_key_in_hostfiles(pw, client_host_key,
66 auth_rhosts_rsa(Authctxt *authctxt, char *cuser, Key *client_host_key) argument
74 if (!authctxt->valid || client_host_key == NULL ||
75 client_host_key->rsa == NULL)
81 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) {
89 if (!auth_rsa_challenge_dialog(client_host_key)) {
42 auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost, Key *client_host_key) argument
H A Dauth1.c162 Key *client_host_key; local
173 client_host_key = key_new(KEY_RSA1);
175 packet_get_bignum(client_host_key->rsa->e);
176 packet_get_bignum(client_host_key->rsa->n);
178 keybits = BN_num_bits(client_host_key->rsa->n);
180 verbose("Warning: keysize mismatch for client_host_key: "
182 BN_num_bits(client_host_key->rsa->n), bits);
187 client_host_key);
188 key_free(client_host_key);

Completed in 93 milliseconds