Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-pubkeyfile.c412 int found_key = 0; in auth_check_authkeys_file() local
421 if (found_key) in auth_check_authkeys_file()
434 found_key = 1; in auth_check_authkeys_file()
438 return found_key; in auth_check_authkeys_file()
H A Dauth2-pubkey.c593 int found_key = 0; in user_key_allowed2() local
603 found_key = auth_check_authkeys_file(pw, f, file, in user_key_allowed2()
609 return found_key; in user_key_allowed2()
623 int r, ok, found_key = 0; in user_key_command_allowed2() local
732 found_key = ok; in user_key_command_allowed2()
746 return found_key; in user_key_command_allowed2()
H A Dsshsig.c894 struct sshkey *found_key = NULL; in check_allowed_keys_line() local
906 principal, &principals, &found_key, &sigopts)) != 0) { in check_allowed_keys_line()
911 if (!sigopts->ca && sshkey_equal(found_key, sign_key)) { in check_allowed_keys_line()
915 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in check_allowed_keys_line()
979 sshkey_free(found_key); in check_allowed_keys_line()
H A Dssh-keygen.c1211 int found_key; /* For find/delete, host was found */ member
1292 ctx->found_key = 1; in known_hosts_find_delete()
1299 ctx->found_key = 1; in known_hosts_find_delete()
1408 } else if (delete_host && !ctx.found_key) { in do_known_hosts()
1437 exit (find_host && !ctx.found_key); in do_known_hosts()
/freebsd/stand/libsa/geli/
H A Dgeliboot.c230 goto found_key; in geli_probe()
234 goto found_key; in geli_probe()
280 found_key: in geli_probe()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3874 boolean_t found_key = B_FALSE; in dtrace_json() local
3900 found_key = array_elem == 0 ? B_TRUE : B_FALSE; in dtrace_json()
3949 found_key = B_TRUE; in dtrace_json()
3950 } else if (found_key) { in dtrace_json()
4011 found_key = B_TRUE; in dtrace_json()
4036 if (found_key) { in dtrace_json()
4095 if (found_key) { in dtrace_json()
4114 if (nelems > 1 && found_key) { in dtrace_json()
4133 found_key = array_elem == 0 ? in dtrace_json()
4136 found_key = B_FALSE; in dtrace_json()
[all …]