Home
last modified time | relevance | path

Searched full:all (Results 1 – 25 of 1918) sorted by relevance

12345678910>>...77

/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Dcheck_config.h72 #error "MBEDTLS_AESNI_C defined, but not all prerequisites"
76 #error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites"
80 #error "MBEDTLS_DHM_C defined, but not all prerequisites"
84 #error "MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT defined, but not all prerequisites"
89 #error "MBEDTLS_CMAC_C defined, but not all prerequisites"
94 #error "MBEDTLS_NIST_KW_C defined, but not all prerequisites"
98 #error "MBEDTLS_ECDH_C defined, but not all prerequisites"
116 #error "MBEDTLS_ECDSA_C defined, but not all prerequisites"
121 #error "MBEDTLS_ECJPAKE_C defined, but not all prerequisites"
147 #error "MBEDTLS_ECDSA_DETERMINISTIC defined, but not all prerequisites"
[all …]
/openthread-3.6.0/
DSTYLE_GUIDE.md40 …- All `#else`, `#elif`, and `#endif` preprocessor directives shall reside in the same file as the …
41 …- All `#endif` directives equal to or greater than 20 lines away from the `#if` or `#ifdef` direct…
43 …- 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…
73 - All C and C++ headers shall use preprocessor header include guards.
75 …- The symbol used for the guard should be the file name, converted to all uppercase, with any spac…
77 - All void functions or methods shall explicitly declare and specify the void type keyword.
79 …- All unused parameters shall be declared as such using the `OT_UNUSED_VARIABLE` macro at the top …
84 - All header files intended to have C symbol linkage shall use “extern C” linkage wrappers.
125 - File names should be all lower case.
[all …]
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dcheck_crypto_config.h34 #error "PSA_WANT_ALG_CCM defined, but not all prerequisites"
41 #error "PSA_WANT_ALG_CMAC defined, but not all prerequisites"
47 #error "PSA_WANT_ALG_DETERMINISTIC_ECDSA defined, but not all prerequisites"
53 #error "PSA_WANT_ALG_ECDSA defined, but not all prerequisites"
59 #error "PSA_WANT_ALG_GCM defined, but not all prerequisites"
65 #error "PSA_WANT_ALG_RSA_PKCS1V15_CRYPT defined, but not all prerequisites"
71 #error "PSA_WANT_ALG_RSA_PKCS1V15_SIGN defined, but not all prerequisites"
77 #error "PSA_WANT_ALG_RSA_OAEP defined, but not all prerequisites"
83 #error "PSA_WANT_ALG_RSA_PSS defined, but not all prerequisites"
88 #error "PSA_WANT_KEY_TYPE_ECC_KEY_PAIR defined, but not all prerequisites"
Dconstant_time_internal.h37 * - if \p value == 0, return the all-bits 0 mask, aka 0
38 * - otherwise, return the all-bits 1 mask, aka (unsigned) -1
45 * \return Zero if \p value is zero, otherwise all-bits-one.
52 * - if \p value == 0, return the all-bits 0 mask, aka 0
53 * - otherwise, return the all-bits 1 mask, aka (size_t) -1
60 * \return Zero if \p value is zero, otherwise all-bits-one.
69 * - if \p value == 0, return the all-bits 0 mask, aka 0
70 * - otherwise, return the all-bits 1 mask, aka (mbedtls_mpi_uint) -1
77 * \return Zero if \p value is zero, otherwise all-bits-one.
86 * - if \p x >= \p y, return all-bits 1, that is (size_t) -1
[all …]
Dconstant_time_invasive.h36 * return the all-bits 1 mask, aka (unsigned) -1
37 * - otherwise, return the all-bits 0 mask, aka 0
43 * \return All-bits-one if \p low <= \p c <= \p high, otherwise zero.
/openthread-3.6.0/tests/toranj/ncp/
Dtest-022-multicast-ip6-address.py4 # All rights reserved.
42 # - Verify all nodes subscribe to:
43 # * Link-local all nodes, realm-local all nodes,
44 # * Link-local all Thread nodes, realm-local all Thread nodes,
45 # * All MPL forwarder realm-local.
47 # * Link-local all routers, realm-local all nodes.
66 # Init all nodes
97 # Derive the link-local/realm-local all thread nodes multicast addresses
101 # List of multicast addresses subscribed by all nodes
103 "ff02::1", # All nodes link-local
[all …]
Dtest-023-multicast-traffic.py4 # All rights reserved.
45 # - r2 =>> link-local all-nodes. Expected to receive on [r1, r2, r3, fed].
46 # - r3 =>> mesh-local all-nodes. Expected to receive on [r1, r2, r3, r4, fed].
47 # - r3 =>> link-local all-routers. Expected to receive on [r2, r3, r4].
48 # - r3 =>> mesh-local all-routers. Expected to receive on all routers.
49 # - r1 =>> link-local all-thread. Expected to receive on [r1, r2].
50 # - fed =>> mesh-local all-thread. Expected to receive on all nodes.
74 …Verify that the message is received on all nodes in `recving_nodes` list and that it is not receiv…
90all([msg[1][0] != sender.src_addr and msg[1][1] != sender.src_port for msg in lsnr.all_rx_msg]))
110 # Init all nodes
[all …]
Dtest-025-network-data-timeout.py4 # All rights reserved.
47 # - Verify that all the unique and common prefixes are present on all nodes are associated with cor…
49 # - Verify that all on-mesh prefixes added by `r2` or `c2` (unique and common) are removed on `r1`.
72 …This function verifies that the `prefix` is present on all the nodes in the `node_list`. It also v…
116 # Init all nodes
156 # `common_prefix` is added by all three nodes (with different flags)
167 # Verify that all three `prefix1`, 'prefix2', and `prefix3` are present on all nodes
224 # Remove `r2`. This should trigger all the prefixes added by it or its
241 # Verify all entries added by `r2` or `c2` are removed
Dtest-014-ip6-address-add.py4 # All rights reserved.
49 # - Verify that all prefixes are present in network data with correct configuration flags (on all n…
53 # all nodes.
73 # Init all nodes
129 # Verify that all prefixes are present in network data on all nodes (with
160 # Reset the nodes and verify that all addresses/prefixes are preserved.
172 # Verify that the related prefix is also removed on all nodes
Dtest-016-neighbor-table.py4 # All rights reserved.
35 # - Network with NUM_ROUTERS(= 2) routers, all within range of each other.
37 # - The test verifies that all children and routers are observed in the "Thread:NeighborTable" of t…
69 # Init all nodes
77 # allowlist all routers with one another
83 # All children should attach to routers[0]
116 # Verify that all children are seen in the neighbor table
130 # Verify that all other routers are seen in the neighbor table
Dtest-017-parent-reset-child-recovery.py4 # All rights reserved.
39 # - It is verified that all children are recovered and are present in the parent's child table
40 # - It is also verified that all children are restored on parent through "Child Update" exchange pr…
72 # Init all nodes
92 # The test verifies that all children are recovered after the parent is reset.
98 # property keeps track of all NCP state changes on a device:
135 # Verify that all children are present in the child table
153 # Verify that all the children are recovered and present in the parent's
Dtest-026-slaac-address-wpantund.py4 # All rights reserved.
49 …This function verifies that all nodes in the `node_list` contain an IPv6 address with the given `p…
62 verify(all([not addr.startswith(prefix[:-1]) for addr in all_addrs]))
79 This function verifies that the `prefix` is present on all nodes in the `node_list`.
116 # Init all nodes
139 # on NCP is disabled on all nodes
151 # Verify that all nodes get the prefix and add the SLAAC address
166 # removed on all nodes.
192 # removed on all nodes.
232 verify(all([not addr.startswith(PREFIX[:-1]) for addr in r1_addrs]))
/openthread-3.6.0/tests/toranj/cli/
Dtest-008-multicast-traffic.py4 # All rights reserved.
46 # - r2 =>> link-local all-nodes. Expected response from [r1, r3, fed].
47 # - r3 =>> mesh-local all-nodes. Expected response from [r1, r2, r4, fed].
48 # - r3 =>> link-local all-routers. Expected response from [r2, r4].
49 # - r3 =>> mesh-local all-routers. Expected response from all routers.
50 # - r1 =>> link-local all-thread. Expected response from [r1, r2].
51 # - fed =>> mesh-local all-thread. Expected response from all nodes.
52 # - r1 =>> mesh-local all-thread (one hop). Expected response from [r2].
53 # - r1 =>> mesh-local all-thread (two hops). Expected response from [r2, r3, fed].
54 # - r1 =>> mesh-local all-thread (three hops). Expected response from [r2, r3, r4, fed].
[all …]
/openthread-3.6.0/tools/harness-automation/
Dparse_topofile.py4 # All rights reserved.
37 parse TopologyConfig file and list all devices by case
44 Test case list (e.g. 5.1.1 9.2.1, default: all)
68 3. Get all cases vendor info
108 if 'all' not in case_list and matched_case.group(1) not in case_list:
112 if 'all' not in case_list:
132 if case_list and 'all' not in case_list:
148 …parser = argparse.ArgumentParser(description='parse TopologyConfig file and list all devices by ca…
159 default=['all'],
160 help='Test case list (e.g. 5.1.1 9.2.1, default: all) ')
/openthread-3.6.0/third_party/mbedtls/repo/
D.travis.yml24 - tests/scripts/all.sh -k 'check_*'
25 - tests/scripts/all.sh -k test_default_out_of_box
26 - tests/scripts/all.sh -k test_ref_configs
27 - tests/scripts/all.sh -k build_arm_linux_gnueabi_gcc_arm5vte build_arm_none_eabi_gcc_m0plus
31 - tests/scripts/all.sh -k test_full_cmake_gcc_asan
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_base64.data25 enc_char (all digits)
28 dec_value (all characters)
186 Base64 encode hex all valid input bytes #0
189 Base64 encode hex all valid input bytes #1
192 Base64 encode hex all valid input bytes #2
195 Base64 encode all valid output characters at all offsets
213 Base64 decode all valid input characters at all offsets
/openthread-3.6.0/third_party/mbedtls/repo/tests/scripts/
Dall-in-docker.sh3 # all-in-docker.sh
7 # This runs all.sh (except for armcc) in a Docker container.
13 # See also all.sh for notes about invocation of that script.
33 run_in_docker tests/scripts/all.sh \
Dcheck_names.py19 This script confirms that the naming of all symbols and identifiers in Mbed TLS
24 a comprehensive "run-all" function (comprehensive_parse() and perform_checks())
35 - All exported and available symbols in the library object files, are explicitly
37 - All macros, constants, and identifiers (function names, struct names, etc)
39 - Typo checking: All words that begin with MBED exist as macros or constants.
103 # Class variable to control the quietness of all problems
113 Unified string representation method for all Problems.
236 if not all(os.path.isdir(d) for d in ["include", "library", "tests"]):
318 Get all files that match any of the UNIX-style wildcards. While the
339 Parse all macros defined by #define preprocessor directives.
[all …]
/openthread-3.6.0/tests/scripts/thread-cert/
DCert_6_1_06_REEDAttachLinkQuality.py4 # All rights reserved.
47 # to the all-routers and all-reeds multicast address if it gets a reply from the
48 # first Parent Request to the all-routers address with a bad link quality.
122 # Step 1: Setup the topology without the DUT. Ensure all routers and leader
132 # 255 to the Link-Local All Routers multicast address (FF02::2).
139 # If the first Request was sent to all routers and REEDS, then
174 # 255 to the Link-Local All Routers multicast address (FF02::2).
DCert_5_1_08_RouterAttachConnectivity.py4 # All rights reserved.
121 # Step 1: Verify all routers and Leader are sending MLE advertisements.
127 # 255 to the Link-Local All Routers multicast address (FF02::2).
133 # - The first one MUST be sent only to all Routers
134 # - Subsequent ones MAY be sent to all Routers and REEDS
136 # If the first MLE Parent Request was sent to all Routers and
/openthread-3.6.0/src/core/mac/
Dmac_links.hpp3 * All rights reserved.
98 … * Also updates the selected radio type (from `GetSelectedRadioTypes()`) to include all radio types
101 * The broadcast frame is the `TxFrame` with the smallest MTU size among all radio types.
174 * Clears all supported radio tx frames (sets the PSDU length to zero and clears flags).
208 * Sets the channel on all supported radio tx frames.
224 * Sets the Sequence Number value on all supported radio tx frames.
240 * Sets the maximum number of the CSMA-CA backoffs on all supported radio tx
257 …* Sets the maximum number of retries allowed after a transmission failure on all supported radio tx
419 * Enables all radio links.
433 * Disables all radio links.
[all …]
/openthread-3.6.0/tests/scripts/thread-cert/pktverify/
Dpacket_verifier.py4 # All rights reserved.
48 LLANMA = 'ff02::1' # Link-Local All Nodes multicast address
49 LLARMA = 'ff02::2' # Link-Local All Routers multicast address
50 RLANMA = 'ff03::1' # realm-local all-nodes multicast address
51 RLARMA = 'ff03::2' # realm-local all-routers multicast address
53 LLABMA = 'ff32:40:fd00:7d03:7d03:7d03:0:3' # Link-Local All BBRs multicast address
84 :return: the dict of all variables
97 LLANMA=PacketVerifier.LLANMA, # Link-Local All Nodes multicast address
98 LLARMA=PacketVerifier.LLARMA, # Link-Local All Routers multicast address
99 RLANMA=PacketVerifier.RLANMA, # realm-local all-nodes multicast address
[all …]
/openthread-3.6.0/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"
/openthread-3.6.0/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-3.6.0/tools/harness-automation/autothreadharness/
Dexceptions.py4 # All rights reserved.
32 """This error class is the base for all errors that cause the current test case fails.
37 """This error class is the base for all errors that cause the whole test procedure stops.

12345678910>>...77