HomeSort by: relevance | last modified time | path
    Searched refs:anchors (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/external/bsd/unbound/dist/validator/
val_anchor.h 39 * This file contains storage for the trust anchors for the validator.
64 * Anchors are store in this tree. Sort order is chosen, so that
70 /** Autotrust global data, anchors sorted by next probe time */
131 * @param anchors: to delete.
133 void anchors_delete(struct val_anchors* anchors);
137 * @param anchors: struct anchor storage
141 int anchors_apply_cfg(struct val_anchors* anchors, struct config_file* cfg);
145 * anchors structure (say after removing an item from the rbtree).
146 * Caller must not hold any locks on trust anchors.
149 * @param anchors: the structure to update
    [all...]
val_anchor.c 39 * This file contains storage for the trust anchors for the validator.
114 /** destroy locks in tree and delete autotrust anchors */
140 anchors_delete(struct val_anchors* anchors)
142 if(!anchors)
144 lock_unprotect(&anchors->lock, anchors->autr);
145 lock_unprotect(&anchors->lock, anchors);
146 lock_basic_destroy(&anchors->lock);
147 if(anchors->tree
    [all...]
autotrust.h 128 /** rbtree of autotrust anchors sorted by next probe time.
146 * See if autotrust anchors are configured and how many.
147 * @param anchors: the trust anchors structure.
148 * @return number of autotrust trust anchors
150 size_t autr_get_num_anchors(struct val_anchors* anchors);
154 * @param env: module environment with time, with anchors and with the mesh.
165 * @param anchors: the anchors structure.
169 int autr_read_file(struct val_anchors* anchors, const char* nm)
    [all...]
autotrust.c 106 autr_get_num_anchors(struct val_anchors* anchors)
109 if(!anchors)
111 lock_basic_lock(&anchors->lock);
112 if(anchors->autr)
113 res = anchors->autr->probe.count;
114 lock_basic_unlock(&anchors->lock);
332 autr_tp_create(struct val_anchors* anchors, uint8_t* own, size_t own_len,
354 lock_basic_lock(&anchors->lock);
355 if(!rbtree_insert(anchors->tree, &tp->node)) {
357 lock_basic_unlock(&anchors->lock)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/ns2/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/ns3/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-duplicate-key.conf 18 trust-anchors {
28 trust-anchors {
check-root-ksk-2010.conf 14 trust-anchors {
check-root-ksk-2017.conf 14 trust-anchors {
check-root-static-ds.conf 14 trust-anchors {
check-root-static-key.conf 14 trust-anchors {
good-initial-ds.conf 14 trust-anchors {
good-static-ds.conf 14 trust-anchors {
bad-duplicate-root-key.conf 18 trust-anchors {
bad-root-mixed-key.conf 14 trust-anchors {
bad-static-initial-1.conf 14 trust-anchors {
bad-static-initial-2.conf 14 trust-anchors {
bad-static-initial-3.conf 14 trust-anchors {
bad-static-initial-4.conf 14 trust-anchors {
bad-validation-auto-key.conf 18 trust-anchors {
check-mixed-keys.conf 14 trust-anchors {
  /src/external/bsd/unbound/dist/testdata/ede.tdir/bogus/
make-broken-zone.sh 18 echo ". IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d" > bogus/trust-anchors
23 cat $CSK.ds >> bogus/trust-anchors
47 cat $CSK.ds >> bogus/trust-anchors
58 cat $CSK.ds >> bogus/trust-anchors
69 cat $CSK.ds >> bogus/trust-anchors
  /src/external/mpl/bind/dist/bin/tests/system/legacy/ns1/
trusted.conf 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/ns5/
named.conf.j2 30 trust-anchors {
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_cms.in 63 --anchors=FILE:$srcdir/data/secp256r1TestCA.cert.pem \
77 --anchors=FILE:$srcdir/data/ca.crt \
92 --anchors=FILE:$srcdir/data/ca.crt \
100 --anchors=FILE:$srcdir/data/ca.crt \
114 --anchors=FILE:$srcdir/data/ca.crt \
121 --anchors=FILE:$srcdir/data/test.crt \
135 --anchors=FILE:$srcdir/data/ca.crt \
148 --anchors=FILE:$srcdir/data/ca.crt \
162 --anchors=FILE:$srcdir/data/ca.crt \
177 --anchors=FILE:$srcdir/data/ca.crt
    [all...]

Completed in 33 milliseconds

1 2 3 4