Searched refs:client_host_key (Results 1 – 2 of 2) sorted by relevance
43 Key *client_host_key) in auth_rhosts_rsa_key_allowed() argument47 if (auth_key_is_revoked(client_host_key)) in auth_rhosts_rsa_key_allowed()54 host_status = check_key_in_hostfiles(pw, client_host_key, in auth_rhosts_rsa_key_allowed()66 auth_rhosts_rsa(Authctxt *authctxt, char *cuser, Key *client_host_key) in auth_rhosts_rsa() argument74 if (!authctxt->valid || client_host_key == NULL || in auth_rhosts_rsa()75 client_host_key->rsa == NULL) in auth_rhosts_rsa()81 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) { in auth_rhosts_rsa()89 if (!auth_rsa_challenge_dialog(client_host_key)) { in auth_rhosts_rsa()
168 Key *client_host_key; in auth1_process_rhosts_rsa() local179 client_host_key = key_new(KEY_RSA1); in auth1_process_rhosts_rsa()181 packet_get_bignum(client_host_key->rsa->e); in auth1_process_rhosts_rsa()182 packet_get_bignum(client_host_key->rsa->n); in auth1_process_rhosts_rsa()184 keybits = BN_num_bits(client_host_key->rsa->n); in auth1_process_rhosts_rsa()188 BN_num_bits(client_host_key->rsa->n), bits); in auth1_process_rhosts_rsa()193 client_host_key); in auth1_process_rhosts_rsa()194 key_free(client_host_key); in auth1_process_rhosts_rsa()