Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Duser_ta.h37 struct tee_cryp_state_head cryp_states; member
/optee_os-3.20.0/core/kernel/
A Duser_ta.c434 TAILQ_INIT(&utc->cryp_states); in tee_ta_init_user_ta_session()
/optee_os-3.20.0/core/tee/
A Dtee_svc_cryp.c2439 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