Home
last modified time | relevance | path

Searched refs:unused (Results 1 – 11 of 11) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/
A Dsub.mk1 cflags-y += -Wno-unused-parameter -Wno-unused-variable
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/helper/
A Dsub.mk1 cflags-y += -Wno-unused-parameter
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/aes/
A Dsub.mk1 cflags-y += -Wno-unused-parameter
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/hmac/
A Dsub.mk1 cflags-y += -Wno-unused-parameter
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/omac/
A Dsub.mk1 cflags-y += -Wno-unused-parameter
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/
A Dsub.mk2 cflags-dh.c-y += -Wno-unused-variable
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/rabbit/
A Drabbit.c214 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()
/optee_os-3.20.0/lib/libutils/ext/include/
A Dcompiler.h33 #define __unused __attribute__((unused))
35 #define __maybe_unused __attribute__((unused))
A Dspeculation_barrier.h50 #define __UNUSED __attribute__((unused))
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h1105 ulong32 unused; /* count fm right */ member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog156 * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935.
759 * Zeroising of plaintext buffers in mbedtls_ssl_read() to erase unused
880 * Remove unused macros from MSVC projects. Reported in #3297 and fix
1086 * Fix an unused variable warning when compiling without DTLS.
1198 * Fix to allow building test suites with any warning that detects unused
1392 * Ensure that unused bits are zero when writing ASN.1 bitstrings when using
1396 correctly as trailing zeroes were not accounted for as unused bits in the
1793 * Remove unused headers included in x509.c. Found by Chris Hanson and fixed
2491 * Fix unused variable/function compilation warnings in pem.c, x509_crt.c and
2842 * Fix unused function warning when using MBEDTLS_MDx_ALT or

Completed in 18 milliseconds