Home
last modified time | relevance | path

Searched refs:cryp_states (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Duser_ta.h36 struct tee_cryp_state_head cryp_states; member
/optee_os/core/kernel/
H A Duser_ta.c490 TAILQ_INIT(&utc->cryp_states); in tee_ta_init_user_ta_session()
/optee_os/core/tee/
H A Dtee_svc_cryp.c2585 TAILQ_FOREACH(s, &utc->cryp_states, link) { in tee_svc_cryp_get_state()
2603 TAILQ_REMOVE(&utc->cryp_states, cs, link); in cryp_state_free()
2816 TAILQ_INSERT_TAIL(&utc->cryp_states, cs, link); in syscall_cryp_state_alloc()
2949 struct tee_cryp_state_head *states = &utc->cryp_states; in tee_svc_cryp_free_states()