Searched refs:keylist (Results 1 - 8 of 8) sorted by relevance
/bind-9.6-ESV-R11/bin/named/ |
H A D | tsigconf.c | 147 const cfg_obj_t *keylist; local 168 keylist = NULL; 169 result = cfg_map_get(maps[i], "key", &keylist); 172 result = add_initial_keys(keylist, ring, mctx);
|
H A D | controlconf.c | 130 free_controlkeylist(controlkeylist_t *keylist, isc_mem_t *mctx) { argument 131 while (!ISC_LIST_EMPTY(*keylist)) { 132 controlkey_t *key = ISC_LIST_HEAD(*keylist); 133 ISC_LIST_UNLINK(*keylist, key, link); 650 cfgkeylist_find(const cfg_obj_t *keylist, const char *keyname, argument 657 for (element = cfg_list_first(keylist); 674 controlkeylist_fromcfg(const cfg_obj_t *keylist, isc_mem_t *mctx, argument 683 for (element = cfg_list_first(keylist); 712 register_keys(const cfg_obj_t *control, const cfg_obj_t *keylist, argument 727 result = cfgkeylist_find(keylist, keyi [all...] |
H A D | server.c | 531 const cfg_obj_t *keylist; local 550 keylist = cfg_listelt_value(element); 551 for (element2 = cfg_list_first(keylist);
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | dnssec-zkt.c | 543 dki_t *keylist; local 590 if ( (keylist = (dki_t *)zkt_search (list, 0, keyname)) == NULL ) 592 dkp = keylist; 618 for ( dkp = keylist; dkp; dkp = dkp->next ) 640 for ( dkp = keylist; dkp; dkp = dkp->next ) 660 // dkp = keylist; /* use old key to create the parent file */ 661 if ( (dkp = (dki_t *)dki_findalgo (keylist, 1, conf->k_algo, 'a', 1)) == NULL ) /* find the oldest active ksk to create the parent file */ 680 dkp = keylist->next; /* set dkp to new ksk */ 698 dkp = keylist; /* set dkp to old ksk */
|
H A D | zkt-keyman.c | 450 dki_t *keylist; local 497 if ( (keylist = (dki_t *)zkt_search (list, 0, keyname)) == NULL ) 499 dkp = keylist; 525 for ( dkp = keylist; dkp; dkp = dkp->next ) 547 for ( dkp = keylist; dkp; dkp = dkp->next ) 567 // dkp = keylist; /* use old key to create the parent file */ 568 if ( (dkp = (dki_t *)dki_findalgo (keylist, 1, conf->k_algo, 'a', 1)) == NULL ) /* find the oldest active ksk to create the parent file */ 587 dkp = keylist->next; /* set dkp to new ksk */ 605 dkp = keylist; /* set dkp to old ksk */
|
H A D | zkt-signer.c | 101 static int check_keydb_timestamp (dki_t *keylist, time_t reftime); 775 static int check_keydb_timestamp (dki_t *keylist, time_t reftime) argument 779 assert ( keylist != NULL ); 783 for ( key = keylist; key; key = key->next )
|
/bind-9.6-ESV-R11/bin/dnssec/ |
H A D | dnssec-signzone.c | 131 static ISC_LIST(signer_key_t) keylist; 293 key = ISC_LIST_HEAD(keylist); 352 ISC_LIST_APPEND(keylist, key, link); 587 for (key = ISC_LIST_HEAD(keylist); 2680 ISC_LIST_APPEND(keylist, key, link); 2729 ISC_LIST_APPEND(keylist, key, link); 2833 for (key = ISC_LIST_HEAD(keylist); 2841 for (key = ISC_LIST_HEAD(keylist); 2863 for (key = ISC_LIST_HEAD(keylist); 3417 ISC_LIST_INIT(keylist); [all...] |
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | check.c | 1581 rndckey_exists(const cfg_obj_t *keylist, const char *keyname) { argument 1586 if (keylist == NULL) 1589 for (element = cfg_list_first(keylist); 1949 const cfg_obj_t *keylist = cfg_listelt_value(element); local 1950 for (element2 = cfg_list_first(keylist); 2105 bind9_check_controlskeys(const cfg_obj_t *control, const cfg_obj_t *keylist, argument 2125 if (!rndckey_exists(keylist, keyval)) { 2147 const cfg_obj_t *keylist = NULL; local 2158 (void)cfg_map_get(config, "key", &keylist); 2185 tresult = bind9_check_controlskeys(control, keylist, [all...] |
Completed in 3946 milliseconds