Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/library/
A Dcommon.h409 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__has_attribute)
411 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) macro
414 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__GNUC__)
415 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) macro
417 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__IAR_SYSTEMS_ICC__) && defined(__VER__)
425 # define MBEDTLS_MAYBE_UNUSED _Pragma("diag_suppress=Pe177") macro
428 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(_MSC_VER)
429 # define MBEDTLS_MAYBE_UNUSED __pragma(warning(suppress:4189)) macro
431 #if !defined(MBEDTLS_MAYBE_UNUSED)
432 # define MBEDTLS_MAYBE_UNUSED macro
A Daes.c345 MBEDTLS_MAYBE_UNUSED static unsigned char FSb[256];
346 MBEDTLS_MAYBE_UNUSED static uint32_t FT0[256];
347 MBEDTLS_MAYBE_UNUSED static uint32_t FT1[256];
348 MBEDTLS_MAYBE_UNUSED static uint32_t FT2[256];
349 MBEDTLS_MAYBE_UNUSED static uint32_t FT3[256];
354 MBEDTLS_MAYBE_UNUSED static unsigned char RSb[256];
356 MBEDTLS_MAYBE_UNUSED static uint32_t RT0[256];
357 MBEDTLS_MAYBE_UNUSED static uint32_t RT1[256];
358 MBEDTLS_MAYBE_UNUSED static uint32_t RT2[256];
359 MBEDTLS_MAYBE_UNUSED static uint32_t RT3[256];
[all …]
A Decp.c1077 MBEDTLS_MAYBE_UNUSED
1111 MBEDTLS_MAYBE_UNUSED
1125 MBEDTLS_MAYBE_UNUSED
1142 MBEDTLS_MAYBE_UNUSED

Completed in 17 milliseconds