Home
last modified time | relevance | path

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

12

/mbedtls/tests/suites/
A Dtest_suite_net.data1 Context init-free-free
4 Context init-free-init-free
A 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
A Dtest_suite_psa_crypto_memory.data37 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 Dtest_suite_entropy.data1 Entropy init-free-free
4 Entropy init-free-init-free
A Dtest_suite_chacha20.function54 /* Don't free/init the context nor set the key again,
A Dtest_suite_poly1305.function46 /* Don't free/init the context, in order to test that starts() does the
A Dtest_suite_block_cipher.function49 /* free() before successful setup()
A Dtest_suite_entropy.function54 * 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 Dtest_suite_rsa.data4 RSA init-free-free
7 RSA init-free-init-free
A 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 */
/mbedtls/tests/src/
A Dthreading_helpers.c140 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 Donefile.c59 free(Data); in main()
66 free(Data); in main()
/mbedtls/
A DLICENSE76 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 Dpem2der.c131 free(*buf); in load_file()
261 free(pem_buffer); in main()
/mbedtls/include/mbedtls/
A Dplatform.h87 #define MBEDTLS_PLATFORM_STD_FREE free /**< The default \c free function to use. */
166 #define mbedtls_free free
/mbedtls/library/
A Dssl_cache.c346 goto free; in mbedtls_ssl_cache_remove()
355 free: in mbedtls_ssl_cache_remove()
A Dmemory_buffer_alloc.c400 free(hdr->trace); in buffer_alloc_free()
/mbedtls/3rdparty/everest/include/everest/kremlin/internal/
A Dtarget.h44 # define KRML_HOST_FREE free
/mbedtls/programs/psa/
A Dkey_ladder_demo.c429 free(buffer); in wrap_data()
520 free(buffer); in unwrap_data()
/mbedtls/programs/ssl/
A Dssl_context_info.c996 free(b64_buf); in main()
997 free(ssl_buf); in main()
/mbedtls/tests/src/test_helpers/
A Dssl_helpers.c1938 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 Dpsa-transition.md68 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 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/tests/data_files/
A DReadme-x509.txt51 - free-form comments
/mbedtls/programs/test/
A Dudp_proxy.c29 #define mbedtls_free free

Completed in 73 milliseconds

12