Searched refs:unused (Results 1 – 13 of 13) sorted by relevance
/mbedtls-development/tests/suites/ |
A 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
|
A D | test_suite_ssl.function | 4465 /* The goto below is used to avoid an "unused label" warning.*/ 4483 /* The goto below is used to avoid an "unused label" warning.*/ 4493 /* The goto below is used to avoid an "unused label" warning.*/ 4514 /* The goto below is used to avoid an "unused label" warning.*/ 4526 /* The goto below is used to avoid an "unused label" warning.*/ 4538 /* The goto below is used to avoid an "unused label" warning.*/ 4552 /* The goto below is used to avoid an "unused label" warning.*/ 4604 /* The goto below is used to avoid an "unused label" warning.*/ 4625 /* The goto below is used to avoid an "unused label" warning.*/ 4636 /* The goto below is used to avoid an "unused label" warning.*/ [all …]
|
A D | test_suite_psa_crypto_metadata.function | 528 * asymmetric_signature_algorithm. Pacify -Werror=unused-label. */
|
A D | test_suite_asn1parse.function | 742 goto exit; /* Silence unused label warning */
|
A D | test_suite_cipher.function | 161 (void)valid_mode; /* In some configurations this is unused */
|
A D | test_suite_psa_crypto.function | 3905 /* Goto is required to silence warnings about unused labels, as we 3996 /* Goto is required to silence warnings about unused labels, as we
|
A D | test_suite_x509parse.data | 1875 # signature = bit string with invalid encoding (missing number of unused bits) 1880 # signature = bit string with invalid encoding (number of unused bits too large)
|
/mbedtls-development/ChangeLog.d/ |
A D | psa_cipher_update_ecp.txt | 2 * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935.
|
/mbedtls-development/docs/architecture/ |
A D | mbed-crypto-storage-specification.md | 72 * File 0: unused. 75 * Files 0xffff0000 through 0xffffff51, 0xffffff53 through 0xffffffff: unused. 85 * Other files: unused. 131 * Files 0 through 0xffffff51, 0xffffff53 through 0xffffffff: unused, reserved for internal use of t… 141 * File 0: unused. 144 … through 0xffffff51, 0xffffff53 through 0xffffffff, 0x100000000 through 0xffffffffffffffff: unused. 214 * Files 0 through 0xfffeffff: unused. 224 * File 0: unused. 227 * Files 0x100000000 through 0xffffffffffffffff: unused. 236 * Other files are unused and reserved for future use. [all …]
|
/mbedtls-development/ |
A D | .pylintrc | 73 # Allow unused variables if their name starts with an underscore. 74 # [unused-argument]
|
A D | ChangeLog | 809 * Zeroising of plaintext buffers in mbedtls_ssl_read() to erase unused 930 * Remove unused macros from MSVC projects. Reported in #3297 and fix 1136 * Fix an unused variable warning when compiling without DTLS. 1248 * Fix to allow building test suites with any warning that detects unused 1442 * Ensure that unused bits are zero when writing ASN.1 bitstrings when using 1446 correctly as trailing zeroes were not accounted for as unused bits in the 1843 * Remove unused headers included in x509.c. Found by Chris Hanson and fixed 2541 * Fix unused variable/function compilation warnings in pem.c, x509_crt.c and 2892 * Fix unused function warning when using MBEDTLS_MDx_ALT or
|
/mbedtls-development/include/psa/ |
A D | crypto_values.h | 2211 unsigned int unused, psa_key_id_t key_id ) in mbedtls_svc_key_id_make() argument 2213 (void)unused; in mbedtls_svc_key_id_make()
|
/mbedtls-development/tests/ |
A D | CMakeLists.txt | 144 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-function")
|
Completed in 35 milliseconds