Searched refs:warning (Results 1 – 25 of 25) sorted by relevance
98 * Visual Studio throws the warning 4003 because many Mbed TLS feature macros101 * some macros expand to nothing. We suppress that specific warning to get a105 #pragma warning(push)106 #pragma warning(disable:4003)120 #pragma warning(pop)
105 #warning "PSA_WANT_KEY_TYPE_ECC_KEY_PAIR is deprecated and will be removed in a \117 #warning "PSA_WANT_KEY_TYPE_RSA_KEY_PAIR is deprecated and will be removed in a \
201 #pragma warning( push ) in mbedtls_ct_bool()202 #pragma warning( disable : 4146 ) in mbedtls_ct_bool()213 #pragma warning( pop ) in mbedtls_ct_bool()
83 #pragma warning( push ) in cmac_multiply_by_u()84 #pragma warning( disable : 4146 ) in cmac_multiply_by_u()88 #pragma warning( pop ) in cmac_multiply_by_u()
154 #warning "No mechanism to detect A64_CRYPTO found, using C code only"201 #warning "No mechanism to detect A64_CRYPTO found, using C code only"
391 #warning \
181 #warning "No mechanism to detect A64_CRYPTO found, using C code only"
33 def warning(self, fmt, *args, **kwargs): member in Results85 results.warning('Test case not executed: {}', key)91 results.warning('Allow listed test case was executed: {}', key)
32 def warning(self, file_name, line_number, fmt, *args): member in Results197 results.warning(file_name, line_number,
237 self.logger.warning(val_error)
917 self.log.warning(str(problem))
146 goto exit; // goto is needed to avoid warning ( no test assertions in func)160 goto exit; // goto is needed to avoid warning ( no test assertions in func)173 goto exit; // goto is needed to avoid warning ( no test assertions in func)186 goto exit; // goto is needed to avoid warning ( no test assertions in func)
265 * inlined in run_test_snprintf. This can trigger a spurious warning about267 * gcc 7.2). This warning makes tests in run_test_snprintf redundant on gcc268 * only. They are still valid for other compilers. Avoid this warning by
2441 /* The goto below is used to avoid an "unused label" warning.*/2466 /* The goto below is used to avoid an "unused label" warning.*/2479 /* The goto below is used to avoid an "unused label" warning.*/2508 /* The goto below is used to avoid an "unused label" warning.*/2537 /* The goto below is used to avoid an "unused label" warning.*/2552 /* The goto below is used to avoid an "unused label" warning.*/2564 /* The goto below is used to avoid an "unused label" warning.*/2579 /* The goto below is used to avoid an "unused label" warning.*/2639 /* The goto below is used to avoid an "unused label" warning.*/2666 /* The goto below is used to avoid an "unused label" warning.*/[all …]
719 goto exit; /* Silence unused label warning */
1795 * to suppress the Clang warning for the test. */2598 * to suppress the Clang warning for the test. */3118 * to suppress the Clang warning for the test. */3543 * to suppress the Clang warning for the test. */8413 * to suppress the Clang warning for the test. */
14 #warning "Including compat-2.x.h is deprecated"
775 #warning "MBEDTLS_PSA_CRYPTO_SE_C is deprecated and will be removed in a future version of Mbed TLS"1006 #warning "MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT is deprecated and will be removed in a future versi…
38 # Clang >=15, the -Wdocumentation option emits a warning for empty
26 # Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD32 # for CMake versions >= 3.18.3 otherwise a deprecated warning is generated. The OLD policy setting108 # If 128-bit keys are configured for CTR_DRBG, display an appropriate warning
105 …y setting them in your environment or on the make command line; compiler warning options may be ov…107 …t value (starting with `-Wall -Wextra`), so if you just want to add some warning options to the de…
224 in the ecdsa.h header file. There was a build warning when the238 way to detect the crypto extensions required. A warning is still issued.482 * Fix an unused-variable warning in TLS 1.3-only builds if674 * Fix a build error due to a missing prototype warning when958 * Silence a warning from GCC 12 in the selftest program. Fixes #5974.1146 * Fix an uninitialized variable warning in test_suite_ssl.function with GCC1613 * Add extra printf compiler warning flags to builds.1787 warning on CMake 3.19.0. #38012206 a warning with some compilers. Fix contributed by irwir in #2856.2327 * Fix an unused variable warning when compiling without DTLS.[all …]
105 #pragma warning(push)106 #pragma warning(disable:4003)5136 #pragma warning(pop)
299 #warning OpenBSD does not allow access to tick register using software version instead
272 # If a warning level has been defined, suppress all warnings for test code