Lines Matching full:trust

2  * validator/val_anchor.c - validator trust anchor storage.
39 * This file contains storage for the trust anchors for the validator.
219 /** create new trust anchor object */
291 * This routine adds a new RR to a trust anchor. The trust anchor may not
295 * @param name: name of trust anchor (wireformat)
301 * @return: NULL on error, else the trust anchor.
313 log_err("Bad type for trust anchor"); in anchor_store_new_key()
354 * @return NULL on error, else the trust anchor.
378 * @return NULL on error, Else last trust anchor point
406 log_err("error parsing trust anchor %s: at %d: %s", in anchor_store_str()
419 * Read a file with trust anchors
423 * @param onlyone: only one trust anchor allowed in file.
424 * @return NULL on error. Else last trust-anchor point.
727 * Read a BIND9 like file with trust anchors in named.conf format.
777 * Read a BIND9 like files with trust anchors in named.conf format.
850 * @param ta: trust anchor.
885 pd->trust = rrset_trust_ultimate; in assemble_it()
926 * Assemble structures for the trust DS and DNSKEY rrsets.
927 * @param ta: trust anchor
949 * @param ta: trust anchor
966 * @param ta: trust anchor
983 * @param anchors: trust anchor storage.
1012 "algorithm for trust anchor", in anchors_assemble_rrsets()
1017 "algorithm for trust anchor", in anchors_assemble_rrsets()
1023 log_warn("trust anchor %s has no supported algorithms," in anchors_assemble_rrsets()
1082 log_err("error reading trust-anchor-file: %s", f->str); in anchors_apply_cfg()
1104 log_err("error in trust-anchor: \"%s\"", f->str); in anchors_apply_cfg()
1119 log_err("error reading auto-trust-anchor-file: %s", in anchors_apply_cfg()