Searched refs:tee_cryp_state (Results 1 – 2 of 2) sorted by relevance
20 TAILQ_HEAD(tee_cryp_state_head, tee_cryp_state);
48 struct tee_cryp_state { struct49 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 …]