Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 163) sorted by relevance

1234567

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_alignment.data52 Byteswap 16 all-zero
55 Byteswap 16 all-ones
64 Byteswap 32 all-zero
67 Byteswap 32 all-ones
73 Byteswap 64 all-zero
76 Byteswap 64 all-ones
Dtest_suite_base64.data1 enc_char (all digits)
4 dec_value (all characters)
162 Base64 encode hex all valid input bytes #0
165 Base64 encode hex all valid input bytes #1
168 Base64 encode hex all valid input bytes #2
171 Base64 encode all valid output characters at all offsets
189 Base64 decode all valid input characters at all offsets
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
DMakefile3 default: all
9 all: html pdf target
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dbuild_tree.py14 return all(os.path.isdir(os.path.join(path, subdir))
19 return all(os.path.isdir(os.path.join(path, subdir))
61 if not all(os.path.isdir(d) for d in ["include", "library", "tests"]):
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
DMakefile3 default: all
14 all: html pdf target
/openthread-latest/third_party/mbedtls/repo/docs/
Ddriver-only-builds.md70 For each family listed above, all the mentioned alorithms/key types are also
71 all the mechanisms that exist in PSA API.
82 It is possible to have all hash operations provided only by a driver.
88 - and similarly for all supported hash algorithms: `MD5`, `RIPEMD160`,
92 In such a build, all crypto operations (via the PSA Crypto API, or non-PSA
144 - you have driver support for all ECC curves that are enabled (that is, for
161 - you have driver support for all enabled ECC key pair operations - that is,
179 In such builds, all crypto operations via the PSA Crypto API will work as
240 In order for a build to be driver-only (no built-in implementation), all the
249 algorithms will be disabled, provided all the requested curves and key types
[all …]
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
DMakefile22 .PHONY: all check test clean
24 all: $(BINARIES) target
/openthread-latest/tests/unit/
DREADME.md7 …roject. So first build OpenThread on the simulation platform, which will also build all unit tests:
14 ## List all tests
25 To run all the unit tests:
/openthread-latest/tests/toranj/
DREADME_NCP.md19 To run all tests, `start` script can be used. This script will build OpenThread with proper configu…
56 `wpan.Node()` provides methods matching all `wpanctl` commands.
85 node.leave() # Leave the current network, clear all persistent data
246 After all exchanges are prepared, static method `perform_async_tx_rx()` should be used to start all
252 - `timeout` gives amount of time (in seconds) to wait for all operations to finish. (default is 20 …
298 # get all received msg by `recver` as list of tuples `(msg, (src_address, src_port))`
307 When `start.sh` script is used to run all test-cases, if any test fails, to help with debugging of …
315all nodes. The default value of `wpan.Node._VERBOSE` is determined from environment variable `TORA…
342 …-o Config:TUN:InterfaceName wpan1 -o Config:NCP:DriverName spinel -o Daemon:SyslogMask "all -debug"
343 …-o Config:TUN:InterfaceName wpan2 -o Config:NCP:DriverName spinel -o Daemon:SyslogMask "all -debug"
DREADME_CLI.md17 $ ./tests/toranj/build.sh all
37 To run all CLI tests, `start` script can be used. This script will build OpenThread with proper con…
86 # Form a Thread network with all the given parameters.
141 When `start.sh` script is used to run all test-cases, if any test fails, to help with debugging of …
165 Alternatively, `cli.Node._VERBOSE` settings can be changed to enable verbose logging for all nodes.…
/openthread-latest/third_party/mbedtls/repo/framework/
D.gitignore7 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
37 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
/openthread-latest/third_party/mbedtls/repo/
D.gitignore12 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
45 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
D.gitattributes1 # Classify all '.function' files as C for syntax highlighting purposes
DMakefile5 ifneq (,$(filter-out lib library/%,$(or $(MAKECMDGOALS),all)))
21 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean
23 all: programs tests target
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-limitations.md2 1.1) that may impact our ability to (1) use it for all crypto operations in
3 TLS and X.509 and (2) support isolation of all long-term secrets in TLS (that
58 coincidentally, all the groups used by RFC 7919 and TLS 1.3 are included
157 presents, all values must match except possibly for the salt length, where the
174 `mbedtls_pk_verify_ext()` uses encoding hash = mgf1 hash, it looks like all
195 - all three hashes are equal
256 all using saltlen = keylen - hashlen - 2, except for server9-defaults which is
287 all using saltlen = keylen - hashlen - 2.
313 all using saltlen = keylen - hashlen - 2.
320 1. Doing all verifications with `PSA_ALG_RSA_PSS_ANY_SALT` - while this
[all …]
/openthread-latest/tools/gerrit/
DREADME.md5 …rges all commits from a given branch into the current branch. By default the changes are committed…
45 44e583a55 [toranj] add new method to finalize all nodes at end of each test (#2930)
/openthread-latest/tools/tcat_ble_client/
DGENERATING_CERTIFICATES.md15 To generate all certificates:
38 2. We can then generate the **.csr** (certificate signing request) file, which will contain all the…
90 …f` (line `1.3.6.1.4.1.44970.3 = DER:21:01:01:01:01` specifies permissions (all)) See scripts in `a…
/openthread-latest/third_party/mbedtls/repo/tests/git-scripts/
Dpre-push.sh34 tests/scripts/all.sh -q -k 'check_*'
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall-in-docker.sh25 run_in_docker tests/scripts/all.sh \
Dcheck-generated-files.sh15 This script checks that all generated file are up-to-date. If some aren't, by
Dbasic-in-docker.sh25 run_in_docker tests/scripts/all.sh 'check_*'
/openthread-latest/third_party/tcplp/lib/test/
DMakefile4 all: test_all target
/openthread-latest/
DSTYLE_GUIDE.md43 …- Preprocessor `#include` directives shall use brace (“<”) and (“>”) style for all public headers,…
44 …- Preprocessor `#include` directives should use double quote (‘“‘) and (‘“‘) style for all private…
75 …- The symbol used for the guard should be the file name, converted to all uppercase, with any spac…
79 …g the `OT_UNUSED_VARIABLE` macro at the top of a function or method before all local variable decl…
125 - File names should be all lower case.
133 - C preprocessor symbols should be all uppercase.
152 - There shall be an empty line after all such variable declarations.
153 - The names of all variable declarations should be left aligned.
156 - The names of all data member declarations should be left aligned.
/openthread-latest/tools/cp-caps/
DCHANGE_LOG.md7 - Test whether the RCP supports all diag commands.
/openthread-latest/tools/tcat_ble_client/auth-generate/
DMakefile36 all: DeviceCert1 DeviceCert2 CommCert1 CommCert2 CommCert3 CommCert4 target

1234567