Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c708 check_host_cert(const char *host, const Key *host_key) in check_host_cert() argument
712 if (key_cert_check_authority(host_key, 1, 0, host, &reason) != 0) { in check_host_cert()
716 if (buffer_len(host_key->cert->critical) != 0) { in check_host_cert()
806 Key *host_key, int readonly, in check_host_key() argument
820 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0; in check_host_key()
871 want_cert = key_is_cert(host_key); in check_host_key()
872 type = key_type(host_key); in check_host_key()
878 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
887 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
904 if (want_cert && !check_host_cert(hostname, host_key)) in check_host_key()
[all …]
Dsshconnect1.c340 try_rhosts_rsa_authentication(const char *local_user, Key * host_key) in try_rhosts_rsa_authentication() argument
350 packet_put_int(BN_num_bits(host_key->rsa->n)); in try_rhosts_rsa_authentication()
351 packet_put_bignum(host_key->rsa->e); in try_rhosts_rsa_authentication()
352 packet_put_bignum(host_key->rsa->n); in try_rhosts_rsa_authentication()
378 respond_to_rsa_challenge(challenge, host_key->rsa); in try_rhosts_rsa_authentication()
498 Key *host_key, *server_key; in ssh_kex() local
529 host_key = key_new(KEY_RSA1); in ssh_kex()
531 packet_get_bignum(host_key->rsa->e); in ssh_kex()
532 packet_get_bignum(host_key->rsa->n); in ssh_kex()
534 rbits = BN_num_bits(host_key->rsa->n); in ssh_kex()
[all …]
Dssh-keygen.0421 $ ssh-keygen -s /path/to/ca_key -I key_id -h /path/to/host_key.pub
423 The host certificate will be output to /path/to/host_key-cert.pub.
429 $ ssh-keygen -s ca_key.pub -D libpkcs11.so -I key_id host_key.pub
/external/vboot_reference/
DAndroid.mk94 host/lib/host_key.c \
DMakefile412 host/lib/host_key.c \
424 host/lib21/host_key.c \