Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/coap/
Dcoap_secure.cpp63 …SuccessOrExit(error = mDtls.Open(&CoapSecure::HandleDtlsReceive, &CoapSecure::HandleDtlsConnected,… in Start()
76 …SuccessOrExit(error = mDtls.Open(&CoapSecure::HandleDtlsReceive, &CoapSecure::HandleDtlsConnected,… in Start()
174 void CoapSecure::HandleDtlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive() function in ot::Coap::CoapSecure
176 return static_cast<CoapSecure *>(aContext)->HandleDtlsReceive(aBuf, aLength); in HandleDtlsReceive()
179 void CoapSecure::HandleDtlsReceive(uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive() function in ot::Coap::CoapSecure
Dcoap_secure.hpp406 static void HandleDtlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength);
407 void HandleDtlsReceive(uint8_t *aBuf, uint16_t aLength);
/openthread-3.5.0/src/core/meshcop/
Ddtls.hpp437 void HandleDtlsReceive(const uint8_t *aBuf, uint16_t aLength);