Searched refs:cryp_states (Results 1 – 3 of 3) sorted by relevance
37 struct tee_cryp_state_head cryp_states; member
434 TAILQ_INIT(&utc->cryp_states); in tee_ta_init_user_ta_session()
2439 TAILQ_FOREACH(s, &utc->cryp_states, link) { in tee_svc_cryp_get_state()2457 TAILQ_REMOVE(&utc->cryp_states, cs, link); in cryp_state_free()2629 TAILQ_INSERT_TAIL(&utc->cryp_states, cs, link); in syscall_cryp_state_alloc()2762 struct tee_cryp_state_head *states = &utc->cryp_states; in tee_svc_cryp_free_states()
Completed in 10 milliseconds