HomeSort by relevance Sort by last modified time
    Searched refs:host_key (Results 1 - 4 of 4) sorted by null

  /external/openssh/
sshconnect.c 708 check_host_cert(const char *host, const Key *host_key)
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))
    [all...]
sshconnect1.c 340 try_rhosts_rsa_authentication(const char *local_user, Key * host_key)
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->rsa->n)
    [all...]
  /external/vboot_reference/
Android.mk 94 host/lib/host_key.c \
Makefile 412 host/lib/host_key.c \
424 host/lib21/host_key.c \
    [all...]

Completed in 409 milliseconds