Home
last modified time | relevance | path

Searched refs:ApplicationCoapSecure (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/coap/
Dcoap_secure.cpp163 MeshCoP::SecureSession *ApplicationCoapSecure::HandleDtlsAccept(void *aContext, const Ip6::MessageI… in HandleDtlsAccept()
167 return static_cast<ApplicationCoapSecure *>(aContext)->HandleDtlsAccept(); in HandleDtlsAccept()
170 SecureSession *ApplicationCoapSecure::HandleDtlsAccept(void) in HandleDtlsAccept()
Dcoap_secure.hpp142 class ApplicationCoapSecure : public Dtls::Transport, public Dtls::Transport::Extension, public Sec… class
151 ApplicationCoapSecure(Instance &aInstance, LinkSecurityMode aLayerTwoSecurity) in ApplicationCoapSecure() function in ot::Coap::ApplicationCoapSecure
/openthread-latest/src/core/instance/
Dinstance.hpp372 Coap::ApplicationCoapSecure &GetApplicationCoapSecure(void) { return mApplicationCoapSecure; } in GetApplicationCoapSecure()
665 Coap::ApplicationCoapSecure mApplicationCoapSecure;