Home
last modified time | relevance | path

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

/linux-5.19.10/security/keys/trusted-keys/
Dtrusted_tee.c68 struct tee_shm *reg_shm_in = NULL, *reg_shm_out = NULL; in trusted_tee_seal() local
73 reg_shm_in = tee_shm_register_kernel_buf(pvt_data.ctx, p->key, in trusted_tee_seal()
75 if (IS_ERR(reg_shm_in)) { in trusted_tee_seal()
77 return PTR_ERR(reg_shm_in); in trusted_tee_seal()
93 param[0].u.memref.shm = reg_shm_in; in trusted_tee_seal()
113 if (reg_shm_in) in trusted_tee_seal()
114 tee_shm_free(reg_shm_in); in trusted_tee_seal()
127 struct tee_shm *reg_shm_in = NULL, *reg_shm_out = NULL; in trusted_tee_unseal() local
132 reg_shm_in = tee_shm_register_kernel_buf(pvt_data.ctx, p->blob, in trusted_tee_unseal()
134 if (IS_ERR(reg_shm_in)) { in trusted_tee_unseal()
[all …]