Searched refs:why (Results 1 – 9 of 9) sorted by relevance
/mbedtls-latest/programs/test/ |
D | udp_proxy.c | 486 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/ |
D | 00README.md | 79 **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/ |
D | test-framework.md | 22 …o: 0<x<y, both even” is even better if these inequalities and parities are why this particular tes…
|
D | invasive-testing.md | 14 * [“Requirements”](#requirements) explores the reasons why invasive testing is needed and how it sh…
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 92 * 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…
|
D | strategy.md | 41 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/ |
D | psa-crypto-implementation-structure.md | 135 … at least one of a set {B1, B2, B3, ...} but there is no particular reason why enabling A would en…
|
/mbedtls-latest/tests/suites/ |
D | test_suite_pk.function | 234 * 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/ |
D | psa-driver-interface.md | 373 …ivation_get_input_bytes()` to make a copy of the input data (design note: [why a copy?](#key-deriv…
|