Home
last modified time | relevance | path

Searched refs:their (Results 1 – 25 of 46) sorted by relevance

12

/openthread-latest/
DAUTHORS4 # some cases, their employer may be the copyright holder. To see the full list
9 # their employer, as appropriate).
DSTYLE_GUIDE.md30 …tters are fine since the compiler can efficiently optimize these and make their overhead as low as…
137 - All OpenThread C public data types and free functions should have `ot` prepended to their name.
159 - Braces should go on their own lines.
171 …ect / class methods are and how they are to be used, what their parameters are, and what their ret…
DCODE_OF_CONDUCT.md24 - Publishing others' private information, such as a physical or email address, without their explic…
/openthread-latest/third_party/mbedtls/
DREADME.md22 developers to include cryptographic and SSL/TLS capabilities in their
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecdh.data96 ECDH get_params with mismatched groups: our BP256R1, their SECP256R1
100 ECDH get_params with mismatched groups: their SECP256R1, our BP256R1
Dtest_suite_random.data39 # CTR_DRBG and HMAC_DRBG have their own maximum request lengths which may
Dtest_suite_pkparse.function305 * their position. This is enforced during parsing (please see the implementation
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_subproject/
DCMakeLists.txt7 # projects that use Mbed TLS as a subproject are likely to add by their own
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md6 need to change their own code in order to make it work with Mbed TLS 3.0.
116 basis, but their presence will no longer be dependent on a compile-time option.
150 and still relied on `compat-1.3.h` in their code.
179 removed. The primes from RFC 5114 are deprecated because their derivation is not
180 documented and therefore their usage constitutes a security risk; they are fully
268 Alternative implementations of the SHA256 and SHA512 modules must adjust their functions' prototype…
352 To migrate to the this change the user can keep the `*_ret` names in their code
354 renaming or to rename those functions in their code according to the list from
471 some of their parameters.
494 configuration options) may have their own internal and are free to ignore the
[all …]
/openthread-latest/tools/harness-simulation/
DREADME.md7 …Windows, which is a non-POSIX environment. So two systems are needed, and their setup procedures i…
9 …fy the THCI implementation and/or the SI implementation directly to match their platform (for exam…
/openthread-latest/third_party/tcplp/
DREADME.md16 taken from FreeBSD retain their original copyright notices and licenses (which
/openthread-latest/third_party/mbedtls/repo/
DCONTRIBUTING.md33their own code to work with a newer version of the library. Unless the user has made an active dec…
89 Contributors must accept that their contributions are made under both the Apache-2.0 AND [GPL-2.0-o…
97 …. If more than one person contributed to the commit, they should also add their own `Signed-off-by…
D.pylintrc74 # Allow unused variables if their name starts with an underscore.
DLICENSE87 by such Contributor that are necessarily infringed by their
88 Contribution(s) alone or by combination of their Contribution(s)
250 source code. And you must show them these terms so they know their
391 this License will not have their licenses terminated so long as such
DSECURITY.md142 against remote timing attacks. (See their [Security
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir4/
DReadme34 …tes issued before the integration will have an intermadiate self signed certificate in their chain)
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-wrappers-codegen-migration-guide.md32 …r_wrappers.h file can be found at **scripts/data_files/driver_jsons/** as their default location, …
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md86 …e other API. Most applications would convert legacy and PSA error code to their own error codes, a…
118 …, via the pk module. ECC keys can also be further classified according to their curve. The legacy …
127 …em to be a need to convert between legacy and PSA asymmetric key types on their own. The useful me…
158 …ly expect people to activate `MBEDTLS_USE_PSA_CRYPTO` at an early stage of their migration to PSA.)
170 …y expect people to activate `MBEDTLS_USE_PSA_CRYPTO` at an early stage of their migration to PSA. …
190 …X.509. We may well also add support for some post-quantum signatures, and their concrete format is…
241 …ntly small to be handled in ad hoc ways in applications, and hashes have [their own conversions](#…
Dstrategy.md75 the crypto library, but also their use in the TLS and X.509 layers. Since PSA
307 (such as `mbedtls_md_type_t`) in their API and can't assume PSA to be
367 their declaration for how to do that locally.
391 `#define`s, essentially mapping `mbedtls_` APIs to their `psa_` equivalent.
430 might be undesirable to use N PSA key slots for their public keys as long as
/openthread-latest/src/cli/
DREADME_SRP.md167 A host and service, along with their names, can be removed through the client node:
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md119 Once initialized, threads can use any PSA function if there is no overlap between their calls. All …
127 …e any such operation would need to wait for all other threads to complete their tasks before wipin…
129 …ypto_free` must only be called by a single thread once all threads have completed their operations.
237 …calls is equivalent to sequentially performing the calls in order of when their linearization poin…
296 …in the key slot, and unregistering as a reader after the operation, using their own operation-spec…
324 …* Multi-part operations will need to remain registered as readers of their key slot until their co…
/openthread-latest/tools/harness-thci/
DREADME.md10 Platform developers should modify the THCI implementation directly to match their platform (for exa…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dtls13-support.md132 (1) These options must remain in their default state of enabled.
196 - Regarding vectors that are represented by a length followed by their value
300 split them to ease their search in the code base.
Dpsa-shared-memory.md21 …ce receives remote procedure calls (RPC) from other partitions, validates their arguments (e.g. va…
172 **Design decision: require symmetric cryptography drivers to read their input without a risk of rea…
182 **Design decision: require key derivation drivers to emit their output without reading back from th…
208 **Design decision: for now, require sign/verify-message drivers to read their input without a risk …
325 …the disadvantage that we will have to manually ensure that buffers sit in their own pages, which l…
382 …portant that we validate that the builtin drivers are correctly accessing their inputs and outputs…
542 These may be used to keep track of input and output copies' state, and ensure that their length is …
618 …may be set whenever PSA functions are assumed to have exclusive access to their input and output b…
678 To make sure that we can correctly detect functions that access their input/output buffers rather t…
/openthread-latest/third_party/mbedtls/repo/framework/
DLICENSE87 by such Contributor that are necessarily infringed by their
88 Contribution(s) alone or by combination of their Contribution(s)
250 source code. And you must show them these terms so they know their
391 this License will not have their licenses terminated so long as such

12