Home
last modified time | relevance | path

Searched refs:base64 (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst44 …"``<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…
243base64 and stored without NULL termination.", "Data entered into shell will be decoded from base64
244base64 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/
DCMakeLists.txt7 project(base64) project
/Zephyr-latest/tests/unit/intmath/
DCMakeLists.txt7 project(base64) project
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_transport.rst88 | <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/
Dlog_database.py11 import base64
274 sect['data'] = base64.b64decode(sect['data_b64'])
301 encoded = base64.b64encode(sect['data'])
/Zephyr-latest/lib/utils/
DCMakeLists.txt3 zephyr_sources_ifdef(CONFIG_BASE64 base64.c)
DKconfig34 Enable base64 encoding and decoding functionality
/Zephyr-latest/subsys/net/lib/tls_credentials/
DKconfig.shell24 This setting specifies how long (in characters) contiguous lines of base64 credential
/Zephyr-latest/doc/_static/css/
Dlight.css33 …--external-reference-icon: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB3aWR0aD0iMTIiIHht…
Ddark.css34 …--external-reference-icon: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB3aWR0aD0iMTIiIHht…
/Zephyr-latest/modules/mbedtls/
DCMakeLists.txt63 ${ZEPHYR_CURRENT_MODULE_DIR}/library/base64.c
/Zephyr-latest/modules/hostap/
DCMakeLists.txt105 ${HOSTAP_SRC_BASE}/utils/base64.c
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py75 import base64
99 return base64.b64encode(hasher.digest(), altchars=b'__').decode().rstrip('=')
/Zephyr-latest/doc/services/zbus/images/
Dzbus_operations.svg47 <image id="image0_110_186" width="96" height="96" xlink:href="data:image/png;base64,iVBORw0KGgoAAAA…
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst172 * :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
Drelease-notes-2.2.rst89 * SETTINGS_USE_BASE64, encoding values in base64 is marked for removal.
Drelease-notes-2.0.rst873 * :github:`17262` - insufficient code coverage for lib/os/base64.c
Drelease-notes-2.5.rst1894 * :github:`18927` - settings: deprecate base64 encoding
Drelease-notes-3.2.rst2156 * :github:`48223` - base64.c encode returns wrong count of output bytes