Searched refs:wordlength (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dbase64.h37 isc_base64_totext(isc_region_t *source, int wordlength,
44 * words of at most 'wordlength' characters, separated by
H A Dhex.h37 isc_hex_totext(isc_region_t *source, int wordlength,
44 * words of at most 'wordlength' characters, separated by
H A Dbase32.h44 isc_base32_totext(isc_region_t *source, int wordlength,
47 isc_base32hex_totext(isc_region_t *source, int wordlength,
54 * words of at most 'wordlength' characters, separated by
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isccc/include/isccc/
H A Dbase64.h51 isccc_base64_encode(isccc_region_t *source, int wordlength,
58 * words of at most 'wordlength' characters, separated by
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dbase64.h37 isc_base64_totext(isc_region_t *source, int wordlength,
44 * words of at most 'wordlength' characters, separated by
H A Dhex.h37 isc_hex_totext(isc_region_t *source, int wordlength,
44 * words of at most 'wordlength' characters, separated by
H A Dbase32.h44 isc_base32_totext(isc_region_t *source, int wordlength,
47 isc_base32hex_totext(isc_region_t *source, int wordlength,
54 * words of at most 'wordlength' characters, separated by
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isccc/
H A Dbase64.c50 isccc_base64_encode(isccc_region_t *source, int wordlength, argument
61 result = isc_base64_totext(&sr, wordlength, wordbreak, &tb);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dbase32.c58 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, argument
64 if (wordlength >= 0 && wordlength < 8)
65 wordlength = 8;
110 if (source->length != 0 && wordlength >= 0 &&
111 (int)((loops + 1) * 8) >= wordlength)
123 isc_base32_totext(isc_region_t *source, int wordlength, argument
126 return (base32_totext(source, wordlength, wordbreak, target, base32));
130 isc_base32hex_totext(isc_region_t *source, int wordlength, argument
133 return (base32_totext(source, wordlength, wordbrea
[all...]
H A Dhex.c53 isc_hex_totext(isc_region_t *source, int wordlength, argument
59 if (wordlength < 2)
60 wordlength = 2;
71 (int)((loops + 1) * 2) >= wordlength)
H A Dbase64.c55 isc_base64_totext(isc_region_t *source, int wordlength, argument
61 if (wordlength < 4)
62 wordlength = 4;
77 (int)((loops + 1) * 4) >= wordlength)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dbase32.c58 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, argument
64 if (wordlength >= 0 && wordlength < 8)
65 wordlength = 8;
110 if (source->length != 0 && wordlength >= 0 &&
111 (int)((loops + 1) * 8) >= wordlength)
121 isc_base32_totext(isc_region_t *source, int wordlength, argument
124 return (base32_totext(source, wordlength, wordbreak, target, base32));
128 isc_base32hex_totext(isc_region_t *source, int wordlength, argument
131 return (base32_totext(source, wordlength, wordbrea
[all...]
H A Dhex.c53 isc_hex_totext(isc_region_t *source, int wordlength, argument
59 if (wordlength < 2)
60 wordlength = 2;
71 (int)((loops + 1) * 2) >= wordlength)
H A Dbase64.c55 isc_base64_totext(isc_region_t *source, int wordlength, argument
61 if (wordlength < 4)
62 wordlength = 4;
77 (int)((loops + 1) * 4) >= wordlength)

Completed in 189 milliseconds