Searched refs:unused (Results 1 – 16 of 16) sorted by relevance
/mbedtls-3.7.0/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 | 2606 /* The goto below is used to avoid an "unused label" warning.*/ 2631 /* The goto below is used to avoid an "unused label" warning.*/ 2644 /* The goto below is used to avoid an "unused label" warning.*/ 2673 /* The goto below is used to avoid an "unused label" warning.*/ 2702 /* The goto below is used to avoid an "unused label" warning.*/ 2717 /* The goto below is used to avoid an "unused label" warning.*/ 2729 /* The goto below is used to avoid an "unused label" warning.*/ 2744 /* The goto below is used to avoid an "unused label" warning.*/ 2804 /* The goto below is used to avoid an "unused label" warning.*/ 2831 /* 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 | 3685 /* Goto is required to silence warnings about unused labels, as we 5355 /* Goto is required to silence warnings about unused labels, as we 5448 /* 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-3.7.0/library/ |
D | common.h | 410 # if __has_attribute(unused) 411 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) 415 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused))
|
/mbedtls-3.7.0/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.
|
/mbedtls-3.7.0/ |
D | .pylintrc | 74 # Allow unused variables if their name starts with an underscore. 75 # [unused-argument]
|
D | ChangeLog | 742 * Fix an unused-variable warning in TLS 1.3-only builds if 1361 * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935. 2260 * Zeroising of plaintext buffers in mbedtls_ssl_read() to erase unused 2381 * Remove unused macros from MSVC projects. Reported in #3297 and fix 2587 * Fix an unused variable warning when compiling without DTLS. 2699 * Fix to allow building test suites with any warning that detects unused 2893 * Ensure that unused bits are zero when writing ASN.1 bitstrings when using 2897 correctly as trailing zeroes were not accounted for as unused bits in the 3294 * Remove unused headers included in x509.c. Found by Chris Hanson and fixed 3992 * Fix unused variable/function compilation warnings in pem.c, x509_crt.c and [all …]
|
/mbedtls-3.7.0/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-3.7.0/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. */
|