Searched refs:commit (Results 1 – 14 of 14) sorted by relevance
/mbedtls-latest/library/ |
D | mps_reader.c | 116 .commit = 0, in mps_reader_zero() 209 rd->commit = 0; in mbedtls_mps_reader_feed() 392 rd->commit = end; in mbedtls_mps_reader_commit() 401 mbedtls_mps_size_t pending, commit; in mbedtls_mps_reader_reclaim() local 416 commit = rd->commit; in mbedtls_mps_reader_reclaim() 426 if (commit < frag_offset || commit - frag_offset < frag_len) { in mbedtls_mps_reader_reclaim() 429 rd->end = commit; in mbedtls_mps_reader_reclaim() 463 if (commit < frag_offset) { in mbedtls_mps_reader_reclaim() 467 acc_backup_offset = commit; in mbedtls_mps_reader_reclaim() 468 acc_backup_len = frag_offset - commit; in mbedtls_mps_reader_reclaim() [all …]
|
D | mps_reader.h | 136 mbedtls_mps_stored_size_t commit; member
|
/mbedtls-latest/tests/suites/ |
D | test_suite_mps.data | 31 MPS Reader: Pausing, repeat single call without commit 34 MPS Reader: Pausing, repeat single call with commit 37 MPS Reader: Pausing, repeat multiple calls without commit 40 MPS Reader: Pausing, repeat multiple calls with commit #0 43 MPS Reader: Pausing, repeat multiple calls with commit #1 46 MPS Reader: Pausing, repeat multiple calls with commit #2
|
D | test_suite_mps.function | 188 * single-step sequence of feed-fetch-commit-reclaim. 413 case 0: /* Single fetch at pausing, re-fetch with commit. */ 420 case 1: /* Single fetch at pausing, re-fetch without commit. */ 426 case 2: /* Multiple fetches at pausing, repeat without commit. */ 434 case 3: /* Multiple fetches at pausing, repeat with commit 1. */ 443 case 4: /* Multiple fetches at pausing, repeat with commit 2. */ 452 case 5: /* Multiple fetches at pausing, repeat with commit 3. */ 607 /* Fetch (but not commit) the entire buffer. */ 614 /* Fetch (but not commit) parts of the buffer. */ 621 /* Fetch and commit parts of the buffer, then [all …]
|
D | test_suite_psa_crypto.pbkdf2.data | 9 …e output for the test vectors was generated using a python script. Refer commit message for detail…
|
D | test_suite_psa_crypto.data | 6083 # Mix-PSK-to-MS: test vectors are generated using python script (check commit message for details) 6522 #The following test vectors were generated by a python script. Details can be found in the commit m…
|
/mbedtls-latest/scripts/ |
D | abi_check.py | 188 version.commit = subprocess.check_output( 193 self.log.debug("Commit is {}".format(version.commit)) 251 if version.revision == version.commit: 254 return "{} ({})".format(version.revision, version.commit) 632 commit=None, 643 commit=None,
|
D | assemble_changelog.py | 342 for commit in first_parents: 343 if commit in ancestry: 344 return commit
|
/mbedtls-latest/docs/architecture/ |
D | psa-storage-resilience.md | 67 …aries is a well-known problem in database management, with a well-known solution: two-phase commit. 69 ### Overview of two-phase commit with stateful secure elements 77 … it concludes the voting phase of the two-phase commit: effectively, the secure element decides to… 78 … that _A_ is now in a fully created state. This concludes the commit phase of the two-phase commit. 99 …saction recovery. When a power loss happens, the core decides whether to commit or abort the trans… 127 The strategies discussed in the [overview above](#overview-of-two-phase-commit-with-stateful-secure… 137 … transaction is in progress. In each case, the core can either decide to commit the transaction (w… 157 …exploring-the-always-destroy-strategy), i.e. abort all key creations and commit all key destructio… 268 …commit with stateful secure elements”](#overview-of-two-phase-commit-with-stateful-secure-elements… 272 * Start transaction, secure element operation, commit transaction. [all …]
|
D | tls13-support.md | 309 lines in the same commit: it makes the review harder. Make one commit with 310 the longer lines and another commit with just the rewrapping.
|
/mbedtls-latest/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 16 Mbed TLS version (number or commit id):
|
/mbedtls-latest/.github/ |
D | pull_request_template.md | 27 - please do not force-push to update your PR - just add new commit(s)
|
/mbedtls-latest/ |
D | CONTRIBUTING.md | 97 …standard Git `Signed-off-by:` line in every commit message. If more than one person contributed to…
|
D | LICENSE | 230 Foundation's software and to any other program whose authors commit to
|