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

/freebsd-10.2-release/crypto/openssh/
H A Dsshconnect1.c328 try_rhosts_rsa_authentication(const char *local_user, Key * host_key) argument
338 packet_put_int(BN_num_bits(host_key->rsa->n));
339 packet_put_bignum(host_key->rsa->e);
340 packet_put_bignum(host_key->rsa->n);
366 respond_to_rsa_challenge(challenge, host_key->rsa);
486 Key *host_key, *server_key; local
517 host_key = key_new(KEY_RSA1);
519 packet_get_bignum(host_key->rsa->e);
520 packet_get_bignum(host_key->rsa->n);
522 rbits = BN_num_bits(host_key
[all...]
H A Dsshconnect.c731 check_host_cert(const char *host, const Key *host_key) argument
735 if (key_cert_check_authority(host_key, 1, 0, host, &reason) != 0) {
739 if (buffer_len(&host_key->cert->critical) != 0) {
829 Key *host_key, int readonly,
843 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0;
893 want_cert = key_is_cert(host_key);
894 type = key_type(host_key);
900 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
909 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key,
926 if (want_cert && !check_host_cert(hostname, host_key))
828 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
1245 verify_host_key(char *host, struct sockaddr *hostaddr, Key *host_key) argument
1385 warn_changed_key(Key *host_key) argument
[all...]

Completed in 153 milliseconds