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

1 2 3 4

  /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/_common/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/rollover/ns3/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/rollover-algo-csk/ns3/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/rollover-algo-ksk-zsk/ns3/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/rollover-csk-roll1/ns3/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/rollover-csk-roll2/ns3/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/rollover-enable-dnssec/ns3/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/rollover-going-insecure/ns3/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/rollover-ksk-3crowd/ns3/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/rollover-ksk-doubleksk/ns3/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/rollover-straight2none/ns3/
trusted.conf.j2 14 trust-anchors {
  /src/external/mpl/bind/dist/bin/tests/system/rollover-zsk-prepub/ns3/
trusted.conf.j2 14 trust-anchors {
  /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...]
  /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 {
  /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

Completed in 39 milliseconds

1 2 3 4