16#ifndef HS_DTLS_TIMER_H
17#define HS_DTLS_TIMER_H
27#ifdef HITLS_TLS_PROTO_DTLS12
37int32_t HS_Start2MslTimer(TLS_Ctx *ctx);
47int32_t HS_StartTimer(TLS_Ctx *ctx);
58int32_t HS_IsTimeout(TLS_Ctx *ctx,
bool *isTimeout);
69int32_t HS_TimeoutProcess(TLS_Ctx *ctx);