Home
last modified time | relevance | path

Searched full:branches (Results 1 – 25 of 39) sorted by relevance

12

/openthread-3.5.0/third_party/mbedtls/repo/
DCONTRIBUTING.md28 …n development branch and in LTS (Long Term Support) branches, as described in [BRANCHES.md](BRANCH…
40 Long Term Support Branches
42branches, 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:
DBRANCHES.md1 # 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:
DSECURITY.md16 ## Maintained branches
18 Only the maintained branches, as listed in [`BRANCHES.md`](BRANCHES.md),
DBUGS.md10 [maintained branch](BRANCHES.md): `master`, `development`,
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dconstant_time_internal.h40 * 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.
Dconstant_time.c22 * 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/
Dconstant_time.h26 /** 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/
Dmakefile-check.yml33 branches-ignore:
36 branches:
Dsize.yml33 branches-ignore:
36 branches:
Dcodeql.yml33 branches: [ "main" ]
35 branches: [ "main" ]
Dotci.yml33 branches-ignore:
36 branches:
Ddocker.yml33 branches-ignore:
36 branches:
Dunit.yml33 branches-ignore:
36 branches:
Dtoranj.yml33 branches-ignore:
36 branches:
Dversion.yml33 branches:
Dotns.yml33 branches-ignore:
36 branches:
Dotbr.yml33 branches-ignore:
36 branches:
Dfuzz.yml33 branches:
Dscorecards.yml43 branches: [ "main" ]
Dposix.yml33 branches-ignore:
36 branches:
/openthread-3.5.0/examples/platforms/utils/
Dcode_utils.h39 * 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/
Dcode_utils.hpp98 …* 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/
Dbasic-build-test.sh257 …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%"
Dtest_psa_compliance.py55 #pylint: disable=too-many-branches,too-many-statements
/openthread-3.5.0/third_party/mbedtls/repo/.github/
Dpull_request_template.md12 When there is a bug fix, it should be backported to all maintained and supported branches.

12