Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcommon.h423 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__has_attribute)
425 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) macro
428 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__GNUC__)
429 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) macro
431 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__IAR_SYSTEMS_ICC__) && defined(__VER__)
439 # define MBEDTLS_MAYBE_UNUSED _Pragma("diag_suppress=Pe177") macro
442 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(_MSC_VER)
443 # define MBEDTLS_MAYBE_UNUSED __pragma(warning(suppress:4189)) macro
445 #if !defined(MBEDTLS_MAYBE_UNUSED)
446 # define MBEDTLS_MAYBE_UNUSED macro
H A 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 …]
H A Decp.c1081 MBEDTLS_MAYBE_UNUSED
1115 MBEDTLS_MAYBE_UNUSED
1129 MBEDTLS_MAYBE_UNUSED
1146 MBEDTLS_MAYBE_UNUSED