Searched refs:unused (Results 1 – 11 of 11) sorted by relevance
1 cflags-y += -Wno-unused-parameter -Wno-unused-variable
1 cflags-y += -Wno-unused-parameter
2 cflags-dh.c-y += -Wno-unused-variable
214 st->unused = 0; in rabbit_setup()263 st->unused = 0; in rabbit_setiv()282 if (st->unused > 0) { in rabbit_crypt()283 j = MIN(st->unused, inlen); in rabbit_crypt()284 for (i = 0; i < j; ++i, st->unused--) out[i] = in[i] ^ st->block[16 - st->unused]; in rabbit_crypt()296 st->unused = 16 - inlen; in rabbit_crypt()
33 #define __unused __attribute__((unused))35 #define __maybe_unused __attribute__((unused))
50 #define __UNUSED __attribute__((unused))
1105 ulong32 unused; /* count fm right */ member
156 * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935.759 * Zeroising of plaintext buffers in mbedtls_ssl_read() to erase unused880 * Remove unused macros from MSVC projects. Reported in #3297 and fix1086 * Fix an unused variable warning when compiling without DTLS.1198 * Fix to allow building test suites with any warning that detects unused1392 * Ensure that unused bits are zero when writing ASN.1 bitstrings when using1396 correctly as trailing zeroes were not accounted for as unused bits in the1793 * Remove unused headers included in x509.c. Found by Chris Hanson and fixed2491 * Fix unused variable/function compilation warnings in pem.c, x509_crt.c and2842 * Fix unused function warning when using MBEDTLS_MDx_ALT or
Completed in 18 milliseconds