Home
last modified time | relevance | path

Searched refs:host_key (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dsshconnect.c710 check_host_cert(const char *host, const Key *host_key) in check_host_cert() argument
714 if (key_cert_check_authority(host_key, 1, 0, host, &reason) != 0) { in check_host_cert()
718 if (buffer_len(host_key->cert->critical) != 0) { in check_host_cert()
808 Key *host_key, int readonly, in check_host_key() argument
822 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0; in check_host_key()
873 want_cert = key_is_cert(host_key); in check_host_key()
874 type = key_type(host_key); in check_host_key()
880 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
889 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
906 if (want_cert && !check_host_cert(hostname, host_key)) in check_host_key()
[all …]
Dsshconnect1.c347 try_rhosts_rsa_authentication(const char *local_user, Key * host_key) in try_rhosts_rsa_authentication() argument
357 packet_put_int(BN_num_bits(host_key->rsa->n)); in try_rhosts_rsa_authentication()
358 packet_put_bignum(host_key->rsa->e); in try_rhosts_rsa_authentication()
359 packet_put_bignum(host_key->rsa->n); in try_rhosts_rsa_authentication()
385 respond_to_rsa_challenge(challenge, host_key->rsa); in try_rhosts_rsa_authentication()
505 Key *host_key, *server_key; in ssh_kex() local
536 if ((host_key = key_new(KEY_RSA1)) == NULL) in ssh_kex()
539 packet_get_bignum(host_key->rsa->e); in ssh_kex()
540 packet_get_bignum(host_key->rsa->n); in ssh_kex()
542 rbits = BN_num_bits(host_key->rsa->n); in ssh_kex()
[all …]
Dssh-keygen.0425 $ ssh-keygen -s /path/to/ca_key -I key_id -h /path/to/host_key.pub
427 The host certificate will be output to /path/to/host_key-cert.pub.
444 $ ssh-keygen -s ca_key -I key_id -h -n host.domain host_key.pub
DChangeLog7239 "host_key" and "user_key" for the respective key types. ok sthen@ deraadt@
/external/vboot_reference/
DAndroid.bp103 "host/lib/host_key.c",
DMakefile412 host/lib/host_key.c \
424 host/lib21/host_key.c \