Searched refs:Base64 (Results 1 – 9 of 9) sorted by relevance
| /openbmc/bmcweb/test/http/ |
| H A D | http_body_test.cpp | 72 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST() 83 EXPECT_EQ(value2.encodingType, EncodingType::Base64); in TEST() 97 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST() 108 EXPECT_EQ(value2.encodingType, EncodingType::Base64); in TEST() 121 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST()
|
| H A D | http_response_test.cpp | 113 res.openFd(fileno(fd), bmcweb::EncodingType::Base64); in TEST() 156 res.openFd(fileno(f), bmcweb::EncodingType::Base64); in TEST() 172 res.openFd(file.native_handle(), bmcweb::EncodingType::Base64); in TEST()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0005-adb-add-base64-implementation.patch | 99 +static const char Base64[] = 122 + Table 1: The Base64 Alphabet 191 + 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 …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/ |
| H A D | 0001-bundle-own-base64-encode-decode-functions.patch | 108 +static const char Base64[] = 131 + Table 1: The Base64 Alphabet 199 + 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 …]
|
| /openbmc/bmcweb/http/ |
| H A D | http_body.hpp | 50 Base64, enumerator 108 if (encodingType == EncodingType::Base64) in payloadSize() 251 if (body.encodingType == EncodingType::Base64) in getWithMaxSize()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | log_services_utils.hpp | 106 if (!asyncResp->res.openFd(fd, bmcweb::EncodingType::Base64)) in downloadEntryCallback()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/ |
| H A D | libb64_2.0.0.1.bb | 1 SUMMARY = "Base64 Encoding/Decoding Routines"
|
| /openbmc/qemu/qapi/ |
| H A D | char.json | 116 # @base64: Data is Base64 encoded binary (RFC 3548)
|
| /openbmc/docs/designs/ |
| H A D | event-logging.md | 282 Base64-encoded JSON representation of the entire `Logging.Entry` for 441 1. A Base64-encoded JSON representation of the `Logging.Entry` will be assigned
|