Home
last modified time | relevance | path

Searched refs:why (Results 1 – 9 of 9) sorted by relevance

/mbedtls-latest/programs/test/
Dudp_proxy.c486 static void print_packet(const packet *p, const char *why) in print_packet() argument
489 if (why == NULL) { in print_packet()
494 elapsed_time(), p->way, p->type, p->len, why); in print_packet()
497 if (why == NULL) { in print_packet()
502 p->way, p->type, p->len, why); in print_packet()
530 static int send_packet(const packet *p, const char *why) in send_packet() argument
579 print_packet(p, why); in send_packet()
/mbedtls-latest/ChangeLog.d/
D00README.md79 **Explain why, not how**. Remember that the audience is the users of the
82 why one might be interested in the feature. For an API change or a deprecation,
/mbedtls-latest/docs/architecture/testing/
Dtest-framework.md22 …o: 0<x<y, both even” is even better if these inequalities and parities are why this particular tes…
Dinvasive-testing.md14 * [“Requirements”](#requirements) explores the reasons why invasive testing is needed and how it sh…
/mbedtls-latest/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md92 * Make non-covered modules call PSA, but only [when this will actually work](#why-psa-is-not-always…
108 * **Mixed domain**: does not currently use PSA, but should [when possible](#why-psa-is-not-always-p…
191 … some reasons why calling `psa_xxx()` to perform a hash or cipher calculation might not be desirab…
202 …nce degradation ([PSA is impossible or undesirable in some circumstances](#why-psa-is-not-always-p…
231 And we need to take care of the [the cases where PSA is not possible](#why-psa-is-not-always-possib…
Dstrategy.md41 The reasons why `MBEDTLS_USE_PSA_CRYPTO` is optional and disabled by default
264 below) is the reason why criterion (a) has "a reasonably-complete
/mbedtls-latest/docs/architecture/
Dpsa-crypto-implementation-structure.md135 … at least one of a set {B1, B2, B3, ...} but there is no particular reason why enabling A would en…
/mbedtls-latest/tests/suites/
Dtest_suite_pk.function234 * from the provided key data. That's why psa_set_key_bits() is not used below. */
603 * from the provided key data. That's why psa_set_key_bits() is not used
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md373 …ivation_get_input_bytes()` to make a copy of the input data (design note: [why a copy?](#key-deriv…