Searched refs:transaction (Results 1 – 7 of 7) sorted by relevance
67 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 transaction119 For a key that is not in a stateful element, the transaction consists of a single write operation. …121 …transaction 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…133 …transaction(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 …]
255 * 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).
23 …a single SPI transaction. Packets sent by the slave which are smaller than or equal to this size w…
47 * [Storage transaction file](#storage-transaction-resumption).119 ## Storage transaction resumption
92 /* Purge the transaction file. */
777 /* Purge the transaction file. */
8106 const psa_crypto_transaction_t *transaction) in psa_crypto_recover_transaction() argument8108 switch (transaction->unknown.type) { in psa_crypto_recover_transaction()