/openthread-latest/third_party/mbedtls/repo/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
|
/openthread-latest/tools/gerrit/ |
D | README.md | 5 …nch into the current branch. By default the changes are committed with a commit message containing… 10 git-squash-merge [--no-list] [--no-commit] <branch> [<commit msg>]" 16 - `<commit msg>` is an optional parameter specifying text to add to the commit message. 20 - `--no-list` when used the commit message will not include the list of squashed commits. 21 - `--no-commit` when used, the tool squashes and stages the changes but does not commit" 27 commit 977287e73a3fcae297306b1e68da50d4bbee0d14 (HEAD)
|
D | git-squash-merge.sh | 67 --no-commit) 122 …git commit -m "$commit_msg" 1>/dev/null 2>/dev/null || die "git commit failed${NEWLINE}${NEWLINE}$…
|
/openthread-latest/third_party/mbedtls/repo/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…
|
/openthread-latest/examples/apps/cli/ |
D | README.md | 21 Generate, view, and commit a new Active Operational Dataset: 38 > dataset commit active 89 > dataset commit active
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
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,
|
D | assemble_changelog.py | 342 for commit in first_parents: 343 if commit in ancestry: 344 return commit
|
/openthread-latest/third_party/mbedtls/repo/framework/ |
D | README.md | 7 …to Mbed TLS 3.6.0 or above, and you are working from a snapshot of a Git commit on a development b… 8 …ontribute to TF-PSA-Crypto, and you are working from a snapshot of a Git commit on a development b…
|
D | LICENSE | 230 Foundation's software and to any other program whose authors commit to
|
/openthread-latest/src/cli/ |
D | README_DATASET.md | 65 dataset commit active 91 > dataset commit active 236 > dataset commit pending 293 - [commit](#commit) 327 commit 445 ### commit subsection 447 Usage: `dataset commit <active|pending>` 452 > dataset commit active
|
D | README_SRP.md | 30 > dataset commit active 62 > dataset commit active
|
D | README_COMMISSIONING.md | 35 dataset commit active
|
D | README_NETDATA.md | 37 dataset commit active 106 > dataset commit active
|
/openthread-latest/third_party/mbedtls/repo/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 16 Mbed TLS version (number or commit id):
|
/openthread-latest/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 10 1. Git commit id
|
/openthread-latest/third_party/mbedtls/repo/.github/ |
D | pull_request_template.md | 26 - please do not force-push to update your PR - just add new commit(s)
|
/openthread-latest/third_party/mbedtls/repo/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.
|
/openthread-latest/ |
D | CONTRIBUTING.md | 75 # Add each modified file you'd like to include in the commit 78 # Create a commit 79 git commit 82 This will open up a text editor where you can craft your commit message.
|
/openthread-latest/third_party/mbedtls/repo/ |
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
|
/openthread-latest/tools/tcat_ble_client/ |
D | poetry.lock | 178 dev = ["pre-commit", "tox"]
|