Searched refs:found_key (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/krb5/src/lib/kdb/ |
| H A D | kdb_default.c | 403 krb5_boolean found_key = FALSE; in krb5_def_fetch_mkey_list() local 435 found_key = TRUE; in krb5_def_fetch_mkey_list() 439 if (!found_key) { in krb5_def_fetch_mkey_list() 450 found_key = TRUE; in krb5_def_fetch_mkey_list() 454 if (found_key != TRUE) { in krb5_def_fetch_mkey_list()
|
| /freebsd/crypto/openssh/ |
| H A D | auth2-pubkeyfile.c | 412 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 D | auth2-pubkey.c | 629 int found_key = 0; in user_key_allowed2() local 639 found_key = auth_check_authkeys_file(pw, f, file, in user_key_allowed2() 645 return found_key; in user_key_allowed2() 659 int r, ok, found_key = 0; in user_key_command_allowed2() local 768 found_key = ok; in user_key_command_allowed2() 782 return found_key; in user_key_command_allowed2()
|
| H A D | sshsig.c | 899 struct sshkey *found_key = NULL; in check_allowed_keys_line() local 911 principal, &principals, &found_key, &sigopts)) != 0) { in check_allowed_keys_line() 916 if (!sigopts->ca && sshkey_equal(found_key, sign_key)) { in check_allowed_keys_line() 920 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in check_allowed_keys_line() 984 sshkey_free(found_key); in check_allowed_keys_line()
|
| H A D | ssh-keygen.c | 1211 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 D | geliboot.c | 230 goto found_key; in geli_probe() 234 goto found_key; in geli_probe() 280 found_key: in geli_probe()
|
| /freebsd/crypto/openssl/test/ |
| H A D | evp_test.c | 2358 int ret = 0, found_key = 0; in kem_test_run() local 2366 found_key = find_key(&pkey, kdata->keyname, private_keys); in kem_test_run() 2367 if (found_key == 0 || pkey == NULL) { in kem_test_run() 2409 if (found_key || kdata->encoded_priv_key != NULL) in kem_test_run() 2420 if (!found_key) in kem_test_run()
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 3901 boolean_t found_key = B_FALSE; in dtrace_json() local 3927 found_key = array_elem == 0 ? B_TRUE : B_FALSE; in dtrace_json() 3976 found_key = B_TRUE; in dtrace_json() 3977 } else if (found_key) { in dtrace_json() 4038 found_key = B_TRUE; in dtrace_json() 4063 if (found_key) { in dtrace_json() 4122 if (found_key) { in dtrace_json() 4141 if (nelems > 1 && found_key) { in dtrace_json() 4160 found_key = array_elem == 0 ? in dtrace_json() 4163 found_key = B_FALSE; in dtrace_json() [all …]
|