Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 10 of 10) sorted by relevance

/mbedtls-development/library/
A Dmps_reader.c133 .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 Dmps_reader.h151 mbedtls_mps_stored_size_t commit; member
/mbedtls-development/tests/suites/
A Dtest_suite_mps.data31 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 Dtest_suite_mps.function175 * 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 Dabi_check.py120 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 Dassemble_changelog.py346 for commit in first_parents:
347 if commit in ancestry:
348 return commit
/mbedtls-development/.github/ISSUE_TEMPLATE/
A Dbug_report.md16 Mbed TLS version (number or commit id):
/mbedtls-development/.github/
A Dpull_request_template.md2 …s the [contributing guidelines](../CONTRIBUTING.md). In particular, each commit must have at least…
/mbedtls-development/docs/architecture/
A Dtls13-experimental.md379 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 DCONTRIBUTING.md23 1. Ensure that each commit has at least one `Signed-off-by:` line from the committer. If anyone els…

Completed in 11 milliseconds