Lines Matching defs:trust_anchors
168 static struct trust_anchor_head trust_anchors, new_trust_anchors;
264 TAILQ_INIT(&trust_anchors);
267 add_new_ta(&trust_anchors, KSK2017);
268 add_new_ta(&trust_anchors, KSK2024);
462 parse_trust_anchor(&trust_anchors, ta_fd);
463 if (!TAILQ_EMPTY(&trust_anchors))
464 send_trust_anchors(&trust_anchors);
603 chg = merge_tas(&new_trust_anchors, &trust_anchors);
605 send_trust_anchors(&trust_anchors);
612 write_trust_anchors(&trust_anchors, ta_fd);