Searched refs:avoid (Results 1 – 25 of 26) sorted by relevance
12
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_platform.function | 48 /* 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. */
|
| D | test_suite_timing.function | 37 /* This goto is added to avoid warnings from the generated code. */
|
| D | test_suite_ctr_drbg.function | 164 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)
|
| D | test_suite_ssl.function | 2606 /* 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 …]
|
| D | test_suite_psa_crypto_op_fail.function | 255 /* Determine a plausible signature size to avoid an INVALID_SIGNATURE
|
| D | test_suite_bignum_core.function | 30 /* 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-tidy | 14 readability-avoid-const-params-in-decls,
|
| D | STYLE_GUIDE.md | 95 …- 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/ |
| D | psa_crypto_driver_wrappers_no_static.c.jinja | 65 * SE driver is present, to avoid unused argument errors at compile time. */
|
| D | psa_crypto_driver_wrappers.h.jinja | 66 * SE driver is present, to avoid unused argument errors at compile time. */
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | BRANCHES.md | 92 re-compiling) and to avoid any increase in code size or RAM usage, or in the
|
| D | CONTRIBUTING.md | 48 …a change to the API such as a new function, the fix should be reworked to avoid the API change. AP…
|
| D | CMakeLists.txt | 14 # CMake in order to avoid target name clashes, via the use of
|
| D | ChangeLog | 560 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 …]
|
| D | LICENSE | 265 patents. We wish to avoid the danger that redistributors of a free
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
| D | invasive-testing.md | 69 …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/ |
| D | README.md | 91 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/ |
| D | md-cipher-dispatch.md | 46 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…
|
| D | strategy.md | 46 - to avoid a hard/default dependency of TLS, X.509 and PK on
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
| D | tls13-support.md | 308 function to a longer name, or indenting a block more), avoid rewrapping
|
| D | psa-storage-resilience.md | 63 …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/ |
| D | 3.0-migration-guide.md | 696 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/ |
| D | LICENSE | 265 patents. We wish to avoid the danger that redistributors of a free
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
| D | psa-thread-safety.md | 150 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/ |
| D | psa-driver-interface.md | 588 …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