Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap_secure.cpp51 Dtls::Session::SetReceiveCallback(HandleDtlsReceive, this); in SecureSession()
119 void SecureSession::HandleDtlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive() function in ot::Coap::SecureSession
121 static_cast<SecureSession *>(aContext)->HandleDtlsReceive(aBuf, aLength); in HandleDtlsReceive()
124 void SecureSession::HandleDtlsReceive(uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive() function in ot::Coap::SecureSession
Dcoap_secure.hpp129 static void HandleDtlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength);
130 void HandleDtlsReceive(uint8_t *aBuf, uint16_t aLength);