Lines Matching defs:trust_anchor
130 static char *trust_anchor = NULL;
597 trust_anchor);
712 if (trust_anchor == NULL) {
713 trust_anchor = isc_mem_strdup(mctx, ".");
714 if (trust_anchor == NULL)
718 if (trust_anchor != NULL)
719 CHECK(convert_name(&afn, &anchor_name, trust_anchor));
1072 trust_anchor = isc_mem_strdup(mctx, value);
1073 if (trust_anchor == NULL)
1679 if (trust_anchor != NULL)
1680 isc_mem_free(mctx, trust_anchor);