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.h424 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__has_attribute)
426 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) macro
429 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__GNUC__)
430 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) macro
432 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__IAR_SYSTEMS_ICC__) && defined(__VER__)
440 # define MBEDTLS_MAYBE_UNUSED _Pragma("diag_suppress=Pe177") macro
443 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(_MSC_VER)
444 # define MBEDTLS_MAYBE_UNUSED __pragma(warning(suppress:4189)) macro
446 #if !defined(MBEDTLS_MAYBE_UNUSED)
447 # 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.c1082 MBEDTLS_MAYBE_UNUSED
1116 MBEDTLS_MAYBE_UNUSED
1130 MBEDTLS_MAYBE_UNUSED
1147 MBEDTLS_MAYBE_UNUSED