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

  /external/openssh/
sshconnect.c 822 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0; local
863 if (!want_cert && options.check_host_ip) {
873 want_cert = key_is_cert(host_key);
888 if (!want_cert && ip_hostkeys != NULL) {
903 host, type, want_cert ? "certificate" : "key");
904 debug("Found %s in %s:%lu", want_cert ? "CA key" : "key",
906 if (want_cert && !check_host_cert(hostname, host_key))
909 if (readonly || want_cert)
947 if (readonly || want_cert)
1054 if (want_cert) {
    [all...]
hostfile.c 347 int want_cert = sshkey_is_cert(k); local
348 HostkeyMarker want_marker = want_cert ? MRK_CA : MRK_NONE;
370 if (want_cert) {

Completed in 496 milliseconds