Home
last modified time | relevance | path

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

12

/mbedtls-latest/scripts/data_files/
Dquery_config.fmt98 * Visual Studio throws the warning 4003 because many Mbed TLS feature macros
101 * some macros expand to nothing. We suppress that specific warning to get a
105 #pragma warning(push)
106 #pragma warning(disable:4003)
120 #pragma warning(pop)
/mbedtls-latest/library/
Dcheck_crypto_config.h105 #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 \
Dconstant_time_impl.h203 #pragma warning( push ) in mbedtls_ct_bool()
204 #pragma warning( disable : 4146 ) in mbedtls_ct_bool()
215 #pragma warning( pop ) in mbedtls_ct_bool()
Dcommon.h431 # define MBEDTLS_MAYBE_UNUSED __pragma(warning(suppress:4189))
Dsha256.c69 # warning "Target does not support NEON instructions"
215 #warning "No mechanism to detect ARMV8_CRYPTO found, using C code only"
Dsha512.c155 #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"
Daesni.c420 #warning \
Dgcm.c417 #pragma GCC diagnostic warning "-Wstringop-overflow=0" in mbedtls_gcm_starts()
/mbedtls-latest/tests/scripts/
Danalyze_outcomes.py62 def warning(self, fmt, *args, **kwargs): member in Results
109 results.warning('Test case not executed: {}', suite_case)
115 results.warning('Allow listed test case was executed: {}', suite_case)
Dcheck_test_cases.py50 def warning(self, file_name, line_number, fmt, *args): member in Results
206 results.warning(file_name, line_number,
Daudit-validity-dates.py237 self.logger.warning(val_error)
Dcheck_names.py917 self.log.warning(str(problem))
/mbedtls-latest/include/mbedtls/
Dcheck_config.h24 #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…
Dcompat-2.x.h14 #warning "Including compat-2.x.h is deprecated"
/mbedtls-latest/tests/suites/
Dtest_suite_ctr_drbg.function165 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)
Dhost_test.function265 * inlined in run_test_snprintf. This can trigger a spurious warning about
267 * gcc 7.2). This warning makes tests in run_test_snprintf redundant on gcc
268 * only. They are still valid for other compilers. Avoid this warning by
Dtest_suite_ssl.function2619 /* 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 …]
Dtest_suite_asn1parse.function719 goto exit; /* Silence unused label warning */
/mbedtls-latest/doxygen/
Dmbedtls.doxyfile38 # Clang >=15, the -Wdocumentation option emits a warning for empty
/mbedtls-latest/
DCMakeLists.txt30 # Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD
36 # for CMake versions >= 3.18.3 otherwise a deprecated warning is generated. The OLD policy setting
124 # If 128-bit keys are configured for CTR_DRBG, display an appropriate warning
DREADME.md109 …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…
DChangeLog127 * Fix issue of redefinition warning messages for _GNU_SOURCE in
128 entropy_poll.c and sha_256.c. There was a build warning during
131 * 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 the
693 way to detect the crypto extensions required. A warning is still issued.
937 * Fix an unused-variable warning in TLS 1.3-only builds if
1129 * Fix a build error due to a missing prototype warning when
1413 * Silence a warning from GCC 12 in the selftest program. Fixes #5974.
1601 * Fix an uninitialized variable warning in test_suite_ssl.function with GCC
2068 * Add extra printf compiler warning flags to builds.
[all …]
/mbedtls-latest/programs/test/
Dquery_config.c105 #pragma warning(push)
106 #pragma warning(disable:4003)
5268 #pragma warning(pop)
Dbenchmark.c305 #warning OpenBSD does not allow access to tick register using software version instead
/mbedtls-latest/tests/
DCMakeLists.txt326 # If a warning level has been defined, suppress all warnings for test code

12