Home
last modified time | relevance | path

Searched defs:securityLevel (Results 1 – 2 of 2) sorted by relevance

/third_party/openhitls/tls/feature/security/src/
Dsecurity.c23 int32_t HITLS_CFG_SetSecurityLevel(HITLS_Config *config, int32_t securityLevel) in HITLS_CFG_SetSecurityLevel()
34 int32_t HITLS_CFG_GetSecurityLevel(const HITLS_Config *config, int32_t *securityLevel) in HITLS_CFG_GetSecurityLevel()
85 int32_t HITLS_SetSecurityLevel(HITLS_Ctx *ctx, int32_t securityLevel) in HITLS_SetSecurityLevel()
95 int32_t HITLS_GetSecurityLevel(const HITLS_Ctx *ctx, int32_t *securityLevel) in HITLS_GetSecurityLevel()
/third_party/openhitls/tls/include/
Dtls_config.h148 int32_t securityLevel; /* Security level */ member