Lines Matching refs:keys

404 		struct autr_ta* p = tp->autr->keys, *np;
457 ta->next = (*tp)->autr->keys;
458 (*tp)->autr->keys = ta;
750 /* make packed rrset keys - malloced with no ID number, they
753 if(assemble_iterate_hasfirst(assemble_iterate_ds, tp->autr->keys)) {
755 assemble_iterate_ds, tp->autr->keys);
759 assemble_iterate_ds, tp->autr->keys);
765 if(assemble_iterate_hasfirst(assemble_iterate_dnskey, tp->autr->keys)) {
767 assemble_iterate_dnskey, tp->autr->keys);
771 assemble_iterate_dnskey, tp->autr->keys);
780 /* we have prepared the new keys so nothing can go wrong any more.
782 * any errors. Put in the new keys and remove old ones. */
792 tp->autr->keys);
794 tp->autr->keys);
940 say for TXT records, but this routine only has to read keys */
1041 "the file may only contain keys for one name, "
1042 "remove keys for other domain names", nm);
1127 fprintf(out, "; The zone has all keys revoked, and is\n"
1157 for(ta=tp->autr->keys; ta; ta=ta->next) {
1158 /* by default do not store START and REMOVED keys */
1163 /* only store keys */
1427 for(ta=tp->autr->keys; ta; ta=ta->next) {
1464 ta->next = tp->autr->keys;
1465 tp->autr->keys = ta;
1526 for(ta=tp->autr->keys; ta; ta=ta->next) {
1531 /** check for revoked keys without trusting any other information */
1641 /* self-signed revoked keys already detected before,
1642 * other revoked keys are not 'added' again */
1867 for(anchor = tp->autr->keys; anchor; anchor = anchor->next) {
1878 for(anchor = tp->autr->keys; anchor; anchor = anchor->next) {
1900 for(anchor = tp->autr->keys; anchor; anchor = anchor->next) {
1920 for(anchor = tp->autr->keys; anchor; anchor = anchor->next) {
1934 /* Only do MISSING keys */
1958 for(anchor = tp->autr->keys; anchor; anchor = anchor->next) {
1973 for(anchor = tp->autr->keys; anchor; anchor = anchor->next) {
1985 prevp = &tp->autr->keys;
1986 p = tp->autr->keys;
2177 /* see if time alone makes some keys valid */
2182 log_err("malloc failure assembling autotrust keys");
2195 /* check for revoked keys to remove immediately */
2200 log_err("malloc failure assembling autotrust keys");
2204 /* no more keys, all are revoked */
2253 log_err("malloc failure assembling autotrust keys");
2257 /* no more keys, all are revoked */
2318 for(ta=tp->autr->keys; ta; ta=ta->next) {