| /mbedtls/tests/suites/ |
| A D | test_suite_net.data | 1 Context init-free-free 4 Context init-free-init-free
|
| A 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
|
| A D | test_suite_psa_crypto_memory.data | 37 PSA crypto local input free 40 PSA crypto local input free, NULL buffer 52 PSA crypto local output free 55 PSA crypto local output free, NULL buffer 58 PSA crypto local output free, NULL original buffer
|
| A D | test_suite_entropy.data | 1 Entropy init-free-free 4 Entropy init-free-init-free
|
| A D | test_suite_chacha20.function | 54 /* Don't free/init the context nor set the key again,
|
| A D | test_suite_poly1305.function | 46 /* Don't free/init the context, in order to test that starts() does the
|
| A D | test_suite_block_cipher.function | 49 /* free() before successful setup()
|
| A D | test_suite_entropy.function | 54 * This might break memory checks in the future if sources need 'free-ing' then 149 /* Double free is not explicitly documented to work, but it is convenient
|
| A D | test_suite_rsa.data | 4 RSA init-free-free 7 RSA init-free-init-free
|
| A 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 */
|
| /mbedtls/tests/src/ |
| A D | threading_helpers.c | 140 void (*free)(mbedtls_threading_mutex_t *); member 240 mutex_functions.free(mutex); in mbedtls_test_wrap_mutex_free() 307 mutex_functions.free = mbedtls_mutex_free; in mbedtls_test_mutex_usage_init() 345 mbedtls_mutex_free = mutex_functions.free; in mbedtls_test_mutex_usage_end() 349 mutex_functions.free(&mbedtls_test_mutex_mutex); in mbedtls_test_mutex_usage_end()
|
| /mbedtls/programs/fuzz/ |
| A D | onefile.c | 59 free(Data); in main() 66 free(Data); in main()
|
| /mbedtls/ |
| A D | LICENSE | 76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 83 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 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 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 432 integrity of the free software distribution system, which is 469 of preserving the free status of all derivatives of our free software and [all …]
|
| /mbedtls/programs/util/ |
| A D | pem2der.c | 131 free(*buf); in load_file() 261 free(pem_buffer); in main()
|
| /mbedtls/include/mbedtls/ |
| A D | platform.h | 87 #define MBEDTLS_PLATFORM_STD_FREE free /**< The default \c free function to use. */ 166 #define mbedtls_free free
|
| /mbedtls/library/ |
| A D | ssl_cache.c | 346 goto free; in mbedtls_ssl_cache_remove() 355 free: in mbedtls_ssl_cache_remove()
|
| A D | memory_buffer_alloc.c | 400 free(hdr->trace); in buffer_alloc_free()
|
| /mbedtls/3rdparty/everest/include/everest/kremlin/internal/ |
| A D | target.h | 44 # define KRML_HOST_FREE free
|
| /mbedtls/programs/psa/ |
| A D | key_ladder_demo.c | 429 free(buffer); in wrap_data() 520 free(buffer); in unwrap_data()
|
| /mbedtls/programs/ssl/ |
| A D | ssl_context_info.c | 996 free(b64_buf); in main() 997 free(ssl_buf); in main()
|
| /mbedtls/tests/src/test_helpers/ |
| A D | ssl_helpers.c | 1938 free(msg_buf_1); in mbedtls_test_ssl_exchange_data() 1939 free(in_buf_1); in mbedtls_test_ssl_exchange_data() 1940 free(msg_buf_2); in mbedtls_test_ssl_exchange_data() 1941 free(in_buf_2); in mbedtls_test_ssl_exchange_data()
|
| /mbedtls/docs/ |
| A D | psa-transition.md | 68 If you wish to free all resources associated with PSA cryptography, call [`mbedtls_psa_crypto_free`… 367 5. Finally free the resources associated with the operation object by calling `mbedtls_cipher_free`. 394 7. Finally free the resources associated with the operation object by calling `mbedtls_cipher_free`. 512 5. Finally free the resources associated with the operation object by calling `mbedtls_md_free`. 555 5. Finally free the resources associated with the operation object by calling `mbedtls_md_free`. 563 5. Finally free the resources associated with the operation object by calling `mbedtls_cipher_free`. 607 …erivation/#group__key__derivation_1ga90fdd2716124d0bd258826184824675f) to free the resources assoc… 822 5. You can now free the PK object with `mbedtls_pk_free`. 1145 …oup__key__management_1ga5f52644312291335682fbc0292c43cd2) on `key_id`, and free the memory buffers. 1172 …anagement/#group__key__management_1ga5f52644312291335682fbc0292c43cd2) to free the resources assoc… [all …]
|
| /mbedtls/docs/architecture/testing/ |
| A 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/tests/data_files/ |
| A D | Readme-x509.txt | 51 - free-form comments
|
| /mbedtls/programs/test/ |
| A D | udp_proxy.c | 29 #define mbedtls_free free
|