Home
last modified time | relevance | path

Searched refs:separate (Results 1 – 22 of 22) sorted by relevance

/openthread-latest/src/core/meshcop/
Dborder_agent.cpp353 bool separate = false; in ForwardToLeader() local
363 separate = true; in ForwardToLeader()
366 separate = true; in ForwardToLeader()
372 if (separate) in ForwardToLeader()
377 …forwardContext.Reset(ForwardContext::AllocateAndInit(GetInstance(), aMessage, petition, separate)); in ForwardToLeader()
406 SendErrorMessage(aMessage, separate, error); in ForwardToLeader()
/openthread-latest/third_party/mbedtls/repo/scripts/
Ddriver.requirements.txt16 # Jinja2 >=2.10, <3.0 needs a separate package for type annotations
/openthread-latest/tests/nexus/
DREADME.md13 …on platform (under `examples/platforms/simulation`), where nodes run in separate processes and int…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md25 …a. Import-and-save testing and load-and-check testing can be split into separate test functions wi…
52 …ddresses the test strategy for [PSA ITS over file](#psa-its-over-file) in a separate section below.
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_nist_kw.function33 * 1. Check wrap and unwrap with two separate contexts
Dtest_suite_bignum_mod_raw.function719 /* It has separate output, and requires temporary working storage */
783 /* It has separate output, and requires temporary working storage */
/openthread-latest/tests/toranj/
DREADME_CLI.md173 …g (e.g., read–eval–print loop (REPL) model in python) and do not need a separate process to run to…
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-driver-example-and-guide.md89 …* **Opaque Drivers** Calls to driver entry points go in a separate `case` block corresponding to t…
137 …e macro for the driver, along with any other custom configurations in a separate header file, then…
Dpsa-transition.md342 …nterface for authenticated and non-authenticated ciphers, while the PSA API has separate functions.
343 …the same functions for encryption and decryption, while the PSA API has separate functions where a…
400 …ten at the end of the output. (To encrypt with a specified nonce, or to separate the tag from the …
401 … of a ciphertext with the authentication tag at the end. (If the tag is separate, use the multi-pa…
530 …nterface for authenticated and non-authenticated ciphers, while the PSA API has separate functions.
531 …the same functions for encryption and decryption, while the PSA API has separate functions where a…
706 … RSA key types in the PSA API. In the PSA API, key pairs and public keys are separate object types.
713 …can be used both for private-key and public-key operations (there is no separate key type for a pr…
725 …key types in the PSA API. In the PSA API, key pairs and public keys are separate object types. The…
729 …can be used both for private-key and public-key operations (there is no separate key type for a pr…
[all …]
/openthread-latest/third_party/mbedtls/repo/framework/
DLICENSE143 the terms of any separate license agreement you may have executed
330 and can be reasonably considered independent and separate works in
332 sections when you distribute them as separate works. But when you
/openthread-latest/third_party/mbedtls/repo/
DLICENSE143 the terms of any separate license agreement you may have executed
330 and can be reasonably considered independent and separate works in
332 sections when you distribute them as separate works. But when you
DREADME.md119 In order to build the source using CMake in a separate directory (recommended), just enter at the c…
DChangeLog1085 * Add HKDF-Expand and HKDF-Extract as separate algorithms in the PSA API.
1445 This module does not have a separate configuration option, and functions
4914 * HMAC-DRBG as a separate module
5109 * Introduced separate SSL Ciphersuites module that is based on
5111 * Internals for SSL module adapted to have separate IV pointer that is
5113 * Moved all OID functionality to a separate module. RSA function
5380 rsa_pkcs1_sign() and rsa_pkcs1_verify() to separate PKCS#1 v1.5 and
5634 * Added a separate CRL entry extension parsing function
5751 * Parsing of PEM files moved to separate module (Fixes
5846 * Changed ARC4 to use separate input/output buffer
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md325 4. Allocating buffers separate pages and calling `mprotect()` to set pages as inaccessible. This ha…
326 …tion returns. For output buffers, fill them with random data and keep a separate copy of it. In th…
332 …her two. To implement it, we would need to allocate poisoned buffers in separate memory pages. The…
421 …e gdb language, so we may want to just log the addresses and then use a separate program to analyz…
523 These seem to be a repeat of the same function, however it is useful to retain two separate functio…
/openthread-latest/
DSTYLE_GUIDE.md149 - Conditionals shall always appear on a separate line from the code to execute as a result of the c…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md33 …n some environments, an application can make calls to the Crypto API in separate threads. In such …
222 * They operate on the key slot, usually copying the key into a separate buffer to be used by the op…
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md22 …vers** implement cryptographic mechanisms on keys which are stored in a separate domain such as a …
Dpsa-driver-interface.md869 …ypto_init()`. On platforms where the PSA Cryptography implementation is separate from the applicat…
1031 …A Cryptography implementation to delegate cryptographic operations to a separate environment that …
1296 … the PSA Cryptography API defines more structure for lifetime values to separate these two aspects…
/openthread-latest/doc/
DDoxyfile.in392 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
405 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
1300 # The GENERATE_CHI flag controls if a separate .chi index file is generated (
1456 # external symbols imported via tag files in a separate window.
1682 # default header to a separate file.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md27 In Mbed TLS 4.0, the cryptography will be provided by a separate project [TF-PSA-Crypto](https://gi…
Dmd-cipher-dispatch.md533 Remove hash names from `mbedtls_md_info_t`. Use a simple switch-case or a separate list to implemen…
/openthread-latest/src/cli/
DREADME.md1322 - `srv_txt_sep`: Query in parallel for SRV and TXT using separate messages.
1350 - `srv_txt_sep`: Query in parallel for SRV and TXT using separate messages.