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

  /external/chromium/net/proxy/
proxy_server_mac.cc 20 CFStringRef host_key,
28 (CFStringRef)base::mac::GetValueFromDictionary(dict, host_key,
32 << base::SysCFStringRefToUTF8(host_key)
proxy_server.h 120 CFStringRef host_key,
  /external/openssh/
sshconnect1.c 326 try_rhosts_rsa_authentication(const char *local_user, Key * host_key)
336 packet_put_int(BN_num_bits(host_key->rsa->n));
337 packet_put_bignum(host_key->rsa->e);
338 packet_put_bignum(host_key->rsa->n);
364 respond_to_rsa_challenge(challenge, host_key->rsa);
484 Key *host_key, *server_key; local
515 host_key = key_new(KEY_RSA1);
517 packet_get_bignum(host_key->rsa->e);
518 packet_get_bignum(host_key->rsa->n);
520 rbits = BN_num_bits(host_key->rsa->n)
    [all...]
sshconnect.c 595 check_host_cert(const char *host, const Key *host_key)
599 if (key_cert_check_authority(host_key, 1, 0, host, &reason) != 0) {
603 if (buffer_len(&host_key->cert->critical) != 0) {
693 Key *host_key, int readonly,
707 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0;
757 want_cert = key_is_cert(host_key);
758 type = key_type(host_key);
764 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
773 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key,
790 if (want_cert && !check_host_cert(hostname, host_key))
    [all...]

Completed in 568 milliseconds