Searched refs:commit (Results 1 – 18 of 18) sorted by relevance
| /lib/mbedtls/external/mbedtls/library/ |
| A 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() 488 rd->end = commit; in mbedtls_mps_reader_reclaim() [all …]
|
| A D | mps_reader.h | 136 mbedtls_mps_stored_size_t commit; member
|
| /lib/mbedtls/external/mbedtls/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 | 188 * single-step sequence of feed-fetch-commit-reclaim. 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 622 * fetch but not commit the rest of the buffer. */ 732 case 0: /* Fetch same chunks, commit afterwards, and 756 case 1: /* Fetch same chunks, commit afterwards, and 773 case 2: /* Fetch same chunks, don't commit afterwards, and 934 * get not tolerating fewer data, and commit. */ 1076 * than before NEED NOT fail - intermediate commit */ [all …]
|
| A 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…
|
| A D | test_suite_psa_crypto.data | 6067 # Mix-PSK-to-MS: test vectors are generated using python script (check commit message for details) 6506 #The following test vectors were generated by a python script. Details can be found in the commit m…
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | abi_check.py | 187 version.commit = subprocess.check_output( 192 self.log.debug("Commit is {}".format(version.commit)) 250 if version.revision == version.commit: 253 return "{} ({})".format(version.revision, version.commit) 619 commit=None, 630 commit=None,
|
| A D | assemble_changelog.py | 342 for commit in first_parents: 343 if commit in ancestry: 344 return commit
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 4 Anyway, pppd has a mature codebase for years and the average commit count 443 Merge commit, we don't care. 449 Merge commit, we don't care. 455 Merge commit, we don't care. 461 Merge commit, we don't care. 467 Merge commit, we don't care. 473 Merge commit, we don't care.
|
| /lib/mbedtls/external/mbedtls/.github/ISSUE_TEMPLATE/ |
| A D | bug_report.md | 16 Mbed TLS version (number or commit id):
|
| /lib/libfdt/ |
| A D | README | 10 commit 857f54e79f74429af20c2b5ecc00ee98af6a3b8b
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A 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… 268 …commit with stateful secure elements”](#overview-of-two-phase-commit-with-stateful-secure-elements… 272 * Start transaction, secure element operation, commit transaction. 281 * Start transaction, secure element operation, commit transaction. 318 …constraints on the [order of operations for the two-phase commit](#overview-of-two-phase-commit-wi… [all …]
|
| A 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.
|
| /lib/mbedtls/external/mbedtls/.github/ |
| A D | pull_request_template.md | 26 - please do not force-push to update your PR - just add new commit(s)
|
| /lib/lwip/lwip/doc/ |
| A D | savannah.txt | 58 commit them. Make sure you know what you are doing when using Git to make 80 git commit -a
|
| /lib/mbedtls/external/mbedtls/ |
| A D | CONTRIBUTING.md | 97 …standard Git `Signed-off-by:` line in every commit message. If more than one person contributed to…
|
| A D | LICENSE | 230 Foundation's software and to any other program whose authors commit to
|
| /lib/lwip/lwip/ |
| A D | README | 64 mailing list. A core team of developers will commit changes to the
|
Completed in 53 milliseconds