/openthread-latest/tests/nexus/ |
D | test_dtls.cpp | 272 SuccessOrQuit(dtls0.Open()); in TestDtlsSingleSession() 289 SuccessOrQuit(dtls1.Open()); in TestDtlsSingleSession() 313 SuccessOrQuit(dtls1.Open()); in TestDtlsSingleSession() 384 SuccessOrQuit(dtls2.Open()); in TestDtlsSingleSession() 423 SuccessOrQuit(dtls0.Open()); in TestDtlsSingleSession() 437 SuccessOrQuit(dtls1.Open()); in TestDtlsSingleSession() 513 SuccessOrQuit(dtls0.Open()); in TestDtlsMultiSession() 531 SuccessOrQuit(dtls1.Open()); in TestDtlsMultiSession() 560 SuccessOrQuit(dtls2.Open()); in TestDtlsMultiSession()
|
D | test_border_agent.cpp | 81 SuccessOrQuit(node1.Get<Tmf::SecureAgent>().Open()); in TestBorderAgent() 103 SuccessOrQuit(node1.Get<Tmf::SecureAgent>().Open()); in TestBorderAgent() 247 SuccessOrQuit(node1.Get<Tmf::SecureAgent>().Open()); in TestBorderAgentEphemeralKey() 284 SuccessOrQuit(node1.Get<Tmf::SecureAgent>().Open()); in TestBorderAgentEphemeralKey()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_slot_management.data | 111 Open failure: invalid identifier (0) 115 Open failure: invalid identifier (random seed UID) 119 Open failure: invalid identifier (reserved range) 123 Open failure: invalid identifier (implementation range) 127 Open failure: non-existent identifier 162 Open not supported 217 Open many transient keys
|
D | test_suite_net.function | 22 /** Open a file on the given file descriptor.
|
/openthread-latest/src/core/net/ |
D | udp6.cpp | 92 Error Udp::Socket::Open(NetifIdentifier aNetifId) { return Get<Udp>().Open(*this, aNetifId, mHandle… in Open() function in ot::Ip6::Udp::Socket 152 Error Udp::Plat::Open(SocketHandle &aSocket) in Open() function in ot::Ip6::Udp::Plat 220 Error Udp::Open(SocketHandle &aSocket, NetifIdentifier aNetifId, ReceiveHandler aHandler, void *aCo… in Open() function in ot::Ip6::Udp 232 error = Plat::Open(aSocket); in Open()
|
D | udp6.hpp | 224 Error Open(NetifIdentifier aNetifId); 505 …Error Open(SocketHandle &aSocket, NetifIdentifier aNetifId, ReceiveHandler aHandler, void *aContex… 664 static Error Open(SocketHandle &aSocket);
|
D | sntp_client.cpp | 57 SuccessOrExit(error = mSocket.Open(Ip6::kNetifUnspecified)); in Start()
|
D | dhcp6_server.cpp | 133 IgnoreError(mSocket.Open(Ip6::kNetifThreadInternal)); in Start()
|
D | dhcp6_client.cpp | 165 IgnoreError(mSocket.Open(Ip6::kNetifThreadInternal)); in Start()
|
D | dns_client.cpp | 767 SuccessOrExit(error = mSocket.Open(Ip6::kNetifUnspecified)); in Start()
|
/openthread-latest/src/core/api/ |
D | udp_api.cpp | 47 …return AsCoreType(aInstance).Get<Ip6::Udp>().Open(AsCoreType(aSocket), Ip6::kNetifThreadHost, aCal… in otUdpOpen()
|
D | coap_secure_api.cpp | 46 SuccessOrExit(error = AsCoreType(aInstance).GetApplicationCoapSecure().Open()); in otCoapSecureStart()
|
/openthread-latest/tools/harness-simulation/ |
D | README.md | 13 1. Open the JSON format configuration file `tools/harness-simulation/posix/config.yml`:
|
/openthread-latest/src/core/meshcop/ |
D | joiner_router.cpp | 72 IgnoreError(mSocket.Open(Ip6::kNetifThreadInternal)); in Start()
|
D | secure_transport.hpp | 585 Error Open(void);
|
D | secure_transport.cpp | 679 Error SecureTransport::Open(void) in Open() function in ot::MeshCoP::SecureTransport 685 SuccessOrExit(error = mSocket.Open(Ip6::kNetifUnspecified)); in Open()
|
D | joiner.cpp | 140 SuccessOrExit(error = Get<Tmf::SecureAgent>().Open()); in Start()
|
D | border_agent.cpp | 136 SuccessOrExit(error = mDtlsTransport.Open()); in Start()
|
D | commissioner.cpp | 271 SuccessOrExit(error = Get<Tmf::SecureAgent>().Open()); in Start()
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 207 ## Open questions 209 ### Open questions about the interface 227 ### Open questions about the design 239 ### Open questions about the implementation
|
/openthread-latest/src/core/radio/ |
D | ble_secure.cpp | 84 SuccessOrExit(error = mTls.Open()); in Start()
|
/openthread-latest/src/cli/ |
D | README_TCP.md | 129 - fastopen: if "fast", TCP Fast Open is enabled for this connection; if "slow", it is not. Defaults…
|
/openthread-latest/tests/unit/ |
D | test_srp_server.cpp | 1079 SuccessOrQuit(udpSocket.Open(Ip6::kNetifThreadInternal)); in TestSrpClientDelayedResponse()
|
/openthread-latest/src/core/coap/ |
D | coap.cpp | 1680 SuccessOrExit(error = mSocket.Open(aNetifIdentifier)); in Start()
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 250 **Open questions: Will the compiler optimize away copies? If so, can it be prevented from doing so … 273 **Open question: Does memory allocation in `update()` cause a performance problem? If so, to what e… 444 …ackaged example program for the Corstone 310 FVP available as part of the Open IoT SDK [here](http…
|