Searched defs:securityLevel (Results 1 – 2 of 2) sorted by relevance
23 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()
148 int32_t securityLevel; /* Security level */ member