Home | History | Annotate | Download | only in compat

Lines Matching defs:Base64

58 static const char Base64[] =
75 of which is translated into a single digit in the base64 alphabet.
81 Table 1: The Base64 Alphabet
109 Since all base64 input is an integral number of octets, only the
158 /* Non-base64 char */
163 /* Fill reverse mapping for base64 chars */
164 for (i = 0; Base64[i] != '\0'; ++i)
165 b64rmap[(uint8_t)Base64[i]] = i;
188 /* End of base64 characters */
191 /* A non-base64 character. */
305 /* End of base64 characters */
308 /* A non-base64 character. */