/openthread-3.7.0/tests/toranj/cli/ |
D | test-008-multicast-traffic.py | 141 outputs = r2.cli('ping ff02::1') variable 142 verify(len(outputs) == 4) 145 verify(any(ll_addr in line for line in outputs)) 149 outputs = r3.cli('ping ff03::1') variable 150 verify(len(outputs) == 5) 153 verify(any(ml_addr in line for line in outputs)) 157 outputs = r3.cli('ping ff02::2') variable 158 verify(len(outputs) == 3) 161 verify(any(ll_addr in line for line in outputs)) 165 outputs = r3.cli('ping ff03::2') variable [all …]
|
D | cli.py | 195 outputs = self.cli(cmd, *args) 196 verify(len(outputs) == 0) 199 outputs = self.cli(cmd, *args) 200 verify(len(outputs) == 1) 201 verify((expected_outputs is None) or (outputs[0] in expected_outputs)) 202 return outputs[0] 227 outputs = self.cli('csl') 229 for line in outputs: 355 outputs = self.cli('parent') 357 for line in outputs: [all …]
|
/openthread-3.7.0/src/cli/ |
D | cli_utils.hpp | 280 * Outputs a given number of space chars to the CLI console. 288 * Outputs a number of bytes to the CLI console as a hex string. 297 …* Outputs a number of bytes to the CLI console as a hex string and at the end it also outputs newl… 307 * Outputs a number of bytes to the CLI console as a hex string. 320 …* Outputs a number of bytes to the CLI console as a hex string and at the end it also outputs newl… 334 * Outputs an Extended MAC Address to the CLI console. 342 …* Outputs an Extended MAC Address to the CLI console and at the end it also outputs newline "\r\n". 350 * Outputs a `uint64_t` value in decimal format. 358 * Outputs a `uint64_t` value in decimal format and at the end it also outputs newline "\r\n". 366 * Outputs "Enabled" or "Disabled" status to the CLI console (it also appends newline "\r\n"). [all …]
|
D | cli_network_data.hpp | 89 * Outputs the prefix config. 97 * Outputs the route config. 105 * Outputs the service config.
|
D | cli_br.cpp | 186 * Outputs both local and favored OMR prefix. 252 * Outputs both local and favored on-link prefixes. 318 * Outputs both local and favored NAT64 prefixes.
|
/openthread-3.7.0/third_party/build_gn/toolchain/ |
D | BUILD.gn | 10 outputs = [ 19 outputs = [ 28 outputs = [ 48 outputs = [ 62 outputs = [
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 25 …function is called, that it receives the expected inputs and that it produces the expected outputs. 56 …is may be implicit in a test that checks the outputs if the only realistic way to obtain the corre… 58 #### SE driver outputs 60 …ll it with parameters that cause a driver to be invoked and check how Mbed TLS handles the outputs. 62 * Correct outputs. 63 * Incorrect outputs such as an invalid output length.
|
/openthread-3.7.0/.github/workflows/ |
D | docker.yml | 90 … docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }} 102 docker buildx build --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }} 107 …docker buildx imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outpu…
|
/openthread-3.7.0/third_party/mbedtls/repo/library/ |
D | bignum_mod_raw.h | 26 * - Bignum parameters called \c X, \c Y are outputs or input-output. 35 * - **Bignum representation**: the representation of inputs and outputs is 38 * - **Parameter ordering**: for bignum parameters, outputs come before inputs. 42 * inputs. Modulus values may not be aliased to any other parameter. Outputs 55 * range [0, \c N - 1] and guarantee outputs in the range [0, \c N - 1]. If 56 * an input is out of range, outputs are fully unspecified, though bignum 350 * \note There are `N - min` possible outputs. The lower bound
|
D | bignum_mod.h | 22 * - Bignum parameters called \c X, \c Y, ... are outputs or input-output. 38 * - **Bignum representation**: the representation of inputs and outputs is 40 * - **Parameter ordering**: for bignum parameters, outputs come before inputs. 43 * inputs. Modulus values may not be aliased to any other parameter. Outputs 54 * range [0, \c N - 1] and guarantee outputs in the range [0, \c N - 1]. 59 * range, outputs are fully unspecified, though bignum values out of range 361 * \note There are `N - min` possible outputs. The lower bound
|
D | bignum_core.h | 29 * - Bignum parameters called \p X, \p Y are outputs or input-output. 42 * - **Parameter ordering**: for bignum parameters, outputs come before inputs. 46 * may not be aliased to an output. Outputs may not be aliased to one another. 57 * all modular inputs to be in the range [0, \p N - 1] and guarantee outputs 58 * in the range [0, \p N - 1]. If an input is out of range, outputs are 560 * \note There are `N - min` possible outputs. The lower bound
|
D | ctr_drbg.c | 328 * with inputs and outputs 408 * and with outputs 532 * and with outputs 604 * and with outputs
|
D | psa_crypto_pake.c | 298 * The Mbed TLS JPAKE API outputs the whole X1+X2 and X2S steps data in mbedtls_psa_pake_output_internal() 337 * mbedtls_ecjpake_write_round_xxx() outputs thing in the format in mbedtls_psa_pake_output_internal()
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 35 …outputs. This models an ideal world where the content of input and output buffers is not accessibl… 49 …enc("PPQQ")+mac("PPQQ")` or `enc("QQQQ")+mac("QQQQ")` are valid outputs: they are outputs that can… 162 …* Note that this does not include inputs or outputs that are not processed by an asymmetric primit… 176 #### Key derivation outputs 194 Cipher and AEAD outputs are at risk of [write-read inconsistency](#write-read-inconsistency) and [w… 196 …hall allocate an intermediate buffer for cipher and AEAD plaintext/ciphertext inputs and outputs**. 218 * Plaintext/ciphertext inputs and outputs for cipher and AEAD. 242 * Write a small program that uses a PSA function which copies inputs or outputs. 359 * Not all buffers allocated by tests are used as inputs and outputs to PSA functions being tested. 361 * Those buffers that are outputs from a PSA function need to be unpoisoned straight after the funct… [all …]
|
/openthread-3.7.0/tools/harness-simulation/harness/Thread_Harness/THCI/ |
D | OpenThread_Sim.py | 115 outputs = [] 118 outputs.append(self.__stdout.read(1)) 121 return ''.join(outputs)
|
/openthread-3.7.0/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | c_wrapper_generator.py | 354 """Generate wrapper functions that log the inputs and outputs.""" 357 """Construct a wrapper generator including logging of inputs and outputs. 421 # For outputs via a pointer, get the value that has been written. 441 """Write code to log the function's inputs and outputs."""
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_bignum_random.function | 12 * - Correctness of outputs (well-formed, in range). 13 * - Distribution of outputs. 22 * We test the correctness of outputs in positive tests: 30 * We test the distribution of outputs only for mbedtls_mpi_core_random(),
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/ |
D | test_psa_constant_names.py | 125 outputs = output.strip().split('\n') 127 for expr, value, output in zip(expressions, values, outputs):
|
D | list-identifiers.sh | 5 # Outputs the line count of the file to stdout.
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/ |
D | Makefile | 45 # inputs than generating outputs. Its inputs are the same no matter which files 47 # It's rare not to want all the outputs. So always generate all of its outputs.
|
/openthread-3.7.0/script/ |
D | clang-format-check | 32 # exits with a non-zero exit code if clang-format outputs any
|
/openthread-3.7.0/tools/ot-fct/ |
D | cli.hpp | 80 * Outputs the prompt.
|
/openthread-3.7.0/examples/platforms/utils/ |
D | logging_rtt.h | 127 * Outputs logs to SEGGER RTT.
|
/openthread-3.7.0/examples/apps/cli/ |
D | main.c | 95 …* - `nodeidfilter` : Outputs filter mode (allow-list or deny-list) and filtered…
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 310 * There are multiple inputs and outputs. 332 …phic material and output it. See [“Key derivation driver outputs”](#key-derivation-driver-outputs). 333 …ide the same secure element. See [“Key derivation driver outputs”](#key-derivation-driver-outputs). 443 …vers that support [`"key_derivation_output_key"`](#key-derivation-driver-outputs), i.e. for key ty… 455 #### Key derivation driver outputs 506 … secure element as described in [“Key derivation driver outputs”](#key-derivation-driver-outputs).… 775 …eys through their [`"key_derivation_output_key"`](#key-derivation-driver-outputs) and [`"key_agree… 1430 Should the ["`key_derivation_output_key`"](#key-derivation-driver-outputs) capability indicate whic…
|