Lines Matching defs:keylist
1350 dns_dnsseckeylist_t *keylist) {
1358 REQUIRE(keylist != NULL);
1394 ISC_LIST_APPENDLIST(*keylist, list, link);
1410 * Add 'newkey' to 'keylist' if it's not already there.
1417 addkey(dns_dnsseckeylist_t *keylist, dst_key_t **newkey, bool savekeys,
1422 for (key = ISC_LIST_HEAD(*keylist); key != NULL;
1458 ISC_LIST_APPEND(*keylist, key, link);
1467 mark_active_keys(dns_dnsseckeylist_t *keylist, dns_rdataset_t *rrsigs) {
1477 for (key = ISC_LIST_HEAD(*keylist); key != NULL;
1545 * Add the contents of a DNSKEY rdataset 'keyset' to 'keylist'.
1552 bool publickey, dns_dnsseckeylist_t *keylist) {
1593 addkey(keylist, &dnskey, savekeys, mctx);
1681 addkey(keylist, &pubkey, savekeys, mctx);
1683 addkey(keylist, &dnskey, savekeys, mctx);
1700 addkey(keylist, &privkey, savekeys, mctx);
1718 RETERR(mark_active_keys(keylist, keysigs));
1722 RETERR(mark_active_keys(keylist, soasigs));