Home
last modified time | relevance | path

Searched refs:Open (Results 1 – 25 of 33) sorted by relevance

12

/openthread-latest/tests/nexus/
Dtest_dtls.cpp272 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()
Dtest_border_agent.cpp81 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/
Dtest_suite_psa_crypto_slot_management.data111 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
Dtest_suite_net.function22 /** Open a file on the given file descriptor.
/openthread-latest/src/core/net/
Dudp6.cpp92 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()
Dudp6.hpp224 Error Open(NetifIdentifier aNetifId);
505 …Error Open(SocketHandle &aSocket, NetifIdentifier aNetifId, ReceiveHandler aHandler, void *aContex…
664 static Error Open(SocketHandle &aSocket);
Dsntp_client.cpp57 SuccessOrExit(error = mSocket.Open(Ip6::kNetifUnspecified)); in Start()
Ddhcp6_server.cpp133 IgnoreError(mSocket.Open(Ip6::kNetifThreadInternal)); in Start()
Ddhcp6_client.cpp165 IgnoreError(mSocket.Open(Ip6::kNetifThreadInternal)); in Start()
Ddns_client.cpp767 SuccessOrExit(error = mSocket.Open(Ip6::kNetifUnspecified)); in Start()
/openthread-latest/src/core/api/
Dudp_api.cpp47 …return AsCoreType(aInstance).Get<Ip6::Udp>().Open(AsCoreType(aSocket), Ip6::kNetifThreadHost, aCal… in otUdpOpen()
Dcoap_secure_api.cpp46 SuccessOrExit(error = AsCoreType(aInstance).GetApplicationCoapSecure().Open()); in otCoapSecureStart()
/openthread-latest/tools/harness-simulation/
DREADME.md13 1. Open the JSON format configuration file `tools/harness-simulation/posix/config.yml`:
/openthread-latest/src/core/meshcop/
Djoiner_router.cpp72 IgnoreError(mSocket.Open(Ip6::kNetifThreadInternal)); in Start()
Dsecure_transport.hpp585 Error Open(void);
Dsecure_transport.cpp679 Error SecureTransport::Open(void) in Open() function in ot::MeshCoP::SecureTransport
685 SuccessOrExit(error = mSocket.Open(Ip6::kNetifUnspecified)); in Open()
Djoiner.cpp140 SuccessOrExit(error = Get<Tmf::SecureAgent>().Open()); in Start()
Dborder_agent.cpp136 SuccessOrExit(error = mDtlsTransport.Open()); in Start()
Dcommissioner.cpp271 SuccessOrExit(error = Get<Tmf::SecureAgent>().Open()); in Start()
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md207 ## 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/
Dble_secure.cpp84 SuccessOrExit(error = mTls.Open()); in Start()
/openthread-latest/src/cli/
DREADME_TCP.md129 - fastopen: if "fast", TCP Fast Open is enabled for this connection; if "slow", it is not. Defaults…
/openthread-latest/tests/unit/
Dtest_srp_server.cpp1079 SuccessOrQuit(udpSocket.Open(Ip6::kNetifThreadInternal)); in TestSrpClientDelayedResponse()
/openthread-latest/src/core/coap/
Dcoap.cpp1680 SuccessOrExit(error = mSocket.Open(aNetifIdentifier)); in Start()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md250 **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…

12