Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 34) sorted by relevance

12

/openthread-3.6.0/third_party/tcplp/bsdtcp/cc/
Dcc_module.h58 #define CCV(ccv, what) (ccv)->ccvc.tcp->what argument
/openthread-3.6.0/.github/ISSUE_TEMPLATE/
Dbug_report.md6 **Describe the bug** A clear and concise description of what the bug is.
15 **Expected behavior** A clear and concise description of what you expected to happen.
Dfeature_request.md6 …st related to a problem? Please describe.** A clear and concise description of what the problem is.
8 **Describe the solution you'd like** A clear and concise description of what you want to happen.
/openthread-3.6.0/third_party/mbedtls/repo/library/
Daesni.c48 int mbedtls_aesni_has_support( unsigned int what ) in mbedtls_aesni_has_support() argument
63 return( ( c & what ) != 0 ); in mbedtls_aesni_has_support()
/openthread-3.6.0/
DSTYLE_GUIDE.md123 - File names should match the names and types of what is described in the file. If a file contains …
124 - File contents and names should be limited in the scope of what they contain. It may also be possi…
167 - Detail what the various source and header files are and how they fit into the broader context.
168 - Detail what the various C++ namespaces are.
169 - Detail what the constants, C preprocessor definitions, and enumerations are.
170 - Detail what the globals are and how they are to be used.
171 …- Detail what the free function and object / class methods are and how they are to be used, what t…
174 - Briefly describes what it is and what it does.
175 - Describes in detail, optionally, what it is and what it does.
DCODE_OF_CONDUCT.md17 - Focusing on what is best not just for us as individuals, but for the overall community
/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Daesni.h62 int mbedtls_aesni_has_support( unsigned int what );
/openthread-3.6.0/third_party/build_gn/toolchain/
DBUILD.gn42 # overrides it (in which case {{output_extension}} will be what the target
46 # it (in which case {{output_dir}} will be what the target specifies).
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-integration-guide.md43 <!-- TODO: what if the driver is provided as C source code? -->
45 <!-- TODO: what about additional include files? -->
Dpsa-driver-developer-guide.md25 …river description file declares which functions the driver implements and what cryptographic mecha…
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/testing/
Dtest-framework.md13 Each test case has a description which succinctly describes for a human audience what the test does…
20 …Rationale: 66 characters is what our various tools assume (leaving room for 14 more characters on …
33 …opt.sh` has a description which succinctly describes for a human audience what the test does. The …
Dpsa-storage-format-testing.md27 If the test passes with version V, this means that the test data is consistent with what the implem…
29 … on version W with the same data that proves that version W can read back what version V wrote. Fr…
85 …ally based on an enumeration of available constants and some knowledge of what attributes (sizes, …
Dinvasive-testing.md9 This is a test strategy document, not a test plan. A description of exactly what is tested is out o…
20 This document currently focuses on data structure manipulation and storage, which is what the crypt…
42 > * on top of stdio. It expects to know what the stdio name of a file is
214 | Correctness | ! Difficult to ensure that what we test is what we run |
254 * Writing reliable debugger scripts is hard. We need to have confidence that we're testing what we …
/openthread-3.6.0/third_party/mbedtls/repo/.github/
Dpull_request_template.md21 If there is any API change, what's the incentive and logic for it.
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_mps.function59 /* Consume exactly what's available */
104 /* Consume exactly what's available */
218 * of the consumer exceeds what has been provided by the producer, and when
335 * - The consumer asks for more data than what's available.
362 /* Ask for more than what's available. */
457 * - The consumer has asked for more than what's available, so the
484 /* Ask for more than what's available. */
685 /* Ask for more than what's available. */
932 /* Check if output is in accordance with what was written */
976 * - The consumer asks for more data than what's available
Dtest_suite_memory_buffer_alloc.function144 * bytes, and makes it hard to know what the reported size will be, so
Dtest_suite_psa_crypto_storage_format.function184 * can read back what this version wrote. */
Dtest_suite_psa_its.function4 * on top of stdio. It expects to know what the stdio name of a file is
Dtest_suite_asn1parse.function241 * valid depending on what the trailing garbage is. */
250 * we wouldn't know what to parse the input as.
Dtest_suite_entropy.function477 // Determine what should have happened with manual entropy internal logic
Dtest_suite_pkcs1_v15.function241 /* Check that the output in invalid cases is what the default
/openthread-3.6.0/tests/unit/
DREADME.md16 To see what tests are available in OpenThread:
/openthread-3.6.0/third_party/mbedtls/repo/tests/scripts/
Dtest_zeroize.gdb30 # problem is that a compiler would typically remove what it considers to be
/openthread-3.6.0/tools/harness-automation/autothreadharness/
Dharness_case.py66 def wait_until(what, times=-1): argument
80 if what() is True:
/openthread-3.6.0/third_party/mbedtls/repo/
DREADME.md82 In case you find that you need to do something else as well, please let us know what, so we can add…
197 - [What external dependencies does Mbed TLS rely on?](https://tls.mbed.org/kb/development/what-ex…

12