/mbedtls-3.6.0/tests/suites/ |
D | test_suite_net.data | 1 Context init-free-free 4 Context init-free-init-free
|
D | test_suite_memory_buffer_alloc.data | 4 Memory buffer alloc - free in middle, alloc at end 7 Memory buffer alloc - free in middle, realloc 10 Memory buffer alloc - free in middle, merge, realloc 13 Memory buffer alloc - free at end, merge, realloc
|
D | test_suite_entropy.data | 1 Entropy init-free-free 4 Entropy init-free-init-free
|
D | test_suite_chacha20.function | 54 /* Don't free/init the context nor set the key again,
|
D | test_suite_poly1305.function | 46 /* Don't free/init the context, in order to test that starts() does the
|
D | test_suite_rsa.data | 4 RSA init-free-free 7 RSA init-free-init-free
|
D | test_suite_entropy.function | 54 * This might break memory checks in the future if sources need 'free-ing' then 147 /* Double free is not explicitly documented to work, but it is convenient
|
D | test_suite_bignum_mod.function | 76 /* Address sanitiser should catch if we try to free mp */ 89 /* It should be safe to call an mbedtls free several times */
|
D | test_suite_pk.data | 47 PK PSA utilities: ECDSA setup/free, info functions, unsupported operations 51 PK PSA utilities: RSA setup/free, info functions, unsupported operations
|
/mbedtls-3.6.0/tests/src/ |
D | threading_helpers.c | 74 void (*free)(mbedtls_threading_mutex_t *); member 129 mutex_functions.free(mutex); in mbedtls_test_wrap_mutex_free() 179 mutex_functions.free = mbedtls_mutex_free; in mbedtls_test_mutex_usage_init()
|
/mbedtls-3.6.0/programs/fuzz/ |
D | onefile.c | 59 free(Data); in main() 66 free(Data); in main()
|
/mbedtls-3.6.0/ |
D | LICENSE | 76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 83 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 227 License is intended to guarantee your freedom to share and change free 228 software--to make sure the software is free for all its users. This 235 When we speak of free software, we are referring to freedom, not 237 have the freedom to distribute copies of free software (and charge for 240 in new free programs; and that you know you can do these things. 258 that everyone understands that there is no warranty for this free 264 Finally, any free program is threatened constantly by software 265 patents. We wish to avoid the danger that redistributors of a free [all …]
|
/mbedtls-3.6.0/programs/util/ |
D | pem2der.c | 131 free(*buf); in load_file() 261 free(pem_buffer); in main()
|
/mbedtls-3.6.0/include/mbedtls/ |
D | platform.h | 87 #define MBEDTLS_PLATFORM_STD_FREE free /**< The default \c free function to use. */ 166 #define mbedtls_free free
|
/mbedtls-3.6.0/library/ |
D | ssl_cache.c | 346 goto free; in mbedtls_ssl_cache_remove() 355 free: in mbedtls_ssl_cache_remove()
|
D | memory_buffer_alloc.c | 400 free(hdr->trace); in buffer_alloc_free()
|
/mbedtls-3.6.0/3rdparty/everest/include/everest/kremlin/internal/ |
D | target.h | 44 # define KRML_HOST_FREE free
|
/mbedtls-3.6.0/programs/psa/ |
D | key_ladder_demo.c | 429 free(buffer); in wrap_data() 520 free(buffer); in unwrap_data()
|
/mbedtls-3.6.0/programs/ssl/ |
D | ssl_context_info.c | 993 free(b64_buf); in main() 994 free(ssl_buf); in main()
|
/mbedtls-3.6.0/docs/architecture/ |
D | psa-thread-safety.md | 32 …_destroy_key` returns, but it may not cause data corruption or read-after-free inside the key stor… 227 …otected by a mutex inside the RNG implementation), but other operations (init, free, seed) are not. 268 …he UNUSED or READING state. A slot with the correct id but in the WRITING state is considered free.
|
/mbedtls-3.6.0/tests/src/test_helpers/ |
D | ssl_helpers.c | 1753 free(msg_buf_1); in mbedtls_test_ssl_exchange_data() 1754 free(in_buf_1); in mbedtls_test_ssl_exchange_data() 1755 free(msg_buf_2); in mbedtls_test_ssl_exchange_data() 1756 free(in_buf_2); in mbedtls_test_ssl_exchange_data()
|
/mbedtls-3.6.0/docs/architecture/testing/ |
D | invasive-testing.md | 244 … | + Many properties come for free, but some require effort (e.g. the test code itself mu… 288 …tself. Use the cleanup code (after the `exit` label in test functions) to free any memory that the…
|
/mbedtls-3.6.0/tests/data_files/ |
D | Readme-x509.txt | 51 - free-form comments
|
/mbedtls-3.6.0/programs/test/ |
D | udp_proxy.c | 30 #define mbedtls_free free
|
/mbedtls-3.6.0/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 94 Note: the implementation is always free to include support for more than what was explicitly reques… 122 * **`MBEDTLS_PSA_ACCEL_xxx`** indicates whether a fully-featured, fallback-free transparent driver …
|