Searched full:persistent (Results 1 – 25 of 121) sorted by relevance
12345
/Zephyr-latest/samples/psa/persistent_key/src/ |
D | main.c | 16 LOG_INF("Generating a persistent key..."); in generate_persistent_key() 42 LOG_INF("Persistent key generated."); in generate_persistent_key() 48 LOG_INF("Using the persistent key to encrypt and decrypt some plaintext..."); in use_persistent_key() 54 "Example plaintext to demonstrate basic usage of a persistent key."; in use_persistent_key() 83 LOG_INF("Persistent key usage successful."); in use_persistent_key() 89 LOG_INF("Destroying the persistent key..."); in destroy_persistent_key() 98 LOG_INF("Persistent key destroyed."); in destroy_persistent_key() 104 LOG_INF("Persistent key sample started."); in main()
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 41 * @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/ |
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/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.
|
D | sample.yaml | 2 name: PSA Crypto persistent key sample 3 description: Demonstration of persistent key usage in the PSA Crypto API.
|
/Zephyr-latest/doc/services/storage/stream/ |
D | stream_flash.rst | 20 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/ |
D | va.h | 54 /* 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/ |
D | cdb.h | 102 * 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/drivers/disk/nvme/ |
D | nvme.h | 37 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/ |
D | acpi.yaml | 18 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/ |
D | test_suite_bt_settings.c | 44 * - 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/ |
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. 72 Persistent storage
|
D | cfg.rst | 19 in the :ref:`persistent storage <bluetooth_mesh_persistent_storage>`.
|
/Zephyr-latest/subsys/storage/stream/ |
D | Kconfig | 31 bool "Persistent stream write progress"
|
/Zephyr-latest/include/zephyr/logging/ |
D | log.h | 185 * @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/ |
D | sample.yaml | 34 - "Destroyed persistent key #1"
|
/Zephyr-latest/include/zephyr/storage/ |
D | stream_flash.h | 145 * @brief Load persistent stream write progress stored with key 163 * @brief Save persistent stream write progress using key @p settings_key . 175 * @brief Clear persistent stream write progress stored with key
|
/Zephyr-latest/samples/subsys/settings/ |
D | README.rst | 12 from persistent storage and exported to persistent storage using different
|
/Zephyr-latest/lib/os/ |
D | assert.c | 19 * to a persistent repository and/or rebooting the system.
|
/Zephyr-latest/scripts/native_simulator/native/src/include/ |
D | native_rtc.h | 28 /** Persistent clock, can be offset. Microsecond resolution */
|
/Zephyr-latest/boards/native/native_posix/ |
D | native_rtc.h | 29 /** Persistent clock, can be offset. Microsecond resolution */
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | distribute_keyid.c | 16 /* Mesh requires to keep in persistent memory network keys (2 keys per subnetwork),
|
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | Kconfig | 85 with persistent lifetime. The users of the PSA API are responsible (WIFI credentials
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_srv_recovery.sh | 12 # settings from persistent storage, which will allow to verify if stored DFU server's phase and
|
/Zephyr-latest/drivers/hwinfo/ |
D | hwinfo_shell.c | 206 SHELL_CMD_ARG(show, NULL, "Show persistent reset causes", 208 SHELL_CMD_ARG(clear, NULL, "Clear all persistent reset causes",
|
12345