Searched refs:warning (Results 1 – 25 of 26) sorted by relevance
12
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 \
203 #pragma warning( push ) in mbedtls_ct_bool()204 #pragma warning( disable : 4146 ) in mbedtls_ct_bool()215 #pragma warning( pop ) in mbedtls_ct_bool()
431 # define MBEDTLS_MAYBE_UNUSED __pragma(warning(suppress:4189))
69 # warning "Target does not support NEON instructions"215 #warning "No mechanism to detect ARMV8_CRYPTO found, using C code only"
155 #warning "No mechanism to detect A64_CRYPTO found, using C code only"202 #warning "No mechanism to detect A64_CRYPTO found, using C code only"
420 #warning \
417 #pragma GCC diagnostic warning "-Wstringop-overflow=0" in mbedtls_gcm_starts()
62 def warning(self, fmt, *args, **kwargs): member in Results109 results.warning('Test case not executed: {}', suite_case)115 results.warning('Allow listed test case was executed: {}', suite_case)
50 def warning(self, file_name, line_number, fmt, *args): member in Results206 results.warning(file_name, line_number,
237 self.logger.warning(val_error)
917 self.log.warning(str(problem))
24 #warning "Do not include mbedtls/check_config.h manually! " \716 #warning "MBEDTLS_PSA_CRYPTO_SE_C is deprecated and will be removed in a future version of Mbed TLS"952 #warning "MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT is deprecated and will be removed in a future versi…
14 #warning "Including compat-2.x.h is deprecated"
165 goto exit; // goto is needed to avoid warning ( no test assertions in func)181 goto exit; // goto is needed to avoid warning ( no test assertions in func)196 goto exit; // goto is needed to avoid warning ( no test assertions in func)211 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
2619 /* The goto below is used to avoid an "unused label" warning.*/2644 /* The goto below is used to avoid an "unused label" warning.*/2657 /* The goto below is used to avoid an "unused label" warning.*/2686 /* The goto below is used to avoid an "unused label" warning.*/2715 /* The goto below is used to avoid an "unused label" warning.*/2730 /* The goto below is used to avoid an "unused label" warning.*/2742 /* The goto below is used to avoid an "unused label" warning.*/2757 /* The goto below is used to avoid an "unused label" warning.*/2817 /* The goto below is used to avoid an "unused label" warning.*/2844 /* The goto below is used to avoid an "unused label" warning.*/[all …]
719 goto exit; /* Silence unused label warning */
38 # Clang >=15, the -Wdocumentation option emits a warning for empty
30 # Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD36 # for CMake versions >= 3.18.3 otherwise a deprecated warning is generated. The OLD policy setting124 # If 128-bit keys are configured for CTR_DRBG, display an appropriate warning
109 …y setting them in your environment or on the make command line; compiler warning options may be ov…111 …t value (starting with `-Wall -Wextra`), so if you just want to add some warning options to the de…
127 * Fix issue of redefinition warning messages for _GNU_SOURCE in128 entropy_poll.c and sha_256.c. There was a build warning during131 * Fix a compilation warning in pk.c when PSA is enabled and RSA is disabled.679 in the ecdsa.h header file. There was a build warning when the693 way to detect the crypto extensions required. A warning is still issued.937 * Fix an unused-variable warning in TLS 1.3-only builds if1129 * Fix a build error due to a missing prototype warning when1413 * Silence a warning from GCC 12 in the selftest program. Fixes #5974.1601 * Fix an uninitialized variable warning in test_suite_ssl.function with GCC2068 * Add extra printf compiler warning flags to builds.[all …]
105 #pragma warning(push)106 #pragma warning(disable:4003)5268 #pragma warning(pop)
305 #warning OpenBSD does not allow access to tick register using software version instead
326 # If a warning level has been defined, suppress all warnings for test code