Lines Matching +full:group +full:- +full:index +full:- +full:bits
51 /* (From RFC1521 and draft-ietf-dnssec-secext-03.txt)
56 A 65-character subset of US-ASCII is used, enabling 6 bits to be
60 The encoding process represents 24-bit groups of input bits as output
62 24-bit input group is formed by concatenating 3 8-bit input groups.
63 These 24 bits are then treated as 4 concatenated 6-bit groups, each
66 Each 6-bit group is used as an index into an array of 64 printable
67 characters. The character referenced by the index is placed in the
91 Special processing is performed if fewer than 24 bits are available
94 bits are available in an input group, zero bits are added (on the
95 right) to form an integral number of 6-bit groups. Padding at the
99 -------------------------------------------------
103 multiple of 24 bits; here, the final unit of encoded
106 (2) the final quantum of encoding input is exactly 8 bits;
109 (3) the final quantum of encoding input is exactly 16 bits;
126 return -1; in ldns_b64_ntop()
134 srclength -= 3; in ldns_b64_ntop()
146 return (-1); in ldns_b64_ntop()
169 return (-2); in ldns_b64_ntop()
181 return (-3); in ldns_b64_ntop()