Searched refs:their (Results 1 – 25 of 46) sorted by relevance
12
| /openthread-latest/ |
| D | AUTHORS | 4 # some cases, their employer may be the copyright holder. To see the full list 9 # their employer, as appropriate).
|
| D | STYLE_GUIDE.md | 30 …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…
|
| D | CODE_OF_CONDUCT.md | 24 - Publishing others' private information, such as a physical or email address, without their explic…
|
| /openthread-latest/third_party/mbedtls/ |
| D | README.md | 22 developers to include cryptographic and SSL/TLS capabilities in their
|
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_ecdh.data | 96 ECDH get_params with mismatched groups: our BP256R1, their SECP256R1 100 ECDH get_params with mismatched groups: their SECP256R1, our BP256R1
|
| D | test_suite_random.data | 39 # CTR_DRBG and HMAC_DRBG have their own maximum request lengths which may
|
| D | test_suite_pkparse.function | 305 * their position. This is enforced during parsing (please see the implementation
|
| /openthread-latest/third_party/mbedtls/repo/programs/test/cmake_subproject/ |
| D | CMakeLists.txt | 7 # projects that use Mbed TLS as a subproject are likely to add by their own
|
| /openthread-latest/third_party/mbedtls/repo/docs/ |
| D | 3.0-migration-guide.md | 6 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/ |
| D | README.md | 7 …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/ |
| D | README.md | 16 taken from FreeBSD retain their original copyright notices and licenses (which
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | CONTRIBUTING.md | 33 …their 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 | .pylintrc | 74 # Allow unused variables if their name starts with an underscore.
|
| D | LICENSE | 87 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
|
| D | SECURITY.md | 142 against remote timing attacks. (See their [Security
|
| /openthread-latest/third_party/mbedtls/repo/tests/data_files/dir4/ |
| D | Readme | 34 …tes issued before the integration will have an intermadiate self signed certificate in their chain)
|
| /openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
| D | psa-driver-wrappers-codegen-migration-guide.md | 32 …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/ |
| D | psa-legacy-bridges.md | 86 …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](#…
|
| D | strategy.md | 75 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/ |
| D | README_SRP.md | 167 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/ |
| D | psa-thread-safety.md | 119 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/ |
| D | README.md | 10 Platform developers should modify the THCI implementation directly to match their platform (for exa…
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
| D | tls13-support.md | 132 (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.
|
| D | psa-shared-memory.md | 21 …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/ |
| D | LICENSE | 87 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