Searched defs:tee_cryp_state (Results 1 – 1 of 1) sorted by relevance
46 struct tee_cryp_state { struct48 uint32_t algo;49 uint32_t mode;50 vaddr_t key1;51 vaddr_t key2;52 void *ctx;53 tee_cryp_ctx_finalize_func_t ctx_finalize;54 enum cryp_state state;
Completed in 9 milliseconds