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

/external/openssh/
H A Dsshconnect.c708 check_host_cert(const char *host, const Key *host_key) argument
712 if (key_cert_check_authority(host_key, 1, 0, host, &reason) != 0) {
716 if (buffer_len(host_key->cert->critical) != 0) {
806 Key *host_key, int readonly,
820 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0;
871 want_cert = key_is_cert(host_key);
872 type = key_type(host_key);
878 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
887 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key,
904 if (want_cert && !check_host_cert(hostname, host_key))
805 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
1237 verify_host_key(char *host, struct sockaddr *hostaddr, Key *host_key) argument
1428 warn_changed_key(Key *host_key) argument
[all...]
H A Dsshconnect1.c340 try_rhosts_rsa_authentication(const char *local_user, Key * host_key) argument
350 packet_put_int(BN_num_bits(host_key->rsa->n));
351 packet_put_bignum(host_key->rsa->e);
352 packet_put_bignum(host_key->rsa->n);
378 respond_to_rsa_challenge(challenge, host_key->rsa);
498 Key *host_key, *server_key; local
529 host_key = key_new(KEY_RSA1);
531 packet_get_bignum(host_key->rsa->e);
532 packet_get_bignum(host_key->rsa->n);
534 rbits = BN_num_bits(host_key
[all...]
/external/vboot_reference/
H A DAndroid.mk94 host/lib/host_key.c \
H A DMakefile412 host/lib/host_key.c \
424 host/lib21/host_key.c \

Completed in 90 milliseconds