Home
last modified time | relevance | path

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

/mbedtls-latest/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.function2619 /* 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 …]
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.function3665 /* 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
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-latest/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.
Dpsa-keystore-design.md81 … semaphores), together with a `realloc()` primitive, could allow freeing unused memory more aggres…
/mbedtls-latest/library/
Dcommon.h412 # if __has_attribute(unused)
413 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused))
417 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused))
/mbedtls-latest/
D.pylintrc74 # Allow unused variables if their name starts with an underscore.
75 # [unused-argument]
DChangeLog937 * 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/
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-latest/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. */