Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 40) sorted by relevance

12

/mbedtls-3.6.0/tests/suites/
Dtest_suite_net.data1 Context init-free-free
4 Context init-free-init-free
Dtest_suite_memory_buffer_alloc.data4 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
Dtest_suite_entropy.data1 Entropy init-free-free
4 Entropy init-free-init-free
Dtest_suite_chacha20.function54 /* Don't free/init the context nor set the key again,
Dtest_suite_poly1305.function46 /* Don't free/init the context, in order to test that starts() does the
Dtest_suite_rsa.data4 RSA init-free-free
7 RSA init-free-init-free
Dtest_suite_entropy.function54 * 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
Dtest_suite_bignum_mod.function76 /* Address sanitiser should catch if we try to free mp */
89 /* It should be safe to call an mbedtls free several times */
Dtest_suite_pk.data47 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/
Dthreading_helpers.c74 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/
Donefile.c59 free(Data); in main()
66 free(Data); in main()
/mbedtls-3.6.0/
DLICENSE76 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/
Dpem2der.c131 free(*buf); in load_file()
261 free(pem_buffer); in main()
/mbedtls-3.6.0/include/mbedtls/
Dplatform.h87 #define MBEDTLS_PLATFORM_STD_FREE free /**< The default \c free function to use. */
166 #define mbedtls_free free
/mbedtls-3.6.0/library/
Dssl_cache.c346 goto free; in mbedtls_ssl_cache_remove()
355 free: in mbedtls_ssl_cache_remove()
Dmemory_buffer_alloc.c400 free(hdr->trace); in buffer_alloc_free()
/mbedtls-3.6.0/3rdparty/everest/include/everest/kremlin/internal/
Dtarget.h44 # define KRML_HOST_FREE free
/mbedtls-3.6.0/programs/psa/
Dkey_ladder_demo.c429 free(buffer); in wrap_data()
520 free(buffer); in unwrap_data()
/mbedtls-3.6.0/programs/ssl/
Dssl_context_info.c993 free(b64_buf); in main()
994 free(ssl_buf); in main()
/mbedtls-3.6.0/docs/architecture/
Dpsa-thread-safety.md32 …_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/
Dssl_helpers.c1753 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/
Dinvasive-testing.md244 … | + 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/
DReadme-x509.txt51 - free-form comments
/mbedtls-3.6.0/programs/test/
Dudp_proxy.c30 #define mbedtls_free free
/mbedtls-3.6.0/docs/proposed/
Dpsa-conditional-inclusion-c.md94 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 …

12