Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 136) sorted by relevance

123456

/openthread-latest/src/posix/platform/
Dmainloop.cpp63 for (Source *source = mSources; source != nullptr; source = source->mNext) in Update() local
65 source->Update(aContext); in Update()
71 for (Source *source = mSources; source != nullptr; source = source->mNext) in Process() local
73 source->Process(aContext); in Process()
Dvendor_extension_example.cmake5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
34 # Create library target using source file "vendor_source.cpp"
/openthread-latest/tests/unit/
Dtest_ip4_header.cpp59 Address source; in TestIp4Header() local
63 SuccessOrQuit(source.FromString("10.0.0.235"), "Address::FromString() failed"); in TestIp4Header()
81 header.SetSource(source); in TestIp4Header()
87 VerifyOrQuit(header.GetSource() == source); in TestIp4Header()
96 VerifyOrQuit(memcmp(&headerBytes[Header::kSourceAddressOffset], &source, sizeof(source)) == 0, in TestIp4Header()
114 VerifyOrQuit(memcmp(&headerBytes[Header::kSourceAddressOffset], &source, sizeof(source)) == 0, in TestIp4Header()
Dtest_ip6_header.cpp63 Address source; in TestIp6Header() local
67 …SuccessOrQuit(source.FromString("0102:0304:0506:0708:090a:0b0c:0d0e:0f12"), "Address::FromString()… in TestIp6Header()
85 header.SetSource(source); in TestIp6Header()
93 VerifyOrQuit(header.GetSource() == source); in TestIp6Header()
102 VerifyOrQuit(memcmp(&headerBytes[Header::kSourceFieldOffset], &source, sizeof(source)) == 0, in TestIp6Header()
DCMakeLists.txt5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
138 # Unit test name will be `ot-test-{name}`. Test source file of
140 # passed to provide additional source files.
/openthread-latest/third_party/mbedtls/repo/library/
Dentropy.c30 memset(ctx->source, 0, sizeof(ctx->source)); in mbedtls_entropy_init()
78 mbedtls_platform_zeroize(ctx->source, sizeof(ctx->source)); in mbedtls_entropy_free()
100 ctx->source[idx].f_source = f_source; in mbedtls_entropy_add_source()
101 ctx->source[idx].p_source = p_source; in mbedtls_entropy_add_source()
102 ctx->source[idx].threshold = threshold; in mbedtls_entropy_add_source()
103 ctx->source[idx].strong = strong; in mbedtls_entropy_add_source()
210 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in entropy_gather_internal()
215 if ((ret = ctx->source[i].f_source(ctx->source[i].p_source, in entropy_gather_internal()
228 ctx->source[i].size += olen; in entropy_gather_internal()
311 if (ctx->source[i].size < ctx->source[i].threshold) { in mbedtls_entropy_func()
[all …]
/openthread-latest/third_party/build_gn/toolchain/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
7 …-MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}} -o {{output}}"
16 …MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{source}} -o {{output}}"
71 command = "cp -af {{source}} {{output}}"
72 description = "COPY {{source}} {{output}}"
/openthread-latest/third_party/mbedtls/repo/
Ddco.txt18 have the right to submit it under the open source license
22 of my knowledge, is covered under an appropriate open source
25 by me, under the same open source license (unless I am
37 this project or the open source license(s) involved.
/openthread-latest/third_party/mbedtls/repo/scripts/
Dbasic.requirements.txt3 # Required to (re-)generate source files. Not needed if the generated source
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/
DLicense.txt8 to or modify the source code of this software in order to stay
11 Redistribution and use in source and binary forms, with or
15 o Redistributions of source code must retain the above copyright
/openthread-latest/tests/scripts/thread-cert/border_router/
DREADME.md13 # Clear current OpenThread directory (remember to add new source files).
16 # Rebuild the OTBR Docker image if OTBR source code is updated.
/openthread-latest/src/ncp/
DCMakeLists.txt5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
45 set(OT_NCP_VENDOR_HOOK_SOURCE "" CACHE STRING "set vendor hook source file for NCP")
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_memory.data10 PSA input buffer copy: zero-length source buffer
25 PSA output buffer copy: zero-length source buffer
/openthread-latest/src/
DCMakeLists.txt5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
/openthread-latest/
DLICENSE4 Redistribution and use in source and binary forms, with or without
6 1. Redistributions of source code must retain the above copyright
/openthread-latest/examples/
DCMakeLists.txt5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
/openthread-latest/examples/apps/
DCMakeLists.txt5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
/openthread-latest/examples/platforms/
DCMakeLists.txt5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
/openthread-latest/third_party/
DCMakeLists.txt5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
/openthread-latest/tools/
DCMakeLists.txt5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
/openthread-latest/tools/otci/
DLICENSE4 Redistribution and use in source and binary forms, with or without
6 1. Redistributions of source code must retain the above copyright
/openthread-latest/src/lib/
Dcommon.am5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
/openthread-latest/tests/
DCMakeLists.txt5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
/openthread-latest/etc/cmake/
Dfunctions.cmake5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
/openthread-latest/examples/platforms/zephyr/
DCMakeLists.txt5 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright

123456