Searched refs:Base64 (Results 1 – 19 of 19) sorted by relevance
64 static const char Base64[] = variable153 target[datalength++] = Base64[output[0]]; in b64_ntop()154 target[datalength++] = Base64[output[1]]; in b64_ntop()155 target[datalength++] = Base64[output[2]]; in b64_ntop()156 target[datalength++] = Base64[output[3]]; in b64_ntop()172 target[datalength++] = Base64[output[0]]; in b64_ntop()173 target[datalength++] = Base64[output[1]]; in b64_ntop()177 target[datalength++] = Base64[output[2]]; in b64_ntop()212 pos = strchr(Base64, ch); in b64_pton()221 target[tarindex] = (pos - Base64) << 2; in b64_pton()[all …]
58 static const char Base64[] = variable149 target[datalength++] = Base64[output[0]]; in b64_ntop()150 target[datalength++] = Base64[output[1]]; in b64_ntop()151 target[datalength++] = Base64[output[2]]; in b64_ntop()152 target[datalength++] = Base64[output[3]]; in b64_ntop()171 target[datalength++] = Base64[output[0]]; in b64_ntop()172 target[datalength++] = Base64[output[1]]; in b64_ntop()176 target[datalength++] = Base64[output[2]]; in b64_ntop()208 pos = strchr(Base64, ch); in b64_pton()217 target[tarindex] = (pos - Base64) << 2; in b64_pton()[all …]
47 static const char Base64[] = variable141 pos = strchr(Base64, ch); in ldns_b64_pton()152 target[tarindex] = (pos - Base64) << 2; in ldns_b64_pton()160 target[tarindex] |= (pos - Base64) >> 4; in ldns_b64_pton()161 target[tarindex+1] = ((pos - Base64) & 0x0f) in ldns_b64_pton()171 target[tarindex] |= (pos - Base64) >> 2; in ldns_b64_pton()172 target[tarindex+1] = ((pos - Base64) & 0x03) in ldns_b64_pton()182 target[tarindex] |= (pos - Base64); in ldns_b64_pton()
47 static const char Base64[] = variable148 target[datalength++] = Base64[output[0]]; in ldns_b64_ntop()149 target[datalength++] = Base64[output[1]]; in ldns_b64_ntop()150 target[datalength++] = Base64[output[2]]; in ldns_b64_ntop()151 target[datalength++] = Base64[output[3]]; in ldns_b64_ntop()171 target[datalength++] = Base64[output[0]]; in ldns_b64_ntop()172 target[datalength++] = Base64[output[1]]; in ldns_b64_ntop()176 target[datalength++] = Base64[output[2]]; in ldns_b64_ntop()
22 Base64 BIOs do not support BIO_gets() or BIO_puts().53 Base64 encode the string "Hello World\n" and write the result67 Read Base64 encoded data from standard input and write the decoded
13 use MIME::Base64;
11 use MIME::Base64;
171 \ Convert a Base64 character to its numerical value. Returned value is172 \ 0 to 63 for Base64 characters, -1 for '=', and -2 for all other characters.222 \ Decode the four next Base64 characters. Returned value is:
38 std::string Base64(const Unit &U);
155 std::string Base64(const Unit &U) { in Base64() function
649 Printf("Base64: %s\n", Base64(U).c_str()); in WriteUnitToFileWithPrefix()
38 use MIME::Base64;
12 use MIME::Base64;
14 Title = Base64 tests
50 or explicitly provided. Base64 encoding or decoding can also be performed96 Base64 process the data. This means that if encryption is taking place435 Base64 decode a file then decrypt it using a password supplied in a file:
417 Base64 Encoding
1701 char Base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+_"; local1740 b64[(4 * i) + j] = Base64[(bits & 0x3f)];
6808 In certain cases, 7->8 bit MIME decoding of Base64 text could leave7560 If a Base64 encoded text/plain message has no trailing newline in8754 a seven bit format (Quoted-Printable or Base64). It is
5915 Base64 encoding of binary data. If an attacker is able to supply very large7117 Base64 encoding of binary data. If an attacker is able to supply very large