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.c592 int found_key = 0; in user_key_allowed2() local
602 found_key = auth_check_authkeys_file(pw, f, file, in user_key_allowed2()
608 return found_key; in user_key_allowed2()
622 int r, ok, found_key = 0; in user_key_command_allowed2() local
731 found_key = ok; in user_key_command_allowed2()
745 return found_key; in user_key_command_allowed2()
H A Dsshsig.c893 struct sshkey *found_key = NULL; in check_allowed_keys_line() local
905 principal, &principals, &found_key, &sigopts)) != 0) { in check_allowed_keys_line()
910 if (!sigopts->ca && sshkey_equal(found_key, sign_key)) { in check_allowed_keys_line()
914 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in check_allowed_keys_line()
978 sshkey_free(found_key); in check_allowed_keys_line()
H A Dssh-keygen.c1183 int found_key; /* For find/delete, host was found */ member
1264 ctx->found_key = 1; in known_hosts_find_delete()
1271 ctx->found_key = 1; in known_hosts_find_delete()
1380 } else if (delete_host && !ctx.found_key) { in do_known_hosts()
1409 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.c3873 boolean_t found_key = B_FALSE; in dtrace_json() local
3899 found_key = array_elem == 0 ? B_TRUE : B_FALSE; in dtrace_json()
3948 found_key = B_TRUE; in dtrace_json()
3949 } else if (found_key) { in dtrace_json()
4010 found_key = B_TRUE; in dtrace_json()
4035 if (found_key) { in dtrace_json()
4094 if (found_key) { in dtrace_json()
4113 if (nelems > 1 && found_key) { in dtrace_json()
4132 found_key = array_elem == 0 ? in dtrace_json()
4135 found_key in dtrace_json()
[all...]