Home
last modified time | relevance | path

Searched refs:found_key (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssh/
HDauth2-pubkey.c767 int found_key = 0; in check_authkeys_file() local
771 found_key = 0; in check_authkeys_file()
779 if (found_key) in check_authkeys_file()
852 found_key = 1; in check_authkeys_file()
866 found_key = 1; in check_authkeys_file()
872 if (!found_key) in check_authkeys_file()
874 return found_key; in check_authkeys_file()
948 int found_key = 0; in user_key_allowed2() local
955 found_key = check_authkeys_file(f, file, key, pw); in user_key_allowed2()
960 return found_key; in user_key_allowed2()
[all …]
HDssh-keygen.c1077 int found_key; /* For find/delete, host was found */ member
1154 ctx->found_key = 1; in known_hosts_find_delete()
1161 ctx->found_key = 1; in known_hosts_find_delete()
1254 } else if (delete_host && !ctx.found_key) { in do_known_hosts()
1283 exit (find_host && !ctx.found_key); in do_known_hosts()
/freebsd-11-stable/stand/libsa/geli/
HDgeliboot.c232 goto found_key; in geli_probe()
236 goto found_key; in geli_probe()
282 found_key: in geli_probe()
/freebsd-11-stable/contrib/gdb/gdb/
HDmacrotab.c674 struct macro_key *found_key = (struct macro_key *) n->key; in check_for_redefinition() local
709 found_key->start_file->filename, found_key->start_line); in check_for_redefinition()
712 return found_key; in check_for_redefinition()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c3753 boolean_t found_key = B_FALSE; in dtrace_json() local
3779 found_key = array_elem == 0 ? B_TRUE : B_FALSE; in dtrace_json()
3828 found_key = B_TRUE; in dtrace_json()
3829 } else if (found_key) { in dtrace_json()
3890 found_key = B_TRUE; in dtrace_json()
3915 if (found_key) { in dtrace_json()
3974 if (found_key) { in dtrace_json()
3993 if (nelems > 1 && found_key) { in dtrace_json()
4012 found_key = array_elem == 0 ? in dtrace_json()
4015 found_key = B_FALSE; in dtrace_json()
[all …]