Home
last modified time | relevance | path

Searched refs:MBEDTLS_MAYBE_UNUSED (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/library/
Dcommon.h411 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__has_attribute)
413 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) macro
416 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__GNUC__)
417 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) macro
419 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__IAR_SYSTEMS_ICC__) && defined(__VER__)
427 # define MBEDTLS_MAYBE_UNUSED _Pragma("diag_suppress=Pe177") macro
430 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(_MSC_VER)
431 # define MBEDTLS_MAYBE_UNUSED __pragma(warning(suppress:4189)) macro
433 #if !defined(MBEDTLS_MAYBE_UNUSED)
434 # define MBEDTLS_MAYBE_UNUSED macro
Daes.c78 MBEDTLS_MAYBE_UNUSED static const unsigned char FSb[256] =
185 MBEDTLS_MAYBE_UNUSED static const uint32_t FT0[256] = { FT };
189 MBEDTLS_MAYBE_UNUSED static const uint32_t FT1[256] = { FT };
193 MBEDTLS_MAYBE_UNUSED static const uint32_t FT2[256] = { FT };
197 MBEDTLS_MAYBE_UNUSED static const uint32_t FT3[256] = { FT };
205 MBEDTLS_MAYBE_UNUSED static const unsigned char RSb[256] =
313 MBEDTLS_MAYBE_UNUSED static const uint32_t RT0[256] = { RT };
317 MBEDTLS_MAYBE_UNUSED static const uint32_t RT1[256] = { RT };
321 MBEDTLS_MAYBE_UNUSED static const uint32_t RT2[256] = { RT };
325 MBEDTLS_MAYBE_UNUSED static const uint32_t RT3[256] = { RT };
[all …]
Decp.c1077 MBEDTLS_MAYBE_UNUSED
1111 MBEDTLS_MAYBE_UNUSED
1125 MBEDTLS_MAYBE_UNUSED
1142 MBEDTLS_MAYBE_UNUSED