Searched defs:set_salt (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c2699 set_nsec3params(isc_boolean_t update, isc_boolean_t set_salt, argument
2727 if (!update && set_salt) {
2732 } else if (!set_salt) {
3130 isc_boolean_t set_salt = ISC_FALSE; local
3184 set_salt = ISC_TRUE;
3603 if (update_chain && !set_optout && !set_iter && !set_salt)
3606 set_nsec3params(update_chain, set_salt, set_optout, set_iter);

Completed in 23 milliseconds