Searched refs:persistent (Results 1 – 25 of 50) sorted by relevance
12
/Zephyr-latest/samples/psa/persistent_key/ |
D | README.rst | 2 :name: PSA Crypto persistent key 4 Manage and use persistent keys via the PSA Crypto API. 9 This sample demonstrates usage of persistent keys in the :ref:`PSA Crypto API <psa_crypto>`. 16 (for storage of the persistent keys) must be present for this sample to work.
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | Kconfig | 52 When a client connects to a MQTT broker using a persistent session, 56 subscribed. When the client reconnects to the persistent session, 59 persistent session.
|
/Zephyr-latest/doc/services/storage/stream/ |
D | stream_flash.rst | 24 the stream write progress to persistent storage so that the operation can resume 28 write progress to persistent storage using the :ref:`Settings <settings_api>`
|
/Zephyr-latest/samples/subsys/settings/ |
D | README.rst | 12 from persistent storage and exported to persistent storage using different
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | cfg.rst | 19 in the :ref:`persistent storage <bluetooth_mesh_persistent_storage>`.
|
D | core.rst | 40 the entire RPL in the persistent storage before it is powered off. Depending on 44 storing of RPL entries in the persistent storage.
|
D | proxy.rst | 46 processed by the node. The delay between updating the SRPL and storing the change to the persistent
|
/Zephyr-latest/doc/services/storage/settings/ |
D | index.rst | 6 The settings subsystem gives modules a way to store persistent per-device 42 This gets called when the value is loaded from persistent storage with 78 This gets called when loading values from persistent storage using 82 This gets called when saving a single setting to persistent storage using 123 key before storing it to the persistent storage. This implementation implies 142 Loading data from persistent storage 157 Storing data to persistent storage 245 persistent storage.
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_hardwaremap.py | 191 persistent=mocked_hm.options.persistent_hardware_map 381 persistent, argument 452 mocked_hm.scan(persistent)
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 179 self.scan(persistent=self.options.persistent_hardware_map) 318 def scan(self, persistent=False): argument 321 if persistent and platform.system() == 'Linux':
|
/Zephyr-latest/samples/psa/its/ |
D | README.rst | 13 for storing and retrieving persistent data.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | rtc.rst | 138 * RTC time is not persistent across application initialization. 139 * RTC alarms are not persistent across application initialization.
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 36 - Generate/import a persistent key: secp256r1 (usage: ecdsa-with-SHA256) 39 - Sign the hash with the persistent key 45 - Generate/import a persistent key: secp256r1 (usage: ecdsa-with-SHA256) 50 Importing/generating the persistent key is based on config option 337 [00:00:06.349,000] <inf> app: Destroyed persistent key #1
|
/Zephyr-latest/cmake/modules/ |
D | user_cache.cmake | 7 # The user cache can be used for caching of data that should be persistent
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig | 12 It allows making use of the PSA Secure Storage API and persistent keys in the PSA Crypto
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 77 The meshctl utility maintains a persistent JSON database containing
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/ |
D | README.rst | 98 The meshctl utility maintains a persistent JSON database containing
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 20 persistent=no
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 307 .. _bluetooth-persistent-storage: 313 persistent storage to flash. This requires the presence of a flash
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 164 Zephyr's DHCPv4 server does not implement persistent storage of address
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.thread | 231 Openthread value ahead of the current frame counter for persistent storage.
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 175 The settings subsystem gives modules a way to store persistent per-device
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 326 …n attempt on an iface times out, the iface will not attempt to reconnect, even if it is persistent. 328 …ied timeout, the iface will try to connect forever until it succeeds, even if it is not persistent.
|
/Zephyr-latest/doc/services/crypto/ |
D | psa_crypto.rst | 124 * All functions that access persistent keys might fail due to a
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 58 credentials stored in persistent storage, obtained during
|
12