Searched refs:most (Results 1 – 25 of 39) sorted by relevance
12
| /openthread-latest/third_party/mbedtls/repo/pkgconfig/ |
| D | JoinPaths.cmake | 3 # known from most languages
|
| /openthread-latest/third_party/mbedtls/repo/docs/ |
| D | use-psa-crypto.md | 42 X.509 and TLS. It also has no effect on most of the TLS 1.3 code, which always 141 ### TLS: most crypto operations based on PSA 153 ### X.509: most crypto operations based on PSA 163 ### PK layer: most crypto operations based on PSA
|
| D | driver-only-builds.md | 50 `MBEDTLS_USE_PSA_CRYPTO` is enabled, so in most cases your application will 134 It is possible to have most ECC operations provided only by a driver:
|
| D | 3.0-migration-guide.md | 34 suffixed with `_ret`. In Mbed TLS 3.x, this change may not be required, as most 423 They are already niche or obsolete and most of them are weak or broken. For 857 …access is no longer supported. Please see the [section on private structure fields](#most-structur…
|
| D | psa-driver-example-and-guide.md | 53 …cros associated with the driver should begin with. This is similar to how most functions/macros in…
|
| /openthread-latest/third_party/mbedtls/repo/programs/ |
| D | README.md | 57 …Note: most applications should only use the entropy generator to seed a cryptographic pseudorandom… 83 …most of the other programs under the `programs/` directory, these two programs are not intended as…
|
| /openthread-latest/third_party/mbedtls/repo/3rdparty/everest/ |
| D | README.md | 5 …upported, although the version in `everest/library/legacy` should work on most systems. The main i…
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
| D | strategy.md | 15 As of Mbed TLS 3.2, most of (G1) and all of (G2) is implemented when 127 current strategy is to keep using those identifiers in most of the code, in 196 still stored outside of PSA most of the time, supporting only G1). 277 - Step 0 is achieved for most algorithms, with only a few gaps remaining. 278 - Step 1 is achieved for most of PK, X.509, and TLS when 285 - Step 2 is achieved for most of X.509 and TLS (same gaps as step 1) when 304 The most satisfying situation here is when we can just use the PSA Crypto API 389 The most favourable case is if we can have a zero-cost abstraction (no 406 Another possibility is to keep most or all of the existing API for the PK, MD 420 Again, this provides the most value to users if we can manage to keep the [all …]
|
| D | psa-limitations.md | 64 non-trivial API design problem, but most importantly seems backwards, as 81 the one that requires the most work, but it would deliver value beyond PSA 99 - most commonly MGF1, which in turn is parametrized by a hash algorithm
|
| D | psa-legacy-bridges.md | 55 * Data manipulation other than keys. In practice, most data formats within the scope of the legacy … 127 …can be used with multiple types, and PSA keys have a policy that (for the most part) limits them t…
|
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_bignum_random.function | 64 * of unset bits after the most significant bit. 88 /* Extract the (up to) 2 most significant bytes */ 95 /* Shift the most significant bit of x to position 8 and mask it out */
|
| D | test_suite_constant_time_hmac.function | 82 * max_in_len and min_in_len is at most 255, and make sure they both vary
|
| D | test_suite_mps.function | 30 /* This test exercises the most basic use of the MPS reader: 841 * most of the random calls fail.
|
| D | test_suite_asn1parse.function | 516 buf[6] = 0x01; /* most significant octet */
|
| D | test_suite_ecp.data | 660 ECP read key #5 (Curve25519, most significant bit set) 664 ECP read key #6 (Curve25519, second most significant bit unset) 696 ECP read key #14 (Curve448, most significant bit unset)
|
| /openthread-latest/tools/tcat_ble_client/ |
| D | GENERATING_CERTIFICATES.md | 13 …e certificates. The scripts can also handle multiple CAs, and provide the most detailed view on ho…
|
| /openthread-latest/src/posix/ |
| D | README.md | 5 Currently most platforms in [examples/platforms](../../examples/platforms) support transceiver mode.
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | README.md | 11 Mbed TLS should build out of the box on most systems. Some platform specific options are available … 264 …s a few platform requirements that go beyond the standard, but are met by most modern architecture… 298 …most operations. To enable this support, activate the compilation option `MBEDTLS_USE_PSA_CRYPTO` …
|
| D | LICENSE | 225 The licenses for most software are designed to take away your 229 General Public License applies to most of the Free Software 319 interactive use in the most ordinary way, to print or display an 503 to attach them to the start of each source file to most effectively
|
| /openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
| D | README.md | 162 that the externally-provided RNG function uses at most 384 bytes of stack). 195 The most relevant/convenient implementation for comparisons is 315 The implementation is contained in a single file to keep most functions static 499 that of the modulus p. This is true of most curves standardized so far, the
|
| /openthread-latest/third_party/mbedtls/repo/framework/ |
| D | LICENSE | 225 The licenses for most software are designed to take away your 229 General Public License applies to most of the Free Software 319 interactive use in the most ordinary way, to print or display an 503 to attach them to the start of each source file to most effectively
|
| /openthread-latest/ |
| D | CONTRIBUTING.md | 188 You can find most of these comments in the [OpenThread header files](https://github.com/openthread/…
|
| D | STYLE_GUIDE.md | 123 …itions, the author should choose the one that predominantly describes or that makes the most sense.
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
| D | psa-shared-memory.md | 23 …system while crypto is working, such a limitation is rarely desirable and most systems don't offer… 243 …ram optimization enabled (e.g. `-flto` with `gcc`). Try also enabling the most extreme optimizatio… 248 …tforms while retaining a C implementation that is likely to be correct on most platforms as a fall… 384 Note: We are focusing on read-read inconsistencies for now, as most of the cases where we aren't co… 425 An alternative approach is to use a dynamic instrumentation tool (the most obvious being Valgrind) …
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
| D | invasive-testing.md | 55 If the most practical way to test something is to add code to the product that is only useful for t… 298 Solution ([internal interface](#internal-interfaces)): in most tests involving PSA functions, the c…
|
12