Home
last modified time | relevance | path

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

/security/keys/trusted-keys/
A Dtrusted_tee.c68 struct tee_shm *reg_shm = NULL; in trusted_tee_seal() local
75 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() local
122 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