Lines Matching defs:mgr
104 TLS_SessionMgr *mgr = (TLS_SessionMgr *)BSL_SAL_Calloc(1u, sizeof(TLS_SessionMgr)); in SESSMGR_New() local
150 TLS_SessionMgr *SESSMGR_Dup(TLS_SessionMgr *mgr) in SESSMGR_Dup()
163 void SESSMGR_Free(TLS_SessionMgr *mgr) in SESSMGR_Free()
184 void SESSMGR_SetTimeout(TLS_SessionMgr *mgr, uint64_t sessTimeout) in SESSMGR_SetTimeout()
194 uint64_t SESSMGR_GetTimeout(TLS_SessionMgr *mgr) in SESSMGR_GetTimeout()
208 void SESSMGR_SetCacheMode(TLS_SessionMgr *mgr, HITLS_SESS_CACHE_MODE mode) in SESSMGR_SetCacheMode()
218 HITLS_SESS_CACHE_MODE SESSMGR_GetCacheMode(TLS_SessionMgr *mgr) in SESSMGR_GetCacheMode()
229 void SESSMGR_SetCacheSize(TLS_SessionMgr *mgr, uint32_t sessCacheSize) in SESSMGR_SetCacheSize()
240 uint32_t SESSMGR_GetCacheSize(TLS_SessionMgr *mgr) in SESSMGR_GetCacheSize()
252 void SESSMGR_InsertSession(TLS_SessionMgr *mgr, HITLS_Session *sess, bool isClient) in SESSMGR_InsertSession()
301 HITLS_Session *SESSMGR_Find(TLS_SessionMgr *mgr, uint8_t *sessionId, uint8_t sessionIdSize) in SESSMGR_Find()
336 bool SESSMGR_HasMacthSessionId(TLS_SessionMgr *mgr, uint8_t *sessionId, uint8_t sessionIdSize) in SESSMGR_HasMacthSessionId()
356 void SESSMGR_ClearTimeout(TLS_SessionMgr *mgr) in SESSMGR_ClearTimeout()
411 void SESSMGR_SetTicketKeyCb(TLS_SessionMgr *mgr, HITLS_TicketKeyCb ticketKeyCb) in SESSMGR_SetTicketKeyCb()
421 HITLS_TicketKeyCb SESSMGR_GetTicketKeyCb(TLS_SessionMgr *mgr) in SESSMGR_GetTicketKeyCb()
434 int32_t SESSMGR_GetTicketKey(const TLS_SessionMgr *mgr, uint8_t *key, uint32_t keySize, uint32_t *o… in SESSMGR_GetTicketKey()
476 int32_t SESSMGR_SetTicketKey(TLS_SessionMgr *mgr, const uint8_t *key, uint32_t keySize) in SESSMGR_SetTicketKey()