| /src/crypto/external/bsd/openssh/dist/ |
| auth2-pubkeyfile.c | 432 int found_key = 0; local 441 found_key = 0; 488 found_key = 1; 498 return found_key; 517 if (found_key) 530 found_key = 1; 534 return found_key;
|
| auth2-pubkey.c | 637 int found_key = 0; local 647 found_key = auth_check_authkeys_file(pw, f, file, 653 return found_key; 667 int r, ok, found_key = 0; local 776 found_key = ok; 790 return found_key;
|
| sshsig.c | 901 struct sshkey *found_key = NULL; local 913 principal, &principals, &found_key, &sigopts)) != 0) { 918 if (!sigopts->ca && sshkey_equal(found_key, sign_key)) { 922 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { 986 sshkey_free(found_key);
|
| ssh-keygen.c | 1109 int found_key; /* For find/delete, host was found */ member in struct:known_hosts_ctx 1190 ctx->found_key = 1; 1197 ctx->found_key = 1; 1306 } else if (delete_host && !ctx.found_key) { 1335 exit (find_host && !ctx.found_key);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-parse.c | 270 bool found_key = false; local 666 found_key = true; 670 found_key = true; 675 if (!found_key) {
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-hash.c | 356 void *found_key; member in struct:ctf_traverse_find_cb_arg 367 arg->found_key = helem->key; 378 return arg.found_key;
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-hash.c | 356 void *found_key; member in struct:ctf_traverse_find_cb_arg 367 arg->found_key = helem->key; 378 return arg.found_key;
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-hash.c | 356 void *found_key; member in struct:ctf_traverse_find_cb_arg 367 arg->found_key = helem->key; 378 return arg.found_key;
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-hash.c | 350 void *found_key; member in struct:ctf_traverse_find_cb_arg 361 arg->found_key = helem->key; 372 return arg.found_key;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| macrotab.c | 701 struct macro_key *found_key = (struct macro_key *) n->key; 735 = macro_source_fullname (found_key->start_file); 740 found_key->start_line); 743 return found_key; 696 struct macro_key *found_key = (struct macro_key *) n->key; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| macrotab.c | 698 struct macro_key *found_key = (struct macro_key *) n->key; 732 = macro_source_fullname (found_key->start_file); 737 found_key->start_line); 740 return found_key; 693 struct macro_key *found_key = (struct macro_key *) n->key; local
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| tkey.c | 358 bool found_key = false, found_incompatible = false; local 385 result == ISC_R_SUCCESS && !found_key; 398 result == ISC_R_SUCCESS && !found_key; 411 found_key = true; 423 if (!found_key) {
|
| /src/external/mpl/bind/dist/lib/dns/ |
| qp.c | 1809 dns_qpkey_t found_key; local 1810 size_t found_keylen = leaf_qpkey(qp, n, found_key); 1811 if (qpkey_compare(search_key, search_keylen, found_key, found_keylen) != 2076 dns_qpkey_t found_key; local 2098 found_keylen = leaf_qpkey(qp, n, found_key); 2099 if (qpkey_compare(search_key, search_keylen, found_key, found_keylen) !=
|
| /src/external/cddl/osnet/dist/uts/common/dtrace/ |
| dtrace.c | 3999 boolean_t found_key = B_FALSE; local 4025 found_key = array_elem == 0 ? B_TRUE : B_FALSE; 4074 found_key = B_TRUE; 4075 } else if (found_key) { 4136 found_key = B_TRUE; 4161 if (found_key) { 4220 if (found_key) { 4239 if (nelems > 1 && found_key) { 4258 found_key = array_elem == 0 ? 4261 found_key = B_FALSE [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_test.c | 2358 int ret = 0, found_key = 0; local 2366 found_key = find_key(&pkey, kdata->keyname, private_keys); 2367 if (found_key == 0 || pkey == NULL) { 2409 if (found_key || kdata->encoded_priv_key != NULL) 2420 if (!found_key)
|