Searched refs:Base64 (Results 1 – 9 of 9) sorted by relevance
99 +static const char Base64[] =122 + Table 1: The Base64 Alphabet191 + target[datalength++] = Base64[output[0]];192 + target[datalength++] = Base64[output[1]];193 + target[datalength++] = Base64[output[2]];194 + target[datalength++] = Base64[output[3]];213 + target[datalength++] = Base64[output[0]];214 + target[datalength++] = Base64[output[1]];218 + target[datalength++] = Base64[output[2]];248 + pos = strchr(Base64, ch);[all …]
71 HttpBody::value_type value(EncodingType::Base64); in TEST()82 EXPECT_EQ(value2.encodingType, EncodingType::Base64); in TEST()95 HttpBody::value_type value(EncodingType::Base64); in TEST()106 EXPECT_EQ(value2.encodingType, EncodingType::Base64); in TEST()118 HttpBody::value_type value(EncodingType::Base64); in TEST()
111 res.openFd(fileno(fd), bmcweb::EncodingType::Base64); in TEST()153 res.openFd(fileno(f), bmcweb::EncodingType::Base64); in TEST()168 res.openFd(file.native_handle(), bmcweb::EncodingType::Base64); in TEST()
108 +static const char Base64[] =131 + Table 1: The Base64 Alphabet199 + target[datalength++] = Base64[output[0]];200 + target[datalength++] = Base64[output[1]];201 + target[datalength++] = Base64[output[2]];202 + target[datalength++] = Base64[output[3]];221 + target[datalength++] = Base64[output[0]];222 + target[datalength++] = Base64[output[1]];226 + target[datalength++] = Base64[output[2]];257 + pos = strchr(Base64, ch);[all …]
49 Base64, enumerator87 if (encodingType == EncodingType::Base64) in payloadSize()222 if (body.encodingType == EncodingType::Base64) in getWithMaxSize()
1 SUMMARY = "Base64 Encoding/Decoding Routines"
118 # @base64: Data is Base64 encoded binary (RFC 3548)
285 Base64-encoded JSON representation of the entire `Logging.Entry` for445 1. A Base64-encoded JSON representation of the `Logging.Entry` will be assigned
668 if (!asyncResp->res.openFd(fd, bmcweb::EncodingType::Base64)) in downloadEntryCallback()