/openthread-latest/third_party/mbedtls/repo/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_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
|
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
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
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()
|
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
D | onefile.c | 59 free(Data); in main() 66 free(Data); in main()
|
/openthread-latest/examples/apps/ncp/ |
D | main.c | 67 OT_TOOL_WEAK void otPlatFree(void *aPtr) { free(aPtr); } in otPlatFree() 133 free(otInstanceBuffer); in main()
|
/openthread-latest/examples/apps/cli/ |
D | main.c | 61 OT_TOOL_WEAK void otPlatFree(void *aPtr) { free(aPtr); } in otPlatFree() 156 free(otInstanceBuffer); in main()
|
/openthread-latest/src/posix/platform/ |
D | backtrace.cpp | 109 free(demangledName); in demangleSymbol() 129 free(symbols); in dumpStack()
|
D | memory.cpp | 40 void otPlatFree(void *aPtr) { free(aPtr); } in otPlatFree()
|
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_reass.c | 169 free(s, M_TCPLOG); 192 free(s, M_TCPLOG); 203 free(s, M_TCPLOG);
|
/openthread-latest/third_party/mbedtls/repo/framework/ |
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 …]
|
/openthread-latest/third_party/mbedtls/repo/ |
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 …]
|
/openthread-latest/third_party/mbedtls/repo/programs/util/ |
D | pem2der.c | 131 free(*buf); in load_file() 261 free(pem_buffer); in main()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | platform.h | 87 #define MBEDTLS_PLATFORM_STD_FREE free /**< The default \c free function to use. */ 166 #define mbedtls_free free
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 32 …- 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/ |
D | cli_readline.cpp | 68 free(aLine); in InputCallback()
|
/openthread-latest/tests/fuzz/ |
D | ncp_hdlc_received.cpp | 102 free(buf); in LLVMFuzzerTestOneInput()
|
D | radio_receive_done.cpp | 97 free(buf); in LLVMFuzzerTestOneInput()
|
D | cli_received.cpp | 105 free(buf); in LLVMFuzzerTestOneInput()
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/ |
D | target.h | 44 # define KRML_HOST_FREE free
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ssl_cache.c | 346 goto free; in mbedtls_ssl_cache_remove() 355 free: in mbedtls_ssl_cache_remove()
|
/openthread-latest/tools/spi-hdlc-adapter/ |
D | spi-hdlc-adapter.c | 366 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()
|