| /freebsd-9-stable/contrib/nvi/common/ |
| D | key.c | 64 KEYLIST keylist[] = { variable 94 (sizeof(keylist) / sizeof(keylist[0])) - ADDITIONAL_CHARACTERS; 137 qsort(keylist, nkeylist, sizeof(keylist[0]), v_key_cmp); 140 for (gp->max_special = 0, kp = keylist, cnt = nkeylist; cnt--; ++kp) { 185 for (kp = keylist; kp->value != K_NOTUSED; ++kp) 193 keylist[nkeylist].ch = ch; 194 keylist[nkeylist].value = val; 331 kp = bsearch(&k, keylist, nkeylist, sizeof(keylist[0]), v_key_cmp);
|
| D | key.h | 129 extern KEYLIST keylist[];
|
| /freebsd-9-stable/contrib/mtree/ |
| D | misc.c | 64 static KEY keylist[] = { variable 125 for (i = 0; i < sizeof(keylist) / sizeof(KEY); i++) in parsekey() 126 allbits |= keylist[i].val; in parsekey() 131 k = (KEY *)bsearch(&tmp, keylist, sizeof(keylist) / sizeof(KEY), in parsekey()
|
| /freebsd-9-stable/usr.sbin/mtree/ |
| D | misc.c | 56 static KEY keylist[] = { variable 94 k = (KEY *)bsearch(&tmp, keylist, sizeof(keylist) / sizeof(KEY), in parsekey()
|
| /freebsd-9-stable/contrib/bind9/bin/named/ |
| D | tsigconf.c | 147 const cfg_obj_t *keylist; in ns_tsigkeyring_fromconfig() local 168 keylist = NULL; in ns_tsigkeyring_fromconfig() 169 result = cfg_map_get(maps[i], "key", &keylist); in ns_tsigkeyring_fromconfig() 172 result = add_initial_keys(keylist, ring, mctx); in ns_tsigkeyring_fromconfig()
|
| D | controlconf.c | 131 free_controlkeylist(controlkeylist_t *keylist, isc_mem_t *mctx) { in free_controlkeylist() argument 132 while (!ISC_LIST_EMPTY(*keylist)) { in free_controlkeylist() 133 controlkey_t *key = ISC_LIST_HEAD(*keylist); in free_controlkeylist() 134 ISC_LIST_UNLINK(*keylist, key, link); in free_controlkeylist() 655 cfgkeylist_find(const cfg_obj_t *keylist, const char *keyname, in cfgkeylist_find() argument 662 for (element = cfg_list_first(keylist); in cfgkeylist_find() 679 controlkeylist_fromcfg(const cfg_obj_t *keylist, isc_mem_t *mctx, in controlkeylist_fromcfg() argument 688 for (element = cfg_list_first(keylist); in controlkeylist_fromcfg() 717 register_keys(const cfg_obj_t *control, const cfg_obj_t *keylist, in register_keys() argument 732 result = cfgkeylist_find(keylist, keyid->keyname, &keydef); in register_keys()
|
| D | server.c | 710 const cfg_obj_t *key, *keylist; in load_view_keys() local 720 keylist = cfg_listelt_value(elt); in load_view_keys() 722 for (elt2 = cfg_list_first(keylist); in load_view_keys()
|
| /freebsd-9-stable/contrib/bind9/lib/irs/ |
| D | dnsconf.c | 59 const cfg_obj_t *key, *keylist; in configure_dnsseckeys() local 82 keylist = cfg_listelt_value(element); in configure_dnsseckeys() 83 for (element2 = cfg_list_first(keylist); in configure_dnsseckeys()
|
| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | dnssec.c | 1309 isc_mem_t *mctx, dns_dnsseckeylist_t *keylist) in dns_dnssec_findmatchingkeys() argument 1322 REQUIRE(keylist != NULL); in dns_dnssec_findmatchingkeys() 1393 ISC_LIST_APPENDLIST(*keylist, list, link); in dns_dnssec_findmatchingkeys() 1420 addkey(dns_dnsseckeylist_t *keylist, dst_key_t **newkey, in addkey() argument 1427 for (key = ISC_LIST_HEAD(*keylist); in addkey() 1463 ISC_LIST_APPEND(*keylist, key, link); in addkey() 1474 mark_active_keys(dns_dnsseckeylist_t *keylist, dns_rdataset_t *rrsigs) { in mark_active_keys() argument 1484 for (key = ISC_LIST_HEAD(*keylist); in mark_active_keys() 1527 dns_dnsseckeylist_t *keylist) in dns_dnssec_keylistfromrdataset() argument 1556 RETERR(addkey(keylist, &pubkey, savekeys, mctx)); in dns_dnssec_keylistfromrdataset() [all …]
|
| /freebsd-9-stable/contrib/bind9/lib/dns/include/dns/ |
| D | dnssec.h | 292 isc_mem_t *mctx, dns_dnsseckeylist_t *keylist); 318 dns_dnsseckeylist_t *keylist);
|
| /freebsd-9-stable/contrib/bind9/bin/dnssec/ |
| D | dnssec-signzone.c | 124 static dns_dnsseckeylist_t keylist; variable 350 for (key = ISC_LIST_HEAD(keylist); in keythatsigned_unlocked() 413 ISC_LIST_APPEND(keylist, key, link); in keythatsigned() 654 for (key = ISC_LIST_HEAD(keylist); in signset() 670 for (tmpkey = ISC_LIST_HEAD(keylist); in signset() 2484 &keylist); in loadzonekeys() 2525 for (key = ISC_LIST_HEAD(keylist); in loadexplicitkeys() 2536 ISC_LIST_APPEND(keylist, key, link); in loadexplicitkeys() 2586 dns_dnssec_updatekeys(&keylist, &matchkeys, NULL, gorigin, keyttl, in build_final_keylist() 2804 for (key = ISC_LIST_HEAD(keylist); in writeset() [all …]
|
| /freebsd-9-stable/contrib/ntp/sntp/ |
| D | networking.h | 89 keyid_t *keylist; /* session key ID list */ member
|
| /freebsd-9-stable/contrib/bind9/lib/bind9/ |
| D | check.c | 2145 rndckey_exists(const cfg_obj_t *keylist, const char *keyname) { in rndckey_exists() argument 2150 if (keylist == NULL) in rndckey_exists() 2153 for (element = cfg_list_first(keylist); in rndckey_exists() 2537 const cfg_obj_t *keylist = cfg_listelt_value(element); in check_viewconf() local 2538 for (element2 = cfg_list_first(keylist); in check_viewconf() 2558 const cfg_obj_t *keylist = cfg_listelt_value(element); in check_viewconf() local 2559 for (element2 = cfg_list_first(keylist); in check_viewconf() 2726 bind9_check_controlskeys(const cfg_obj_t *control, const cfg_obj_t *keylist, in bind9_check_controlskeys() argument 2746 if (!rndckey_exists(keylist, keyval)) { in bind9_check_controlskeys() 2768 const cfg_obj_t *keylist = NULL; in bind9_check_controls() local [all …]
|
| /freebsd-9-stable/contrib/gnu-sort/src/ |
| D | sort.c | 319 static struct keyfield *keylist; variable 1255 struct keyfield const *key = keylist; in fillbuf() 1784 struct keyfield const *key = keylist; in keycompare_uni() 1951 struct keyfield *key = keylist; in keycompare_mb() 2130 if (keylist) in compare() 2167 struct keyfield const *key = keylist; in check() 2261 struct keyfield const *key = keylist; in mergefps() 2688 for (p = &keylist; *p; p = &(*p)->next) in insertkey() 3177 for (key = keylist; key; key = key->next) in main() 3193 if (!keylist && (gkey.ignore || gkey.translate in main()
|
| /freebsd-9-stable/contrib/nvi/cl/ |
| D | cl_term.c | 107 for (kp = keylist;; ++kp)
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | ntp_proto.c | 3805 xkeyid = peer->keylist[peer->keynumber]; in peer_xmit() 4451 if (peer->keylist != NULL) { in key_expire() 4453 authtrust(peer->keylist[i], 0); in key_expire() 4454 free(peer->keylist); in key_expire() 4455 peer->keylist = NULL; in key_expire()
|
| D | ntp_crypto.c | 321 if (peer->keylist == NULL) in make_keylist() 322 peer->keylist = eallocarray(NTP_MAXSESSION, in make_keylist() 353 peer->keylist[i] = keyid; in make_keylist()
|
| /freebsd-9-stable/contrib/ntp/include/ |
| D | ntp.h | 331 keyid_t *keylist; /* session key ID list */ member
|
| /freebsd-9-stable/contrib/gperf/ |
| D | ChangeLog | 2710 uses of uniq_set in perfect.c and keylist.c. Due to changes 2912 * Fixed PRINT_HASH_FUNCTION and PRINT_LOOKUP_FUNCTION in keylist.c 2918 * Fixed a typo in PRINT_KEYWORD_TABLE in keylist.cc that prevented 2921 * Fixed a horrible typo in PRINT_KEYWORD_TABLE in keylist.cc 3045 * Added the get_include_src function from keylist.c as a member 3269 * Moved the List_Node declarations out of keylist.h and
|
| /freebsd-9-stable/contrib/ntp/ |
| D | CommitLog-4.1.0 | 2404 recauto.key, not keylist.
|