Home
last modified time | relevance | path

Searched refs:transaction (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md67 Accomplishing a transaction across system boundaries is a well-known problem in database management…
99 …re needs to perform a transaction recovery. When a power loss happens, the core decides whether to…
111 …in storage: an ITS call can only access one file identifier. Therefore transaction recovery cannot…
113 #### Minimum effort for a transaction
119 For a key that is not in a stateful element, the transaction consists of a single write operation. …
121transaction in progress. The file `id` cannot be used for this purpose because there is no way to …
127 …-elements) follow this pattern, with `t` being the file containing the transaction list that the r…
133transaction(s) that need to be resumed. This information will be stored in a persistent “transacti…
137 …ur cases for recovery when a transaction is in progress. In each case, the core can either decide …
143 … update of the core's persistent state, as would have been done if the transaction had not been in…
[all …]
Dmbed-crypto-storage-specification.md255 * File 0xffffff54 (`PSA_CRYPTO_ITS_TRANSACTION_UID`): [transaction file](#transaction-file-format-f…
280 The transaction file contains data about an ongoing action that cannot be completed atomically. It …
286 The layout of a transaction file is:
288 * type (2 bytes): the [transaction type](#transaction-types-on-tbd).
435 * File 0xffffff54 (`PSA_CRYPTO_ITS_TRANSACTION_UID`): [transaction file](#transaction-file-format-f…
444 The transaction file contains data about an ongoing action that cannot be completed atomically. It …
450 The layout of a transaction file is:
452 * type (2 bytes): the [transaction type](#transaction-types-on-mbed-tls-2.25.0).
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md23 …a single SPI transaction. Packets sent by the slave which are smaller than or equal to this size w…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md47 * [Storage transaction file](#storage-transaction-resumption).
119 ## Storage transaction resumption
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal_mocks.function92 /* Purge the transaction file. */
Dtest_suite_psa_crypto_se_driver_hal.function777 /* Purge the transaction file. */
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c8106 const psa_crypto_transaction_t *transaction) in psa_crypto_recover_transaction() argument
8108 switch (transaction->unknown.type) { in psa_crypto_recover_transaction()