Searched refs:IS_HSEM_KEY (Results 1 – 10 of 10) sorted by relevance
235 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_ReleaseAll()267 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_SetClearKey()
249 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_ReleaseAll()281 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_SetClearKey()
248 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_ReleaseAll()280 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_SetClearKey()
260 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_ReleaseAll()292 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_SetClearKey()
185 #define IS_HSEM_KEY(__KEY__) ((__KEY__) <= HSEM_CLEAR_KEY_MAX ) macro
217 #define IS_HSEM_KEY(__KEY__) ((__KEY__) <= HSEM_CLEAR_KEY_MAX ) macro