Home
last modified time | relevance | path

Searched refs:tee_cryp_state (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/include/kernel/
H A Duser_ta.h20 TAILQ_HEAD(tee_cryp_state_head, tee_cryp_state);
/optee_os/core/tee/
H A Dtee_svc_cryp.c48 struct tee_cryp_state { struct
49 TAILQ_ENTRY(tee_cryp_state) link;
2580 struct tee_cryp_state **state) in tee_svc_cryp_get_state()
2582 struct tee_cryp_state *s; in tee_svc_cryp_get_state()
2594 static void cryp_state_free(struct user_ta_ctx *utc, struct tee_cryp_state *cs) in cryp_state_free()
2786 struct tee_cryp_state *cs = NULL; in syscall_cryp_state_alloc()
2813 cs = calloc(1, sizeof(struct tee_cryp_state)); in syscall_cryp_state_alloc()
2911 struct tee_cryp_state *cs_dst = NULL; in syscall_cryp_state_copy()
2912 struct tee_cryp_state *cs_src = NULL; in syscall_cryp_state_copy()
2959 struct tee_cryp_state *cs = NULL; in syscall_cryp_state_free()
[all …]