Searched refs:why (Results 1 – 4 of 4) sorted by relevance
/mbedtls-development/programs/test/ |
A D | udp_proxy.c | 510 void print_packet( const packet *p, const char *why ) in print_packet() argument 513 if( why == NULL ) in print_packet() 518 ellapsed_time(), p->way, p->type, p->len, why ); in print_packet() 520 if( why == NULL ) in print_packet() 525 p->way, p->type, p->len, why ); in print_packet() 552 int send_packet( const packet *p, const char *why ) in send_packet() argument 609 print_packet( p, why ); in send_packet()
|
/mbedtls-development/ChangeLog.d/ |
A D | 00README.md | 76 **Explain why, not how**. Remember that the audience is the users of the 79 why one might be interested in the feature. For an API change or a deprecation,
|
/mbedtls-development/docs/architecture/testing/ |
A D | test-framework.md | 22 …o: 0<x<y, both even” is even better if these inequalities and parities are why this particular tes…
|
A D | invasive-testing.md | 14 * [“Requirements”](#requirements) explores the reasons why invasive testing is needed and how it sh…
|
Completed in 6 milliseconds