OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trust_anchor
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/validator/
val_anchor.h
46
struct
trust_anchor
;
67
* contents of type
trust_anchor
.
92
struct
trust_anchor
{
struct
104
struct
trust_anchor
* parent;
163
struct
trust_anchor
* anchors_lookup(struct val_anchors* anchors,
175
struct
trust_anchor
* anchor_find(struct val_anchors* anchors,
185
struct
trust_anchor
* anchor_store_str(struct val_anchors* anchors,
226
size_t anchor_list_keytags(struct
trust_anchor
* ta, uint16_t* list, size_t num);
249
struct
trust_anchor
* anchors_find_any_noninsecure(struct val_anchors* anchors);
/src/external/mpl/bind/dist/bin/delv/
delv.c
148
static char *
trust_anchor
= NULL;
variable
683
delv_log(ISC_LOG_DEBUG(3), "adding trust anchor %s",
trust_anchor
);
874
if (
trust_anchor
== NULL) {
875
trust_anchor
= isc_mem_strdup(mctx, ".");
878
if (
trust_anchor
!= NULL) {
879
CHECK(convert_name(&afn, &anchor_name,
trust_anchor
));
1317
trust_anchor
= isc_mem_strdup(mctx, value);
2336
if (
trust_anchor
!= NULL) {
2337
isc_mem_free(mctx,
trust_anchor
);
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026