Searched refs:unused (Results 1 – 10 of 10) sorted by relevance
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()
424 # if __has_attribute(unused)425 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused))429 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused))
47 #define __unused __attribute__((unused))49 #define __maybe_unused __attribute__((unused))
50 #define __UNUSED __attribute__((unused))
44 #define UNUSED __attribute__((unused))
2448 unsigned int unused, psa_key_id_t key_id) in mbedtls_svc_key_id_make() argument2450 (void) unused; in mbedtls_svc_key_id_make()
163 cflags-lib-y += -Wno-unused-function
1120 ulong32 unused; /* count fm right */ member
1130 * Fix an unused-variable warning in TLS 1.3-only builds if1749 * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935.2648 * Zeroising of plaintext buffers in mbedtls_ssl_read() to erase unused2769 * Remove unused macros from MSVC projects. Reported in #3297 and fix2975 * Fix an unused variable warning when compiling without DTLS.3087 * Fix to allow building test suites with any warning that detects unused3281 * Ensure that unused bits are zero when writing ASN.1 bitstrings when using3285 correctly as trailing zeroes were not accounted for as unused bits in the3682 * Remove unused headers included in x509.c. Found by Chris Hanson and fixed4380 * Fix unused variable/function compilation warnings in pem.c, x509_crt.c and[all …]
79 uint32_t unused; member