Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-rh-rsa.c35 Key *client_host_key) in auth_rhosts_rsa_key_allowed() argument
43 host_status = check_key_in_hostfiles(pw, client_host_key, in auth_rhosts_rsa_key_allowed()
55 auth_rhosts_rsa(struct passwd *pw, char *cuser, Key *client_host_key) in auth_rhosts_rsa() argument
62 if (pw == NULL || client_host_key == NULL || in auth_rhosts_rsa()
63 client_host_key->rsa == NULL) in auth_rhosts_rsa()
69 if (!auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key)) { in auth_rhosts_rsa()
77 if (!auth_rsa_challenge_dialog(client_host_key)) { in auth_rhosts_rsa()
H A Dauth1.c78 Key *client_host_key; in do_authloop() local
228 client_host_key = key_new(KEY_RSA1); in do_authloop()
230 packet_get_bignum(client_host_key->rsa->e); in do_authloop()
231 packet_get_bignum(client_host_key->rsa->n); in do_authloop()
233 if (bits != BN_num_bits(client_host_key->rsa->n)) in do_authloop()
236 BN_num_bits(client_host_key->rsa->n), bits); in do_authloop()
240 client_host_key); in do_authloop()
241 key_free(client_host_key); in do_authloop()