Home
last modified time | relevance | path

Searched refs:way (Results 1 – 25 of 50) sorted by relevance

12

/mbedtls-latest/programs/test/
Dudp_proxy.c479 const char *way; member
491 elapsed_time(), p->way, p->type, p->len); in print_packet()
494 elapsed_time(), p->way, p->type, p->len, why); in print_packet()
499 p->way, p->type, p->len); in print_packet()
502 p->way, p->type, p->len, why); in print_packet()
666 static int handle_message(const char *way, in handle_message() argument
686 cur.way = way; in handle_message()
692 if (strcmp(way, "S <- C") == 0) { in handle_message()
/mbedtls-latest/tests/suites/
Dtest_suite_bignum_random.function4 * we test all the layers in a single test suite, unlike the way other
15 * We test parameter validation in a standard way, with unit tests with
36 * in the same way as mbedtls_mpi_core_random(). This is done in
181 /* Also check that they have consumed the RNG in the same way. */
248 /* Also check that they have consumed the RNG in the same way. */
337 * enough. This is a very crude way of checking the distribution.
Dtest_suite_test_helpers.function17 * there's no sane way to catch an Asan/Valgrind complaint.
Dtest_suite_net.function127 /* mbedtls_net_recv_timeout() uses select() and fd_set in the same way. */
Dtest_suite_gcm.function33 /* Allocate a tight buffer for each update call. This way, if the function
87 /* Allocate a tight buffer for each update call. This way, if the function
Dtest_suite_psa_crypto_memory.function16 * been written, in a way that will detect an error in offset. */
Dtest_suite_psa_crypto_persistent_key.data3 # backward-incompatible way! Think carefully about backward compatibility
Dtest_suite_psa_crypto_persistent_key.function11 * backward-incompatible way! Think carefully about backward compatibility
Dtest_suite_psa_its.function9 * backward-incompatible way! Think carefully about backward compatibility
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md67 …to bridge the legacy API and the PSA API. The goal is not to provide a PSA way to do everything th…
160 Gap: a way to create a PSA key object from an `mbedtls_pk_context`. This partially exists in the fo…
169 …or-prone: if the PSA key is destroyed but the PK object isn't, there is no way to reliably detect …
177 Gap: a way to copy a PSA key into a PK context. This can only be expected to work if the PSA key is…
194 …arse APIs, or present an ordinary input/output API. The ASN.1 APIs are the way they are to accommo…
243 * No further work is needed about DHM specifically. There is no good way to translate the relevant …
244 * [OPEN] Is there a decent way to convert between `mbedtls_pk_type_t` plus extra information, and `…
245 …Thinking so far: there isn't really a nice way to present this conversion. For a specific key, `mb…
251way to distinguish between an RSA key that is intended for signature or for encryption. Between al…
Dstrategy.md158 they will need to keep existing in some way. (Also, the PK layer is a good
180 - Provide a new way to set up a context that causes operations on that context
354 are expressed (sometimes in bulk), to get things wrong in a way that would
468 would need a way to easily extract the PSA key ID from the PK context.
Dtesting.md51 accepts a context created this way - for example:
/mbedtls-latest/docs/architecture/testing/
Dinvasive-testing.md30 Do not add test-specific interfaces if there's a practical way of doing it another way. All public …
55 If the most practical way to test something is to add code to the product that is only useful for t…
186 | | ~ The tests may call internal functions in a way that does not reflect actual usage…
213 | Coverage | ++ Most things can be tested that way |
235 * We can inject external libraries at link time. This can be a way to make system functions fail.
252 …s (e.g. timing). If we modify data structures in memory, we may do so in a way that the code doesn…
364 …a few checks to detect corrupted data in memory. We currently don't have a way to exercise those c…
Dpsa-storage-format-testing.md17 Doing the testing this way would be difficult because we'd need to have version V of Mbed TLS avail…
39 If the way certain keys are stored changes, and we don't deliberately decide to stop supporting old…
/mbedtls-latest/scripts/
Dci.requirements.txt17 # compatible with the running Python: this way we get something good enough
/mbedtls-latest/tests/git-scripts/
DREADME.md3 git has a way to run scripts, which are invoked by specific git commands.
/mbedtls-latest/
DCMakeLists.txt7 # target_include_directories command. That way, it is easier to guarantee
10 # directories. That way, a target linking to a library (using the
318 # the aforementioned libraries and that there is as of today no portable way of
D.pylintrc66 # it's because we think the code is clearer that way.
DCONTRIBUTING.md19 - The code should be written in a portable generic way, that will benefit the whole community, and …
39 …ge in the API, but such changes will be made only in a planned, structured way that gives sufficie…
/mbedtls-latest/docs/proposed/
Dpsa-driver-integration-guide.md13 The PSA cryptography driver interface provides a way to build Mbed TLS with additional code that im…
Dpsa-conditional-inclusion-c.md14 The present document proposes a way for an application using the PSA cryptography interface to decl…
18 Mbed TLS offers a way to select which cryptographic mechanisms are included in a build through its …
79 … in the build, either because the feature has been requested in some other way, or because the lib…
92 …ell as support for `psa_export_public_key` on the private key: there is no way to only include pri…
Dpsa-driver-developer-guide.md17 The PSA cryptography driver interface provides a way to build Mbed TLS with additional code that im…
/mbedtls-latest/docs/architecture/
Dmbed-crypto-storage-specification.md39 …in a dedicated file whose name is constructed from the key identifier. The way in which the file n…
114 The way in which the file name is constructed from the key identifier depends on the storage backen…
292 … key identifier. On a PSA platform, this encodes the key owner in the same way as [in file identif…
403 The way in which the file name is constructed from the key identifier depends on the storage backen…
456 … key identifier. On a PSA platform, this encodes the key owner in the same way as [in file identif…
/mbedtls-latest/docs/
Dtls13-early-data.md170 could be adapted to handle early data in the following way:
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md127 There is no thread-safe way to free all PSA resources. This is because any such operation would nee…
159 … two variables dictate whether an operation can access a slot, and in what way the slot can be use…
237 The standard way of reasoning that this is the case is to identify a "linearization point" for each…
261 …t is not feasible to run our traditional, single-threaded, tests in such a way that tests concurre…
348 With these, the only way of a deadlock is when there are several drivers with circular dependencies…

12