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

  /external/openssh/
sshconnect.c 820 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0; local
861 if (!want_cert && options.check_host_ip) {
871 want_cert = key_is_cert(host_key);
886 if (!want_cert && ip_hostkeys != NULL) {
901 host, type, want_cert ? "certificate" : "key");
902 debug("Found %s in %s:%lu", want_cert ? "CA key" : "key",
904 if (want_cert && !check_host_cert(hostname, host_key))
907 if (readonly || want_cert)
945 if (readonly || want_cert)
1052 if (want_cert) {
    [all...]
hostfile.c 348 int want_cert = sshkey_is_cert(k); local
349 HostkeyMarker want_marker = want_cert ? MRK_CA : MRK_NONE;
371 if (want_cert) {

Completed in 882 milliseconds