Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/stream/rabbit/
H 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/lib/libmbedtls/mbedtls/library/
H A Dcommon.h424 # if __has_attribute(unused)
425 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused))
429 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused))
/optee_os/lib/libutils/ext/include/
H A Dcompiler.h47 #define __unused __attribute__((unused))
49 #define __maybe_unused __attribute__((unused))
H A Dspeculation_barrier.h50 #define __UNUSED __attribute__((unused))
/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dint_lib.h44 #define UNUSED __attribute__((unused))
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h2448 unsigned int unused, psa_key_id_t key_id) in mbedtls_svc_key_id_make() argument
2450 (void) unused; in mbedtls_svc_key_id_make()
/optee_os/lib/libmbedtls/
H A Dsub.mk163 cflags-lib-y += -Wno-unused-function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h1120 ulong32 unused; /* count fm right */ member
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1130 * Fix an unused-variable warning in TLS 1.3-only builds if
1749 * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935.
2648 * Zeroising of plaintext buffers in mbedtls_ssl_read() to erase unused
2769 * Remove unused macros from MSVC projects. Reported in #3297 and fix
2975 * Fix an unused variable warning when compiling without DTLS.
3087 * Fix to allow building test suites with any warning that detects unused
3281 * Ensure that unused bits are zero when writing ASN.1 bitstrings when using
3285 correctly as trailing zeroes were not accounted for as unused bits in the
3682 * Remove unused headers included in x509.c. Found by Chris Hanson and fixed
4380 * Fix unused variable/function compilation warnings in pem.c, x509_crt.c and
[all …]
/optee_os/core/tee/
H A Dtee_rpmb_fs.c79 uint32_t unused; member