Searched refs:reg_shm (Results 1 – 1 of 1) sorted by relevance
68 struct tee_shm *reg_shm = NULL; in trusted_tee_seal() local75 if (IS_ERR(reg_shm)) { in trusted_tee_seal()77 return PTR_ERR(reg_shm); in trusted_tee_seal()102 tee_shm_free(reg_shm); in trusted_tee_seal()115 struct tee_shm *reg_shm = NULL; in trusted_tee_unseal() local122 if (IS_ERR(reg_shm)) { in trusted_tee_unseal()124 return PTR_ERR(reg_shm); in trusted_tee_unseal()149 tee_shm_free(reg_shm); in trusted_tee_unseal()168 if (IS_ERR(reg_shm)) { in trusted_tee_get_random()170 return PTR_ERR(reg_shm); in trusted_tee_get_random()[all …]
Completed in 2 milliseconds