Searched refs:verify (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/bin/tests/system/verify/
H A Dtests.sh12 cat verify.out.$n | sed 's/^/D:/';
31 $VERIFY ${only} -o $zone $file > verify.out.$n 2>&1 || ret=1
82 $VERIFY ${only} -o $zone $file > verify.out.$n 2>&1 && ret=1
83 grep "${expect1:-.}" verify.out.$n > /dev/null || ret=1
84 grep "${expect2:-.}" verify.out.$n > /dev/null || ret=1
86 [ $dumpit = 1 ] && cat verify.out.$n
93 $VERIFY zones/ksk+zsk.nsec.good > verify.out.$n 2>&1 && ret=1
94 grep "not at top of zone" verify.out.$n > /dev/null || ret=1
95 grep "use -o to specify a different zone origin" verify.out.$n > /dev/null || ret=1
101 $VERIFY -o invalid.origin zones/ksk+zsk.nsec.good > verify
[all...]
H A Dclean.sh14 rm -f verify.out*
/bind-9.11.3/util/
H A Dbranchsync.sh74 git commit --no-verify --no-edit --author="$author" -m "$msg" || exit 1
/bind-9.11.3/bin/tests/system/
H A Dconf.sh.in47 VERIFY=$TOP/bin/dnssec/dnssec-verify
88 verify views wildcard xfer xferquota zero zonechecks"
H A Dconf.sh.win3253 VERIFY=$TOP/Build/$VSCONF/dnssec-verify@EXEEXT@
98 tkey tsig tsiggss unknown upforwd verify views wildcard xfer
/bind-9.11.3/lib/dns/
H A Ddst_internal.h198 isc_result_t (*verify)(dst_context_t *dctx, const isc_region_t *sig); member in struct:dst_func
H A Ddst_api.c444 if (dctx->key->func->verify == NULL)
447 return (dctx->key->func->verify(dctx, sig));
460 if (dctx->key->func->verify == NULL &&
466 dctx->key->func->verify(dctx, sig));
H A Dvalidator.c83 * have attempted a verify. */
1487 * Attempt to verify the rdataset using the given key and rdata (RRSIG).
1496 verify(dns_validator_t *val, dst_key_t *key, dns_rdata_t *rdata, function
1524 "verify failed due to bad signature (keyid=%u): "
1528 "verify rdataset (keyid=%u): %s",
1626 vresult = verify(val, val->key, &rdata,
1654 "failed to verify rdataset");
1691 "verify failure: %s",
1741 result = verify(val, dstkey, &rdata, sig.keyid);
2025 result = verify(va
[all...]
/bind-9.11.3/lib/isccc/
H A Dcc.c413 verify(isccc_sexpr_t *alist, unsigned char *data, unsigned int length, function
640 result = verify(alist, checksum_rstart,
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltconfig252 --no-verify do not verify that HOST is a valid host type
291 --no-verify) verify_host=no ;;
443 echo "$progname: you must specify a host type if you use \`--no-verify'" 1>&2
/bind-9.11.3/bin/named/
H A Dquery.c3169 verify(dst_key_t *key, dns_name_t *name, dns_rdataset_t *rdataset, function
3225 if (verify(key, name, rdataset, &rdata, client)) {
5763 * response policy zone cannot verify.
7370 * response policy zone cannot verify.

Completed in 54 milliseconds