Home
last modified time | relevance | path

Searched refs:any (Results 1 – 25 of 64) sorted by relevance

123

/mbedtls-latest/
DLICENSE38 "Object" form shall mean any form resulting from mechanical
48 "Derivative Works" shall mean any work, whether in Source or Object
56 "Contribution" shall mean any work of authorship, including
57 the original version of the Work and any modifications or additions
62 means any form of electronic, verbal, or written communication sent
70 "Contributor" shall mean Licensor and any individual or Legal Entity
90 institute patent litigation against any entity (including a
93 or contributory patent infringement, then any patent licenses
98 Work or Derivative Works thereof in any medium, with or without
102 (a) You must give any other recipients of the Work or
[all …]
DBRANCHES.md3 At any point in time, we have a number of maintained branches, currently consisting of:
19 These branches will not receive any changes or updates.
37 modification with any later release x.y'.z' with the same major version
76 keys written under any Mbed TLS 3.x with x <= y).
92 re-compiling) and to avoid any increase in code size or RAM usage, or in the
DSECURITY.md82 Mbed TLS doesn't make any security guarantees against local non-timing-based
91 Mbed TLS doesn't make any security guarantees against local fault injection
101 Mbed TLS doesn't make any security guarantees against physical attacks. If
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md37 In general, a system is thread-safe if any valid set of concurrent calls is handled as if the effec…
43 …e are no race-conditions, deadlocks or livelocks when concurrently calling any set of PSA key mana…
59 > * A call to `psa_destroy_key()` must not overlap with a concurrent call to any of the following f…
65 > If any of these constraints are violated, the behaviour is undefined.
84 Users can add support to any platform which has mutexes using the Mbed TLS platform abstraction lay…
92 1. The key identifier does not exist. This is a functional requirement for persistent keys: any thr…
115 …have multiple threads each calling `psa_crypto_init` followed by a call to any PSA key management …
119any PSA function if there is no overlap between their calls. All threads share the same set of key…
127 There is no thread-safe way to free all PSA resources. This is because any such operation would nee…
165 * `PSA_SLOT_FULL`: the slot contains a key, and any thread is able to use the key after registering…
[all …]
/mbedtls-latest/docs/
Duse-psa-crypto.md15 `psa_crypto_init()` before calling any function from the SSL/TLS, X.509 or PK
17 at any time.
30 `psa_crypto_init()` before you call any other `psa_xxx()` function. Other
38 calling any function from PK, X.509 or TLS; however it doesn't change anything
57 longer beta, and production quality, so there's no longer any reason to make
63 before calling any PK, X.509 or TLS functions. For the same compatibility
D3.0-migration-guide.md78 The change affects users who use any of the following functions:
100 treated differently from any other invalid pointer, and typically leads to a
129 doesn't have any entropy source, you should use `MBEDTLS_ENTROPY_NV_SEED`
152 Please use the new names directly in your code; `scripts/rename.pl` (from any
236 … or using GCM via the `mbedtls_cipher_xxx` or `psa_aead_xxx` interfaces do not require any changes.
552 `certs.c` is out of the library there is no longer any stability guaranteed
553 and it may change in incompatible ways at any time.
578 extension if it contains any unsupported certificate policies.
692 cause any failures however if you used to enable TLS record-level compression
704 Please switch to any of the modern, recommended ciphersuites (based on
[all …]
Ddriver-only-builds.md47 make sure you call `psa_crypto_init()` before any function that uses the
48 driver-only mechanisms. Note that this is already a requirement for any use of
97 You need to call `psa_crypto_init()` before any crypto operation that uses
204 A limited subset of `ecp.c` will still be automatically re-enabled if any of
214 Note: when any of the above options is enabled, a subset of `ecp.c` will
/mbedtls-latest/tests/suites/
Dtest_suite_platform_printf.function9 * There aren't any yet at the time of writing.)
28 void printf_int(char *format, /* any format expecting one int argument, e.g. "%d" */
Dtest_suite_random.data38 # with something larger than any RNG call made by Mbed TLS itself expects.
Dtest_suite_psa_crypto_driver_wrappers.data124 verify_hash transparent driver: in driver Public Key RSA-1024 PSS-any-salt SHA-256
128 verify_hash transparent driver: fallback Public Key RSA-1024 PSS-any-salt SHA-256
132 verify_hash transparent driver: error Public Key RSA-1024 PSS-any-salt SHA-256
228 verify_message transparent driver: calculate in driver Public Key RSA PSS-any-salt SHA-256
232 verify_message transparent driver: fallback Public Key RSA PSS-any-salt SHA-256
236 verify_message transparent driver: error Public Key RSA PSS-any-salt SHA-256
/mbedtls-latest/tests/scripts/
Dall.sh276 -q|--quiet Only output component names, and errors if any.
277 -f|--force Force the tests to overwrite any modified files.
289 files. Do not run any components unless they are
292 to any specified component. May be repeated.
Dgenerate_tls13_compat_tests.py171 if any(x in ffdh_groups for x in self._named_groups):
383 if any(x in ec_groups for x in self._named_groups):
386 if any(x in ffdh_groups for x in self._named_groups):
Dcomponents-configuration.sh43 tests/scripts/run-metatests.sh any asan poison
160 tests/scripts/run-metatests.sh any pthread
Drun-metatests.sh6 Run all the metatests whose platform matches any of the given PLATFORM.
Dcomponents-sanitizers.sh155 tests/scripts/run-metatests.sh any msan
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-limitations.md66 done any time.)
82 migration by implementing RFC 7919. (Implementing RFC 7919 could be done any
123 - salt length: any valid length accepted
137 - salt length can be either "standard" (<= hashlen, see note) or "any"
141 - salt length: either <= hashlen (see note), or any depending on algorithm
317 There's no question about what to do with TLS (any version); the only question
Dmd-cipher-dispatch.md88 …tion is enabled, applications must call `psa_crypto_init()` before calling any of the functions in…
113 …n the long term, will be provided through a PSA interface, but cannot make any PSA-related assumpt…
139 * In principle: any cipher-mode (default padding), passed an
183 * potentially any cipher/AEAD in any mode and any direction
255 …he level of PSA before it calls the RSA module, though, so it doesn't have any implication on the …
264 …gates the savings from using acceleration, if there are savings at all. In any case, calling PSA o…
284 We could go further and make PSA accelerators available to legacy callers that call any legacy hash…
/mbedtls-latest/docs/architecture/
Dtls13-support.md90 there is rarely any need to modify the configuration from that used for
142 exchange mode enabled, the TLS 1.3 implementation does not contain any code
147 mode enabled, the TLS 1.3 implementation does not contain any code related
156 exchange mode enabled, the TLS 1.3 implementation does not contain any code
399 * parsing stage: parse the message and restrict as much as possible any
423 * writing stage: write the message and restrict as much as possible any update
Dpsa-storage-resilience.md15 …lication calls an API function, as far as the application is concerned, at any given point in time…
40 …le-storage). We do not need to take any special precautions in the library design, and we do not n…
141 * Aborting means removing any trace of the key creation.
144 …* Aborting means destroying the key in the secure element and removing any local storage used for …
146 …ld have been done if the transaction had not been interrupted, by removing any remaining local sto…
149 …ld have been done if the transaction had not been interrupted, by removing any remaining local sto…
157 …ot require querying the state of the secure element. This does not require any special precautions…
211 …e point where the key has been added to the transaction list, and ignoring any failure of a remova…
236 …e point where the key has been added to the transaction list, and ignoring any failure of a remova…
295 …itself an operation that must respect the invariant, and so we do not need any special testing for…
[all …]
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md31 …ple drivers from different providers into the same implementation, without any prior arrangement o…
37any platform-specific consideration. Driver calls are simple C function calls. Interactions with p…
65 In addition to the properties described here, any JSON object may have a property called `"_comment…
129 …nistic ECDSA signatures (but not signature verification) using any hash algorithm and any curve th…
243 …this fails, the core destroys the operation context object without calling any other driver entry …
245any entry point fails, the core calls the driver's `xxx_abort` entry point for this operation fami…
246 …oint fails, the core destroys the operation context object without calling any other driver entry …
258 …n context byte by byte, therefore hash operation contexts must not contain any embedded pointers (…
445 …capacity limitation and must return `PSA_ERROR_INSUFFICIENT_CAPACITY` from any output request that…
451 `capacity` is guaranteed to be less or equal to any value previously set through this entry point, …
[all …]
Dpsa-conditional-inclusion-c.md71 … feature is available through the PSA API. These symbols should be used in any place that requires…
86 … key of that type for enabled algorithms. This is automatically enabled if any of the other `PSA_W…
106 Rationale: Finite-field Diffie-Hellman code is usually not specialized for any particular group, so…
175 Since configuration symbols must be undefined or 1, any other value should trigger an `#error`.
203 …nism proposed here. The approximation considers a feature to be enabled if any part of it is enabl…
/mbedtls-latest/scripts/
Dconfig.py72 def any(self, *names): member in Config
74 return any(self.__contains__(name) for name in names)
/mbedtls-latest/3rdparty/p256-m/
DCMakeLists.txt16 # p256m is not directly linked against any mbedtls targets
/mbedtls-latest/3rdparty/everest/
DCMakeLists.txt18 # everest is not directly linked against any mbedtls targets
/mbedtls-latest/docs/architecture/testing/
Ddriver-interface-test-strategy.md79 * Test that `psa_destroy_key()` does not leave any trace of the key.
83 …</sub>, ..., M<sub>n</sub>). If the operation is interrupted by a reset at any point, it must be e…
90 …done by e.g. using a key that is supposed to be present) and does not have any unexpected content …

123