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

/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect1.c326 try_rhosts_rsa_authentication(const char *local_user, Key * host_key) argument
336 packet_put_int(BN_num_bits(host_key->rsa->n));
337 packet_put_bignum(host_key->rsa->e);
338 packet_put_bignum(host_key->rsa->n);
364 respond_to_rsa_challenge(challenge, host_key->rsa);
484 Key *host_key, *server_key; local
515 host_key = key_new(KEY_RSA1);
517 packet_get_bignum(host_key->rsa->e);
518 packet_get_bignum(host_key->rsa->n);
520 rbits = BN_num_bits(host_key
[all...]
H A Dsshconnect.c648 check_host_cert(const char *host, const Key *host_key) argument
652 if (key_cert_check_authority(host_key, 1, 0, host, &reason) != 0) {
656 if (buffer_len(&host_key->cert->critical) != 0) {
746 Key *host_key, int readonly,
760 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0;
810 want_cert = key_is_cert(host_key);
811 type = key_type(host_key);
817 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
826 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key,
843 if (want_cert && !check_host_cert(hostname, host_key))
745 check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, Key *host_key, int readonly, char **user_hostfiles, u_int num_user_hostfiles, char **system_hostfiles, u_int num_system_hostfiles) argument
1162 verify_host_key(char *host, struct sockaddr *hostaddr, Key *host_key) argument
1287 warn_changed_key(Key *host_key) argument
[all...]

Completed in 138 milliseconds