Home
last modified time | relevance | path

Searched full:persistent (Results 1 – 25 of 123) sorted by relevance

12345

/Zephyr-latest/samples/psa/persistent_key/src/
Dmain.c17 LOG_INF("Generating a persistent key..."); in generate_persistent_key()
43 LOG_INF("Persistent key generated."); in generate_persistent_key()
49 LOG_INF("Using the persistent key to encrypt and decrypt some plaintext..."); in use_persistent_key()
55 "Example plaintext to demonstrate basic usage of a persistent key."; in use_persistent_key()
84 LOG_INF("Persistent key usage successful."); in use_persistent_key()
90 LOG_INF("Destroying the persistent key..."); in destroy_persistent_key()
99 LOG_INF("Persistent key destroyed."); in destroy_persistent_key()
105 LOG_INF("Persistent key sample started."); in main()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c41 * @brief Extracts the public key from the specified persistent key id.
64 LOG_ERR("Failed to open persistent key #%d", key_id); in crp_get_pub_key()
68 /* Export the persistent key's public key part. */ in crp_get_pub_key()
85 LOG_ERR("Failed to close persistent key."); in crp_get_pub_key()
97 * @brief Stores a new persistent secp256r1 key (usage: ecdsa-with-SHA256)
100 * This function will store a new persistent secp256r1 key in internal trusted
102 * identifier (key_id) associated with this persistent key. Only the 32-byte
135 /* Import the private key, creating the persistent key on success */ in crp_imp_key_secp256r1()
149 LOG_ERR("Failed to close persistent key."); in crp_imp_key_secp256r1()
163 LOG_ERR("Failed to open persistent key #%d", key_id); in crp_imp_key_secp256r1()
[all …]
/Zephyr-latest/subsys/net/lib/mqtt/
DKconfig52 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/samples/psa/persistent_key/
DREADME.rst2 :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.
Dsample.yaml2 name: PSA Crypto persistent key sample
3 description: Demonstration of persistent key usage in the PSA Crypto API.
/Zephyr-latest/doc/services/storage/stream/
Dstream_flash.rst20 Persistent stream write progress
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/subsys/bluetooth/mesh/
Dva.h54 /* Needed for storing va as indexes in persistent storage. */
75 /** @brief Store pending virtual address entries in the persistent storage.*/
78 /** @brief Remove all stored virtual addresses and remove them from the persistent storage. */
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcdb.h102 * the database as invalid. The data will be cleared from persistent storage
112 * This function will store the data to persistent storage if
159 * @param store If true, the node will be cleared from persistent storage.
165 * Assigns the node a new address and clears the previous persistent storage
187 /** @brief Store node to persistent storage.
262 * @param store If true, the subnet will be cleared from persistent storage.
277 /** @brief Store subnet to persistent storage.
343 * @param store If true, the key will be cleared from persistent storage.
358 /** @brief Store application key to persistent storage.
/Zephyr-latest/doc/services/storage/settings/
Dindex.rst6 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/drivers/disk/nvme/
Dnvme.h37 uint32_t pmrcap; /* Persistent Memory Capabilities */
38 uint32_t pmrctl; /* Persistent Memory Region Control */
39 uint32_t pmrsts; /* Persistent Memory Region Status */
40 uint32_t pmrebs; /* Persistent Memory Region Elasticity Buffer Size */
41 uint32_t pmrswtp; /* Persistent Memory Region Sustained Write Throughput */
42 uint32_t pmrmsc_lo; /* Persistent Memory Region Controller Memory Space Control */
269 /** Persistent Event Log Size */
/Zephyr-latest/dts/bindings/acpi/
Dacpi.yaml18 has no other way to report a persistent unique device ID. The _UID must be
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_clear/src/
Dtest_suite_bt_settings.c44 * - The key content is cleared and removed from persistent memory
82 * - The key content is cleared and removed from persistent memory
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcore.rst40 the entire RPL in the persistent storage before it is powered off. Depending on
44 storing of RPL entries in the persistent storage.
72 Persistent storage
Dcfg.rst19 in the :ref:`persistent storage <bluetooth_mesh_persistent_storage>`.
/Zephyr-latest/include/zephyr/logging/
Dlog.h185 * @param _str Persistent, raw string.
198 * @param _str Persistent, raw string.
210 * @param _str Persistent, raw string.
222 * @param _str Persistent, raw string.
239 * @param _str Persistent, raw string.
254 * @param _str Persistent, raw string.
268 * @param _str Persistent, raw string.
282 * @param _str Persistent, raw string.
/Zephyr-latest/samples/tfm_integration/psa_crypto/
Dsample.yaml34 - "Destroyed persistent key #1"
/Zephyr-latest/include/zephyr/storage/
Dstream_flash.h148 * @brief Load persistent stream write progress stored with key
166 * @brief Save persistent stream write progress using key @p settings_key .
178 * @brief Clear persistent stream write progress stored with key
/Zephyr-latest/samples/subsys/settings/
DREADME.rst12 from persistent storage and exported to persistent storage using different
/Zephyr-latest/lib/os/
Dassert.c19 * to a persistent repository and/or rebooting the system.
/Zephyr-latest/scripts/native_simulator/native/src/include/
Dnative_rtc.h28 /** Persistent clock, can be offset. Microsecond resolution */
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/
Ddfu_srv_recovery.sh12 # settings from persistent storage, which will allow to verify if stored DFU server's phase and
/Zephyr-latest/subsys/storage/stream/
DKconfig54 bool "Persistent stream write progress"
/Zephyr-latest/drivers/hwinfo/
Dhwinfo_shell.c206 SHELL_CMD_ARG(show, NULL, "Show persistent reset causes",
208 SHELL_CMD_ARG(clear, NULL, "Clear all persistent reset causes",
/Zephyr-latest/doc/hardware/peripherals/
Drtc.rst138 * RTC time is not persistent across application initialization.
139 * RTC alarms are not persistent across application initialization.
/Zephyr-latest/include/zephyr/drivers/serial/
Duart_async_rx.h37 /* Pointer to the configuration structure. Structure must be persistent. */
97 * @param config Configuration. Must be persistent.

12345