Home
last modified time | relevance | path

Searched refs:most (Results 1 – 25 of 39) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/pkgconfig/
DJoinPaths.cmake3 # known from most languages
/openthread-latest/third_party/mbedtls/repo/docs/
Duse-psa-crypto.md42 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
Ddriver-only-builds.md50 `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:
D3.0-migration-guide.md34 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…
Dpsa-driver-example-and-guide.md53 …cros associated with the driver should begin with. This is similar to how most functions/macros in…
/openthread-latest/third_party/mbedtls/repo/programs/
DREADME.md57 …Note: most applications should only use the entropy generator to seed a cryptographic pseudorandom…
83most of the other programs under the `programs/` directory, these two programs are not intended as…
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/
DREADME.md5 …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/
Dstrategy.md15 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 …]
Dpsa-limitations.md64 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
Dpsa-legacy-bridges.md55 * 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/
Dtest_suite_bignum_random.function64 * 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 */
Dtest_suite_constant_time_hmac.function82 * max_in_len and min_in_len is at most 255, and make sure they both vary
Dtest_suite_mps.function30 /* This test exercises the most basic use of the MPS reader:
841 * most of the random calls fail.
Dtest_suite_asn1parse.function516 buf[6] = 0x01; /* most significant octet */
Dtest_suite_ecp.data660 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/
DGENERATING_CERTIFICATES.md13 …e certificates. The scripts can also handle multiple CAs, and provide the most detailed view on ho…
/openthread-latest/src/posix/
DREADME.md5 Currently most platforms in [examples/platforms](../../examples/platforms) support transceiver mode.
/openthread-latest/third_party/mbedtls/repo/
DREADME.md11 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…
298most operations. To enable this support, activate the compilation option `MBEDTLS_USE_PSA_CRYPTO` …
DLICENSE225 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/
DREADME.md162 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/
DLICENSE225 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/
DCONTRIBUTING.md188 You can find most of these comments in the [OpenThread header files](https://github.com/openthread/…
DSTYLE_GUIDE.md123 …itions, the author should choose the one that predominantly describes or that makes the most sense.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md23 …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/
Dinvasive-testing.md55 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