Searched refs:unused (Results 1 – 17 of 17) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_mps.data | 4 MPS Reader: Single step, single round, pausing enabled but unused 10 MPS Reader: Single step, multiple rounds, pausing enabled but unused 16 MPS Reader: Multiple steps, single round, pausing enabled but unused 22 MPS Reader: Multiple steps, multiple rounds, pausing enabled but unused
|
D | test_suite_ssl.function | 2619 /* The goto below is used to avoid an "unused label" warning.*/ 2644 /* The goto below is used to avoid an "unused label" warning.*/ 2657 /* The goto below is used to avoid an "unused label" warning.*/ 2686 /* The goto below is used to avoid an "unused label" warning.*/ 2715 /* The goto below is used to avoid an "unused label" warning.*/ 2730 /* The goto below is used to avoid an "unused label" warning.*/ 2742 /* The goto below is used to avoid an "unused label" warning.*/ 2757 /* The goto below is used to avoid an "unused label" warning.*/ 2817 /* The goto below is used to avoid an "unused label" warning.*/ 2844 /* The goto below is used to avoid an "unused label" warning.*/ [all …]
|
D | test_suite_asn1parse.function | 719 goto exit; /* Silence unused label warning */
|
D | test_suite_psa_crypto_metadata.function | 528 * asymmetric_signature_algorithm. Pacify -Werror=unused-label. */
|
D | test_suite_cipher.function | 180 (void) valid_mode; /* In some configurations this is unused */
|
D | test_suite_psa_crypto_driver_wrappers.function | 5 Global to silent the compiler when unused. */
|
D | test_suite_psa_crypto.function | 3665 /* Goto is required to silence warnings about unused labels, as we 5335 /* Goto is required to silence warnings about unused labels, as we 5428 /* Goto is required to silence warnings about unused labels, as we
|
D | test_suite_x509parse.data | 2318 # signature = bit string with invalid encoding (missing number of unused bits) 2323 # signature = bit string with invalid encoding (number of unused bits too large)
|
/mbedtls-latest/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 74 * File 0: unused. 77 * Files 0xffff0000 through 0xffffff51, 0xffffff53 through 0xffffffff: unused. 87 * Other files: unused. 137 * Files 0 through 0xffffff51, 0xffffff53 through 0xffffffff: unused, reserved for internal use of t… 147 * File 0: unused. 150 … through 0xffffff51, 0xffffff53 through 0xffffffff, 0x100000000 through 0xffffffffffffffff: unused. 234 * Files 0 through 0xfffeffff: unused. 244 * File 0: unused. 247 * Files 0x100000000 through 0xffffffffffffffff: unused. 256 * Other files are unused and reserved for future use. [all …]
|
D | psa-storage-resilience.md | 471 * Key lifetime: 4 bytes (`sizeof(psa_key_lifetime_t)`). Currently unused during recovery. 472 * Operation type: 1 byte. Currently unused during recovery. 478 * Padding: 3 bytes. Reserved for future use. Currently unused during recovery.
|
D | psa-keystore-design.md | 81 … semaphores), together with a `realloc()` primitive, could allow freeing unused memory more aggres…
|
/mbedtls-latest/library/ |
D | common.h | 412 # if __has_attribute(unused) 413 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) 417 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused))
|
/mbedtls-latest/ |
D | .pylintrc | 74 # Allow unused variables if their name starts with an underscore. 75 # [unused-argument]
|
D | ChangeLog | 937 * Fix an unused-variable warning in TLS 1.3-only builds if 1556 * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935. 2455 * Zeroising of plaintext buffers in mbedtls_ssl_read() to erase unused 2576 * Remove unused macros from MSVC projects. Reported in #3297 and fix 2782 * Fix an unused variable warning when compiling without DTLS. 2894 * Fix to allow building test suites with any warning that detects unused 3088 * Ensure that unused bits are zero when writing ASN.1 bitstrings when using 3092 correctly as trailing zeroes were not accounted for as unused bits in the 3489 * Remove unused headers included in x509.c. Found by Chris Hanson and fixed 4187 * Fix unused variable/function compilation warnings in pem.c, x509_crt.c and [all …]
|
/mbedtls-latest/include/psa/ |
D | crypto_values.h | 2448 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()
|
/mbedtls-latest/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers_no_static.c.jinja | 65 * SE driver is present, to avoid unused argument errors at compile time. */
|
D | psa_crypto_driver_wrappers.h.jinja | 66 * SE driver is present, to avoid unused argument errors at compile time. */
|