Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp264 static int HandleMbedtlsGetTimer(void *aContext);
265 int HandleMbedtlsGetTimer(void);
Dsecure_transport.cpp301 mbedtls_ssl_set_timer_cb(&mSsl, this, HandleMbedtlsSetTimer, HandleMbedtlsGetTimer); in Setup()
418 int SecureSession::HandleMbedtlsGetTimer(void *aContext) in HandleMbedtlsGetTimer() function in ot::MeshCoP::SecureSession
420 return static_cast<SecureSession *>(aContext)->HandleMbedtlsGetTimer(); in HandleMbedtlsGetTimer()
423 int SecureSession::HandleMbedtlsGetTimer(void) in HandleMbedtlsGetTimer() function in ot::MeshCoP::SecureSession