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

  /external/openssh/
sshconnect.c 707 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0; local
747 if (!want_cert && options.check_host_ip) {
757 want_cert = key_is_cert(host_key);
772 if (!want_cert && ip_hostkeys != NULL) {
787 host, type, want_cert ? "certificate" : "key");
788 debug("Found %s in %s:%lu", want_cert ? "CA key" : "key",
790 if (want_cert && !check_host_cert(hostname, host_key))
793 if (readonly || want_cert)
827 if (readonly || want_cert)
930 if (want_cert) {
    [all...]
hostfile.c 382 int want_cert = key_is_cert(k); local
383 HostkeyMarker want_marker = want_cert ? MRK_CA : MRK_NONE;
405 if (want_cert) {

Completed in 190 milliseconds