Searched refs:base64 (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/doc/connectivity/networking/api/ |
D | tls_credentials_shell.rst | 44 …"``<DATA>``", "Text data to be appended to credential buffer. It can be either text, or base64-enc… 82 … data, instead of any data in the credential buffer. Can be either text, or base64-encoded binary." 200 …on credentials storage backend, but currently for all backends this is a base64 encoded SHA256 has… 243 …base64 and stored without NULL termination.", "Data entered into shell will be decoded from base64… 244 …base64 and stored with NULL termination.", "Data entered into shell will be decoded from base64 in… 248 The ``BIN`` format can be used to install credentials of any type, since base64 can be used to enco… 255 …rtificates (or other raw-binary credentials, such as non-printable PSKs) base64-encode the binary … 256 - To install PEM-formatted X.509 certificates or certificate chains, base64 encode the full PEM str… 258 Otherwise, the ``STRT`` format could be used for this purpose without base64 encoding. 259 It is possible to use ``BIN`` instead if you manually encode a NULL terminator into the base64.
|
/Zephyr-latest/tests/unit/base64/ |
D | CMakeLists.txt | 7 project(base64) project
|
/Zephyr-latest/tests/unit/intmath/ |
D | CMakeLists.txt | 7 project(base64) project
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_transport.rst | 88 | <base64-i> | no more than | Base64 encoded body | 94 ``<base64-i>`` is Base64 encoded body of format: 115 but differs by ``<base64-i>`` definition. 117 ``<base64-i>`` of initial-final frame, is Base64 encoded data taking 153 | <base64-i> | no more than | Base64 encoded body | 159 The ``<base64-i>`` of partial frame is Base64 encoding of data, 172 The ``<base64-i>`` of partial-final frame is Base64 encoding of data,
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_database.py | 11 import base64 274 sect['data'] = base64.b64decode(sect['data_b64']) 301 encoded = base64.b64encode(sect['data'])
|
/Zephyr-latest/lib/utils/ |
D | CMakeLists.txt | 3 zephyr_sources_ifdef(CONFIG_BASE64 base64.c)
|
D | Kconfig | 34 Enable base64 encoding and decoding functionality
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig.shell | 24 This setting specifies how long (in characters) contiguous lines of base64 credential
|
/Zephyr-latest/doc/_static/css/ |
D | light.css | 33 …--external-reference-icon: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB3aWR0aD0iMTIiIHht…
|
D | dark.css | 34 …--external-reference-icon: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB3aWR0aD0iMTIiIHht…
|
/Zephyr-latest/modules/mbedtls/ |
D | CMakeLists.txt | 63 ${ZEPHYR_CURRENT_MODULE_DIR}/library/base64.c
|
/Zephyr-latest/modules/hostap/ |
D | CMakeLists.txt | 105 ${HOSTAP_SRC_BASE}/utils/base64.c
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 75 import base64 99 return base64.b64encode(hasher.digest(), altchars=b'__').decode().rstrip('=')
|
/Zephyr-latest/doc/services/zbus/images/ |
D | zbus_operations.svg | 47 <image id="image0_110_186" width="96" height="96" xlink:href="data:image/png;base64,iVBORw0KGgoAAAA…
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.14.rst | 172 * :github:`17262` - insufficient code coverage for lib/os/base64.c 370 * :github:`17262` - insufficient code coverage for lib/os/base64.c 1524 * :github:`13567` - tests/subsys/settings/fcb/base64 fails when write-block-size is 8 1786 * :github:`12091` - tests/subsys/settings/fcb/base64 fails on NRF5 boards 1852 * :github:`11564` - Bluetooth: settings: Invalid base64 value written to flash
|
D | release-notes-2.2.rst | 89 * SETTINGS_USE_BASE64, encoding values in base64 is marked for removal.
|
D | release-notes-2.0.rst | 873 * :github:`17262` - insufficient code coverage for lib/os/base64.c
|
D | release-notes-2.5.rst | 1894 * :github:`18927` - settings: deprecate base64 encoding
|
D | release-notes-3.2.rst | 2156 * :github:`48223` - base64.c encode returns wrong count of output bytes
|