Searched refs:verify (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_internal.h | 157 isc_result_t (*verify)(dst_context_t *dctx, const isc_region_t *sig); member in struct:dst_func
|
H A D | dst_api.c | 332 if (dctx->key->func->verify == NULL) 335 return (dctx->key->func->verify(dctx, sig));
|
H A D | validator.c | 94 * have attempted a verify. */ 1441 * Attempt to verify the rdataset using the given key and rdata (RRSIG). 1450 verify(dns_validator_t *val, dst_key_t *key, dns_rdata_t *rdata, function 1477 "verify failed due to bad signature (keyid=%u): " 1481 "verify rdataset (keyid=%u): %s", 1579 result = verify(val, val->key, &rdata, 1605 "failed to verify rdataset"); 1648 "verify failure: %s", 1806 result = verify(val, dstkey, &sigrdata, sig.keyid); 1936 result = verify(va [all...] |
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | cc.c | 274 verify(isccc_sexpr_t *alist, unsigned char *data, unsigned int length, function 406 result = verify(alist, checksum_rstart,
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/ |
H A D | ltconfig | 252 --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.6-ESV-R11/bin/named/ |
H A D | query.c | 2452 verify(dst_key_t *key, dns_name_t *name, dns_rdataset_t *rdataset, function 2507 if (verify(key, name, rdataset, &rdata, client->mctx,
|
Completed in 276 milliseconds