Searched refs:secure (Results 51 - 52 of 52) sorted by relevance

123

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dquery.c1966 * If we can't promote glue/pending from the cache to secure
2008 * If we can't promote glue/pending from the cache to secure
2861 * Mark the RRsets as secure. Update the cache (db) to reflect the
2881 * Save the updated secure state. Ignore failures.
2899 * Find the secure key that corresponds to rrsig.
2910 isc_boolean_t secure = ISC_FALSE; local
2952 secure = ISC_TRUE;
2957 return (secure);
3181 * If the answer is secure only add NS records if they are secure * whe
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dresolver.c489 isc_boolean_t secure,
1764 * under a secure entry point.
4241 vevent->secure, ardataset, &eresult);
4277 * Re-cache it as secure and bind the cached
4708 * If this RRset is in a secure domain, is in bailiwick,
4713 * records from a secure domain are only cached if validated
5021 isc_boolean_t optout, isc_boolean_t secure,
5031 if (secure)
5019 ncache_adderesult(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node, dns_rdatatype_t covers, isc_stdtime_t now, dns_ttl_t maxttl, isc_boolean_t optout, isc_boolean_t secure, dns_rdataset_t *ardataset, isc_result_t *eresultp) argument

Completed in 152 milliseconds

123