Searched refs:commit (Results 1 – 10 of 10) sorted by relevance
/mbedtls-development/library/ |
A D | mps_reader.c | 133 .commit = 0, in mps_reader_zero() 227 rd->commit = 0; in mbedtls_mps_reader_feed() 412 rd->commit = end; in mbedtls_mps_reader_commit() 421 mbedtls_mps_size_t pending, commit; in mbedtls_mps_reader_reclaim() local 434 commit = rd->commit; in mbedtls_mps_reader_reclaim() 445 if( commit < frag_offset || commit - frag_offset < frag_len ) in mbedtls_mps_reader_reclaim() 449 rd->end = commit; in mbedtls_mps_reader_reclaim() 486 if( commit < frag_offset ) in mbedtls_mps_reader_reclaim() 491 acc_backup_offset = commit; in mbedtls_mps_reader_reclaim() 515 rd->end = commit; in mbedtls_mps_reader_reclaim() [all …]
|
A D | mps_reader.h | 151 mbedtls_mps_stored_size_t commit; member
|
/mbedtls-development/tests/suites/ |
A 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
|
A D | test_suite_mps.function | 175 * single-step sequence of feed-fetch-commit-reclaim. 580 /* Fetch (but not commit) the entire buffer. */ 587 /* Fetch (but not commit) parts of the buffer. */ 594 /* Fetch and commit parts of the buffer, then 595 * fetch but not commit the rest of the buffer. */ 700 case 0: /* Fetch same chunks, commit afterwards, and 724 case 1: /* Fetch same chunks, commit afterwards, and 741 case 2: /* Fetch same chunks, don't commit afterwards, and 914 * get not tolerating fewer data, and commit. */ 1063 * than before NEED NOT fail - intermediate commit */ [all …]
|
/mbedtls-development/scripts/ |
A D | abi_check.py | 120 version.commit = subprocess.check_output( 125 self.log.debug("Commit is {}".format(version.commit)) 183 if version.revision == version.commit: 186 return "{} ({})".format(version.revision, version.commit) 412 commit=None, 422 commit=None,
|
A D | assemble_changelog.py | 346 for commit in first_parents: 347 if commit in ancestry: 348 return commit
|
/mbedtls-development/.github/ISSUE_TEMPLATE/ |
A D | bug_report.md | 16 Mbed TLS version (number or commit id):
|
/mbedtls-development/.github/ |
A D | pull_request_template.md | 2 …s the [contributing guidelines](../CONTRIBUTING.md). In particular, each commit must have at least…
|
/mbedtls-development/docs/architecture/ |
A D | tls13-experimental.md | 379 lines in the same commit: it makes the review harder. Make one commit with 380 the longer lines and another commit with just the rewrapping.
|
/mbedtls-development/ |
A D | CONTRIBUTING.md | 23 1. Ensure that each commit has at least one `Signed-off-by:` line from the committer. If anyone els…
|
Completed in 11 milliseconds