Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 35) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dmacro_collector.py497 def accept_test_case_line(self, function: str, argument: str) -> bool:
499 undeclared = list(self.generate_undeclared_names(argument))
505 def normalize_argument(argument: str) -> str:
511 return re.sub(r',', r', ', re.sub(r' +', r'', argument))
513 def add_test_case_line(self, function: str, argument: str) -> None:
519 argument.startswith('PSA_ALG_KEY_AGREEMENT('):
525 if self.accept_test_case_line(function, argument):
527 s.add(self.normalize_argument(argument))
/openthread-latest/third_party/mbedtls/repo/programs/test/
Ddlopen.c28 #define CHECK_DLERROR(function, argument) \ argument
35 function, argument, CHECK_DLERROR_error); \
/openthread-latest/third_party/mbedtls/repo/
D.pylintrc6 # We're ok with short funtion argument names.
8 argument-rgx=[a-z_][a-z0-9_]*$
75 # [unused-argument]
DChangeLog745 len argument is 0 and buffer is NULL.
2223 matching the expected common name (the cn argument of
2303 specified through the existing key_file argument. This allows the use of
2307 argument.
2350 f_rng argument. An attacker with access to precise enough timing and
2372 NULL pointer argument. Contributed by Sander Visser in #3312.
2690 * Calling mbedtls_ecdsa_write_signature() with NULL as the f_rng argument
3314 when the request_size argument is set to 0 as stated in the documentation.
4401 (see rename.pl and compat-1.3.h above) and their first argument's type
4410 * mbedtls_ssl_conf_ca_chain() lost its last argument (peer_cn), now set
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_platform_printf.function3 /* The printf test functions take a format argument from the test data
28 void printf_int(char *format, /* any format expecting one int argument, e.g. "%d" */
Dtest_suite_bignum_mod.function340 mbedtls_mpi_mod_residue a = { NULL, 0 }; /* argument */
390 mbedtls_mpi_mod_residue a = { NULL, 0 }; /* argument */
Dtest_suite_ssl_decrypt.function135 * The length_selector argument is interpreted as follows:
Dtest_suite_ctr_drbg.function505 // initialise c and r from test argument
Dhost_test.function483 * \param argc Command line argument count.
/openthread-latest/src/cli/
DREADME_COAPS.md243 …ameters work together in the following combinations, even though you can only specify one argument:
245 - No argument specified: Defaults are used.
246 - Setting `check-peer-cert` to `true`: Has the same effect as as omitting the argument, which is th…
248 …ck-peer-cert` is `true`, and the `max-conn-attempts` value is the number specified in the argument.
DREADME_UDP.md86 …ied IPv6 address must be used. Using a multicast address for the \<ip\> argument is not supported.…
/openthread-latest/
D.clang-tidy4 bugprone-argument-comment,
/openthread-latest/tools/tcat_ble_client/
DGENERATING_CERTIFICATES.md22 …ch subdirectory can be used as a value for the BBTC Commissioner `--cert_path` argument, if needed.
28 Thread TCAT uses Elliptic Curve Cryptography (ECC), so we use the `ecparam` `openssl` argument to g…
DREADME.md52 …e a different TCAT Commissioner certificate (identity), use the `--cert_path` argument, as follows:
/openthread-latest/tools/harness-automation/doc/
Dquickstart.rst46 …n continue running cases once broken. You can also get help information with argument -h or --help.
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md24 - `--verbose[=num]`: Change log verbosity level (Repeatable). num argument is optional and value 1 …
27 `spi-device-path` is a required argument since it indicates which SPI device to use. An example pat…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-limitations.md114 - encoding hash = MGF1 hash (from context, or argument = message hash)
118 - encoding hash = MGF1 hash (from context, or argument = message hash)
122 - encoding hash = MGF1 hash (from context, or argument = message hash)
126 - encoding hash = MGF1 hash from dedicated argument
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-wrappers-codegen-migration-guide.md32 …on for driverlist.json and driver JSONS can be overloaded by passing an argument --json-dir while …
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja65 * SE driver is present, to avoid unused argument errors at compile time. */
/openthread-latest/third_party/mbedtls/repo/tests/
DCMakeLists.txt219 # input argument.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md39 If an input argument is in shared memory, there is a risk of a **read-read inconsistency**:
54 If an output argument is in shared memory, there is a risk of a **write-read inconsistency**:
66 If an output argument is in shared memory, there is a risk of a **write-write disclosure**:
78 If a function both has an input argument and an output argument in shared memory, and processes its…
138 … a consequence, Mbed TLS will not offer this configurability unless there is a compelling argument.
488 ## Analysis of argument protection in built-in drivers
Dalternative-implementations.md54 …uring the execution of a library function that takes this context as an argument). (This is necess…
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md102 - In some functions that take an enum-like argument, “parameter validation”
294 the `MBEDTLS_RSA_PUBLIC` or `MBEDTLS_RSA_PRIVATE` argument. If you were calling
480 parameter with `NULL` as the value of this argument; this is no longer
495 `f_rng` argument but must allow users to pass one anyway.
Dpsa-transition.md37 …random generator argument where needed. This has historically been problematic with functions that…
185 …hms, there is a `PSA_WANT_` symbol both for the main macro and for each argument. For example, to …
267 …e of the operation and the choice of a specific algorithm comes from an argument. There is no spec…
601 …PAND) with the [hash algorithm](#hash-mechanism-selection) passed as an argument. For example `PSA…
638 …s of the PSA crypto API and the mbedtls API and you need to pass an RNG argument to a legacy or X.…
640 …elopment/api/file/psa__util_8h/#_CPPv422mbedtls_psa_get_randomPvPh6size_t) as the `f_rng` argument;
641 …ects/api/en/development/api/file/psa__util_8h/#c.MBEDTLS_PSA_RANDOM_STATE) as the `p_rng` argument.
1013 …h to `xxx_ext` legacy functions or using a legacy function that does not have a `saltlen` argument.
1015 …h to `xxx_ext` legacy functions or using a legacy function that does not have a `saltlen` argument.
/openthread-latest/etc/cmake/
Doptions.cmake267 # Get a list of the available platforms and output as a list to the 'arg_platforms' argument

12