Home
last modified time | relevance | path

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

12

/mbedtls-3.5.0/programs/test/
Dudp_proxy.c492 const char *way; member
504 elapsed_time(), p->way, p->type, p->len); in print_packet()
507 elapsed_time(), p->way, p->type, p->len, why); in print_packet()
512 p->way, p->type, p->len); in print_packet()
515 p->way, p->type, p->len, why); in print_packet()
679 int handle_message(const char *way, in handle_message() argument
699 cur.way = way; in handle_message()
705 if (strcmp(way, "S <- C") == 0) { in handle_message()
/mbedtls-3.5.0/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_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_constant_time.function131 /* Fill src in a way that we can detect if we copied the right bytes */
Dtest_suite_net.function127 /* mbedtls_net_recv_timeout() uses select() and fd_set in the same way. */
Dtest_suite_psa_crypto_entropy.function22 /* Remove the entropy seed file. Since the library does not expose a way
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-3.5.0/tests/git-scripts/
DREADME.md3 git has a way to run scripts, which are invoked by specific git commands.
/mbedtls-3.5.0/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…
Ddriver-interface-test-strategy.md56 …is may be implicit in a test that checks the outputs if the only realistic way to obtain the corre…
/mbedtls-3.5.0/docs/proposed/
Dpsa-driver-integration-guide.md12 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…
85 …Y_PAIR` implicitly enables `PSA_WANT_KEY_TYPE_xxx_PUBLIC_KEY`: there is no way to only include pri…
Dpsa-driver-developer-guide.md16 The PSA cryptography driver interface provides a way to build Mbed TLS with additional code that im…
/mbedtls-3.5.0/
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
277 # 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…
DBRANCHES.md67 storage backend (PSA ITS implementation) is configured in a compatible way.
/mbedtls-3.5.0/docs/architecture/
Dmbed-crypto-storage-specification.md37 …in a dedicated file whose name is constructed from the key identifier. The way in which the file n…
112 The way in which the file name is constructed from the key identifier depends on the storage backen…
290 … key identifier. On a PSA platform, this encodes the key owner in the same way as [in file identif…
401 The way in which the file name is constructed from the key identifier depends on the storage backen…
454 … key identifier. On a PSA platform, this encodes the key owner in the same way as [in file identif…
Dpsa-crypto-implementation-structure.md56 …m through the PSA API in Mbed TLS](psa-conditional-inclusion-c.html). That way, it is possible to …
/mbedtls-3.5.0/docs/architecture/psa-migration/
Dstrategy.md149 they will need to keep existing in some way. (Also, the PK layer is a good
170 - Provide a new way to set up a context that causes operations on that context
345 only be included in the build if it is possible to use that hash in some way.
385 are expressed (sometimes in bulk), to get things wrong in a way that would
499 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-3.5.0/docs/
Duse-psa-crypto.md39 with a context set this way, while they would be available with a normal

12