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

  /external/openssh/
dns.h 49 int verify_host_key_dns(const char *, struct sockaddr *, Key *, int *);
readconf.h 94 int verify_host_key_dns; /* Verify host key using DNS */ member in struct:__anon12452
dns.c 175 verify_host_key_dns(const char *hostname, struct sockaddr *address, function
194 debug3("verify_host_key_dns");
sshconnect.c 853 if (options.verify_host_key_dns) {
1119 if (!key_is_cert(host_key) && options.verify_host_key_dns &&
1120 verify_host_key_dns(host, hostaddr, host_key, &flags) == 0) {
1123 if (options.verify_host_key_dns == 1 &&
    [all...]
readconf.c 498 intptr = &options->verify_host_key_dns;
    [all...]

Completed in 128 milliseconds