Home
last modified time | relevance | path

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

/external/openssh/
Dauth-rh-rsa.c46 Key *client_host_key) in auth_rhosts_rsa_key_allowed() argument
50 if (auth_key_is_revoked(client_host_key)) in auth_rhosts_rsa_key_allowed()
57 host_status = check_key_in_hostfiles(pw, client_host_key, in auth_rhosts_rsa_key_allowed()
69 auth_rhosts_rsa(Authctxt *authctxt, char *cuser, Key *client_host_key) in auth_rhosts_rsa() argument
77 if (!authctxt->valid || client_host_key == NULL || in auth_rhosts_rsa()
78 client_host_key->rsa == NULL) in auth_rhosts_rsa()
84 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) { in auth_rhosts_rsa()
92 if (!auth_rsa_challenge_dialog(client_host_key)) { in auth_rhosts_rsa()
Dauth1.c165 Key *client_host_key; in auth1_process_rhosts_rsa() local
176 client_host_key = key_new(KEY_RSA1); in auth1_process_rhosts_rsa()
178 packet_get_bignum(client_host_key->rsa->e); in auth1_process_rhosts_rsa()
179 packet_get_bignum(client_host_key->rsa->n); in auth1_process_rhosts_rsa()
181 keybits = BN_num_bits(client_host_key->rsa->n); in auth1_process_rhosts_rsa()
185 BN_num_bits(client_host_key->rsa->n), bits); in auth1_process_rhosts_rsa()
190 client_host_key); in auth1_process_rhosts_rsa()
191 key_free(client_host_key); in auth1_process_rhosts_rsa()