Home
last modified time | relevance | path

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

123

/openthread-latest/third_party/mbedtls/repo/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_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
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
/openthread-latest/third_party/mbedtls/repo/tests/src/
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()
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
Donefile.c59 free(Data); in main()
66 free(Data); in main()
/openthread-latest/examples/apps/ncp/
Dmain.c67 OT_TOOL_WEAK void otPlatFree(void *aPtr) { free(aPtr); } in otPlatFree()
133 free(otInstanceBuffer); in main()
/openthread-latest/examples/apps/cli/
Dmain.c61 OT_TOOL_WEAK void otPlatFree(void *aPtr) { free(aPtr); } in otPlatFree()
156 free(otInstanceBuffer); in main()
/openthread-latest/src/posix/platform/
Dbacktrace.cpp109 free(demangledName); in demangleSymbol()
129 free(symbols); in dumpStack()
Dmemory.cpp40 void otPlatFree(void *aPtr) { free(aPtr); } in otPlatFree()
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_reass.c169 free(s, M_TCPLOG);
192 free(s, M_TCPLOG);
203 free(s, M_TCPLOG);
/openthread-latest/third_party/mbedtls/repo/framework/
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 …]
/openthread-latest/third_party/mbedtls/repo/
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 …]
/openthread-latest/third_party/mbedtls/repo/programs/util/
Dpem2der.c131 free(*buf); in load_file()
261 free(pem_buffer); in main()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dplatform.h87 #define MBEDTLS_PLATFORM_STD_FREE free /**< The default \c free function to use. */
166 #define mbedtls_free free
/openthread-latest/
DSTYLE_GUIDE.md32 …- There should be one return statement per free function or method at the end of the free function…
66 … if there is a free function or object method that allocates a resource, then there should be one …
95 …- When you declare C++ free functions and object methods, you should avoid or minimize using defau…
137 - All OpenThread C public data types and free functions should have `ot` prepended to their name.
143 …- All free function or method parameters should have an `a` prepended to the name to denote functi…
171 …- Detail what the free function and object / class methods are and how they are to be used, what t…
173 - Every public, and ideally private, free function and class method should likewise have a prologue…
/openthread-latest/src/posix/
Dcli_readline.cpp68 free(aLine); in InputCallback()
/openthread-latest/tests/fuzz/
Dncp_hdlc_received.cpp102 free(buf); in LLVMFuzzerTestOneInput()
Dradio_receive_done.cpp97 free(buf); in LLVMFuzzerTestOneInput()
Dcli_received.cpp105 free(buf); in LLVMFuzzerTestOneInput()
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/
Dtarget.h44 # define KRML_HOST_FREE free
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_cache.c346 goto free; in mbedtls_ssl_cache_remove()
355 free: in mbedtls_ssl_cache_remove()
/openthread-latest/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c366 free(stack_symbols); in signal_critical()
1242 free(dir_path); in setup_res_gpio()
1247 free(value_path); in setup_res_gpio()
1358 free(edge_path); in setup_int_gpio()
1363 free(dir_path); in setup_int_gpio()
1368 free(value_path); in setup_int_gpio()

123