Searched defs:tee_cryp_state (Results 1 – 1 of 1) sorted by relevance
48 struct tee_cryp_state { struct50 uint32_t algo;51 uint32_t mode;52 vaddr_t key1;53 vaddr_t key2;54 void *ctx;55 tee_cryp_ctx_finalize_func_t ctx_finalize;56 enum cryp_state state;