Searched refs:HandleMbedtlsGetTimer (Results 1 – 2 of 2) sorted by relevance
264 static int HandleMbedtlsGetTimer(void *aContext);265 int HandleMbedtlsGetTimer(void);
301 mbedtls_ssl_set_timer_cb(&mSsl, this, HandleMbedtlsSetTimer, HandleMbedtlsGetTimer); in Setup()418 int SecureSession::HandleMbedtlsGetTimer(void *aContext) in HandleMbedtlsGetTimer() function in ot::MeshCoP::SecureSession420 return static_cast<SecureSession *>(aContext)->HandleMbedtlsGetTimer(); in HandleMbedtlsGetTimer()423 int SecureSession::HandleMbedtlsGetTimer(void) in HandleMbedtlsGetTimer() function in ot::MeshCoP::SecureSession