Home
last modified time | relevance | path

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

/mbedtls-3.7.0/tests/suites/
Dtest_suite_mps.data4 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
Dtest_suite_ssl.function2606 /* 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 …]
Dtest_suite_asn1parse.function719 goto exit; /* Silence unused label warning */
Dtest_suite_psa_crypto_metadata.function528 * asymmetric_signature_algorithm. Pacify -Werror=unused-label. */
Dtest_suite_cipher.function180 (void) valid_mode; /* In some configurations this is unused */
Dtest_suite_psa_crypto_driver_wrappers.function5 Global to silent the compiler when unused. */
Dtest_suite_psa_crypto.function3685 /* 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
Dtest_suite_x509parse.data2318 # 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/
Dcommon.h410 # if __has_attribute(unused)
411 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused))
415 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused))
/mbedtls-3.7.0/docs/architecture/
Dmbed-crypto-storage-specification.md74 * 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 …]
Dpsa-storage-resilience.md471 * 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.pylintrc74 # Allow unused variables if their name starts with an underscore.
75 # [unused-argument]
DChangeLog742 * 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/
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()
/mbedtls-3.7.0/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja65 * SE driver is present, to avoid unused argument errors at compile time. */
Dpsa_crypto_driver_wrappers.h.jinja66 * SE driver is present, to avoid unused argument errors at compile time. */