Lines Matching defs:wordlength
56 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak,
62 if (wordlength >= 0 && wordlength < 8)
63 wordlength = 8;
108 if (source->length != 0 && wordlength >= 0 &&
109 (int)((loops + 1) * 8) >= wordlength)
121 isc_base32_totext(isc_region_t *source, int wordlength,
124 return (base32_totext(source, wordlength, wordbreak, target, base32));
128 isc_base32hex_totext(isc_region_t *source, int wordlength,
131 return (base32_totext(source, wordlength, wordbreak, target,