Searched full:branches (Results 1 – 25 of 39) sorted by relevance
12
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 28 …n development branch and in LTS (Long Term Support) branches, as described in [BRANCHES.md](BRANCH… 40 Long Term Support Branches 42 …branches, which are maintained continuously for a given period. The LTS branches are provided to a… 44 When backporting to these branches please observe the following rules: 50 It would be highly appreciated if contributions are backported to LTS branches in addition to the [… 52 The list of maintained branches can be found in the [Current Branches section 53 of BRANCHES.md](BRANCHES.md#current-branches). 55 Currently maintained LTS branches are:
|
D | BRANCHES.md | 1 # Maintained branches 3 At any point in time, we have a number of maintained branches consisting of: 11 - One or more long-time support (LTS) branches: 16 also maintain ABI compatibility within LTS branches; see the next section for 33 For the LTS branches, additionally we try very hard to also maintain ABI 45 ## Current Branches 47 The following branches are currently maintained:
|
D | SECURITY.md | 16 ## Maintained branches 18 Only the maintained branches, as listed in [`BRANCHES.md`](BRANCHES.md),
|
D | BUGS.md | 10 [maintained branch](BRANCHES.md): `master`, `development`,
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | constant_time_internal.h | 40 * This function can be used to write constant-time code by replacing branches 55 * This function can be used to write constant-time code by replacing branches 72 * This function can be used to write constant-time code by replacing branches 89 * This function can be used to write constant-time code by replacing branches 119 /** Decide if an integer is less than the other, without branches. 134 /** Choose between two integer values without branches. 151 /** Conditionally assign a value without branches. 201 /** Conditional memcpy without branches.
|
D | constant_time.c | 22 * might be translated to branches by some compilers on some platforms. 126 * This function can be used to write constant-time code by replacing branches 267 /** Select between two sign values without branches. 270 * operations in order to avoid branches. 692 * to a shared memory cache), and branches (especially visible to in mbedtls_ct_rsaes_pkcs1_v15_unpadding() 749 * buffer. Do it without branches to avoid leaking the padding in mbedtls_ct_rsaes_pkcs1_v15_unpadding() 761 /* Set ret without branches to avoid timing attacks. Return: in mbedtls_ct_rsaes_pkcs1_v15_unpadding()
|
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/ |
D | constant_time.h | 26 /** Constant-time buffer comparison without branches. 31 * This function can be used to write constant-time code by replacing branches
|
/openthread-3.5.0/.github/workflows/ |
D | makefile-check.yml | 33 branches-ignore: 36 branches:
|
D | size.yml | 33 branches-ignore: 36 branches:
|
D | codeql.yml | 33 branches: [ "main" ] 35 branches: [ "main" ]
|
D | otci.yml | 33 branches-ignore: 36 branches:
|
D | docker.yml | 33 branches-ignore: 36 branches:
|
D | unit.yml | 33 branches-ignore: 36 branches:
|
D | toranj.yml | 33 branches-ignore: 36 branches:
|
D | version.yml | 33 branches:
|
D | otns.yml | 33 branches-ignore: 36 branches:
|
D | otbr.yml | 33 branches-ignore: 36 branches:
|
D | fuzz.yml | 33 branches:
|
D | scorecards.yml | 43 branches: [ "main" ]
|
D | posix.yml | 33 branches-ignore: 36 branches:
|
/openthread-3.5.0/examples/platforms/utils/ |
D | code_utils.h | 39 * commonly be true, and branches to the local label 'exit' if the 56 * commonly be true, and both executes @p anAction and branches to
|
/openthread-3.5.0/src/core/common/ |
D | code_utils.hpp | 98 …* Checks for the specified status, which is expected to commonly be successful, and branches to th… 115 * branches to the local label 'exit' if the condition is false. 132 * Unconditionally executes @a ... and branches to the local label 'exit'.
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/ |
D | basic-build-test.sh | 257 …STED=$(tail -n4 cov-$TEST_OUTPUT|sed -n -e 's/ branches...: [0-9]*.[0-9]% (\([0-9]*\) of [0-9]* b… 258 …OTAL=$(tail -n4 cov-$TEST_OUTPUT|sed -n -e 's/ branches...: [0-9]*.[0-9]% ([0-9]* of \([0-9]*\) b… 276 echo "Branches Tested : $BRANCHES_TESTED of $BRANCHES_TOTAL $BRANCHES_PERCENT%"
|
D | test_psa_compliance.py | 55 #pylint: disable=too-many-branches,too-many-statements
|
/openthread-3.5.0/third_party/mbedtls/repo/.github/ |
D | pull_request_template.md | 12 When there is a bug fix, it should be backported to all maintained and supported branches.
|
12