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

/bind-9.6-ESV-R11/bin/rndc/
H A Drndc-confgen.c144 int keysize; local
162 keysize = DEFAULT_KEYLENGTH;
175 keysize = strtol(isc_commandline_argument, &p, 10);
176 if (*p != '\0' || keysize < 0)
178 if (keysize < 1 || keysize > 512)
261 keysize, 0, 0,

Completed in 10 milliseconds