HomeSort by: relevance | last modified time | path
    Searched defs:want_cert (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
hostfile.c 357 int want_cert = sshkey_is_cert(k); local
358 HostkeyMarker want_marker = want_cert ? MRK_CA : MRK_NONE;
379 if (want_cert) {
sshconnect.c 1004 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0; local
1062 if (!want_cert && options.check_host_ip) {
1082 want_cert = sshkey_is_cert(host_key);
1105 if (!want_cert && ip_hostkeys != NULL) {
1120 host, type, want_cert ? "certificate" : "key");
1121 debug("Found %s in %s:%lu", want_cert ? "CA key" : "key",
1123 if (want_cert) {
1158 if (readonly || want_cert)
1198 if (readonly || want_cert)
1312 if (want_cert) {
    [all...]

Completed in 17 milliseconds