Home
last modified time | relevance | path

Searched refs:avoid (Results 1 – 25 of 26) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_platform.function48 /* This goto is added to avoid warnings from the generated code. */
58 /* This goto is added to avoid warnings from the generated code. */
80 /* This goto is added to avoid warnings from the generated code. */
119 /* This goto is added to avoid warnings from the generated code. */
Dtest_suite_timing.function37 /* This goto is added to avoid warnings from the generated code. */
Dtest_suite_ctr_drbg.function164 goto exit; // goto is needed to avoid warning ( no test assertions in func)
180 goto exit; // goto is needed to avoid warning ( no test assertions in func)
195 goto exit; // goto is needed to avoid warning ( no test assertions in func)
210 goto exit; // goto is needed to avoid warning ( no test assertions in func)
Dtest_suite_ssl.function2606 /* The goto below is used to avoid an "unused label" warning.*/
2631 /* The goto below is used to avoid an "unused label" warning.*/
2644 /* The goto below is used to avoid an "unused label" warning.*/
2673 /* The goto below is used to avoid an "unused label" warning.*/
2702 /* The goto below is used to avoid an "unused label" warning.*/
2717 /* The goto below is used to avoid an "unused label" warning.*/
2729 /* The goto below is used to avoid an "unused label" warning.*/
2744 /* The goto below is used to avoid an "unused label" warning.*/
2804 /* The goto below is used to avoid an "unused label" warning.*/
2831 /* The goto below is used to avoid an "unused label" warning.*/
[all …]
Dtest_suite_psa_crypto_op_fail.function255 /* Determine a plausible signature size to avoid an INVALID_SIGNATURE
Dtest_suite_bignum_core.function30 /* The test cases have A <= B to avoid repetition, so we test A + B then,
106 /* The test cases have A <= B to avoid repetition, so we test A + B then,
670 /* 2a) r = a; r -= b => we should get the correct carry (use r to avoid clobbering a) */
677 /* 3a) r = b; r = a - r => we should get the correct carry (use r to avoid clobbering b) */
/openthread-latest/
D.clang-tidy14 readability-avoid-const-params-in-decls,
DSTYLE_GUIDE.md95 …- When you declare C++ free functions and object methods, you should avoid or minimize using defau…
96 - When you declare C++ virtual object methods, you shall avoid using default parameters.
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja65 * SE driver is present, to avoid unused argument errors at compile time. */
Dpsa_crypto_driver_wrappers.h.jinja66 * SE driver is present, to avoid unused argument errors at compile time. */
/openthread-latest/third_party/mbedtls/repo/
DBRANCHES.md92 re-compiling) and to avoid any increase in code size or RAM usage, or in the
DCONTRIBUTING.md48 …a change to the API such as a new function, the fix should be reworked to avoid the API change. AP…
DCMakeLists.txt14 # CMake in order to avoid target name clashes, via the use of
DChangeLog560 to avoid accidental misuse.
582 * Update test data to avoid failures of unit tests after 2023-08-07.
2071 external CMake projects that include this one to avoid CMake target name
2496 * To avoid a side channel vulnerability when parsing an RSA private key,
3136 calls, rather than Win32 API calls directly. This is necessary to avoid
3349 * Fix for redefinition of _WIN32_WINNT to avoid overriding a definition
3623 * Set PEM buffer to zero before freeing it, to avoid decoded private keys
3737 * Fix net_would_block() to avoid modification by errno through fcntl() call.
3885 * Tighten parsing of RSA PKCS#1 v1.5 signatures, to avoid a
3917 * Clarify ECDSA documentation and improve the sample code to avoid
[all …]
DLICENSE265 patents. We wish to avoid the danger that redistributors of a free
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md69 …function is a `static inline` function that does nothing (not a macro, to avoid accidentally skipp…
89 * Maintainability: tests should only enforce the documented behavior of the product, to avoid extra…
244 …, but some require effort (e.g. the test code itself must be leak-free to avoid false positives in…
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md91 p256-m also avoid instructions (or library functions) whose execution time
506 significant bit of the curve's order n is set in order to avoid a special
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md46 to avoid bugs in “unusual” configurations.
49 I want to avoid duplicating code,
340 …sign to keep support for `MBEDTLS_PSA_CRYPTO_CLIENT` in mind, in order to avoid making it more dif…
Dstrategy.md46 - to avoid a hard/default dependency of TLS, X.509 and PK on
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dtls13-support.md308 function to a longer name, or indenting a block more), avoid rewrapping
Dpsa-storage-resilience.md63 …the latter case, the core needs to free the key in the secure element, to avoid leaving behind ina…
484 For the new kind of secure element driver, we pick a different file name to avoid any mixup.
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md696 avoid variants of the CRIME and BREACH attacks.
869 users who didn't need that feature to avoid paying the cost in code size, by
/openthread-latest/third_party/mbedtls/repo/framework/
DLICENSE265 patents. We wish to avoid the danger that redistributors of a free
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md150 To avoid performance degradation, functions must hold mutexes for as short a time as possible. In p…
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md588 …related to the shared secret at the end of the parameter list. This is to avoid potential confusio…
848 …has at least one bit of entropy. If this flag is clear, the driver should avoid blocking if no ent…
1375 The main reason is to avoid complex buffer ownership. A driver entry point does not own memory afte…

12