Home
last modified time | relevance | path

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

12

/openthread-latest/third_party/mbedtls/repo/library/
Dmps_reader.c116 .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 …]
Dmps_reader.h136 mbedtls_mps_stored_size_t commit; member
/openthread-latest/tools/gerrit/
DREADME.md5 …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)
Dgit-squash-merge.sh67 --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/
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
Dtest_suite_mps.function188 * 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 …]
Dtest_suite_psa_crypto.pbkdf2.data9 …e output for the test vectors was generated using a python script. Refer commit message for detail…
/openthread-latest/examples/apps/cli/
DREADME.md21 Generate, view, and commit a new Active Operational Dataset:
38 > dataset commit active
89 > dataset commit active
/openthread-latest/third_party/mbedtls/repo/scripts/
Dabi_check.py187 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,
Dassemble_changelog.py342 for commit in first_parents:
343 if commit in ancestry:
344 return commit
/openthread-latest/third_party/mbedtls/repo/framework/
DREADME.md7 …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…
DLICENSE230 Foundation's software and to any other program whose authors commit to
/openthread-latest/src/cli/
DREADME_DATASET.md65 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
DREADME_SRP.md30 > dataset commit active
62 > dataset commit active
DREADME_COMMISSIONING.md35 dataset commit active
DREADME_NETDATA.md37 dataset commit active
106 > dataset commit active
/openthread-latest/third_party/mbedtls/repo/.github/ISSUE_TEMPLATE/
Dbug_report.md16 Mbed TLS version (number or commit id):
/openthread-latest/.github/ISSUE_TEMPLATE/
Dbug_report.md10 1. Git commit id
/openthread-latest/third_party/mbedtls/repo/.github/
Dpull_request_template.md26 - please do not force-push to update your PR - just add new commit(s)
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md67 …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…
268commit with stateful secure elements”](#overview-of-two-phase-commit-with-stateful-secure-elements…
272 * Start transaction, secure element operation, commit transaction.
[all …]
Dtls13-support.md309 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/
DCONTRIBUTING.md75 # 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/
DCONTRIBUTING.md97 …standard Git `Signed-off-by:` line in every commit message. If more than one person contributed to…
DLICENSE230 Foundation's software and to any other program whose authors commit to
/openthread-latest/tools/tcat_ble_client/
Dpoetry.lock178 dev = ["pre-commit", "tox"]

12