Lines Matching refs:pobj
1190 tee_pobj_lock_usage(o->pobj); in syscall_cryp_obj_get_info()
1191 o_info.obj_usage = o->pobj->obj_info_usage; in syscall_cryp_obj_get_info()
1192 tee_pobj_unlock_usage(o->pobj); in syscall_cryp_obj_get_info()
1219 tee_pobj_lock_usage(o->pobj); in syscall_cryp_obj_restrict_usage()
1220 new_usage = o->pobj->obj_info_usage & usage; in syscall_cryp_obj_restrict_usage()
1223 o->pobj->obj_info_usage = new_usage; in syscall_cryp_obj_restrict_usage()
1224 tee_pobj_unlock_usage(o->pobj); in syscall_cryp_obj_restrict_usage()
1305 tee_pobj_lock_usage(o->pobj); in syscall_cryp_obj_get_attr()
1306 obj_usage = o->pobj->obj_info_usage; in syscall_cryp_obj_get_attr()
1307 tee_pobj_unlock_usage(o->pobj); in syscall_cryp_obj_get_attr()
1650 o->pobj->obj_info_usage = TEE_USAGE_DEFAULT; in tee_obj_set_type()
2074 tee_pobj_lock_usage(src_o->pobj); in syscall_cryp_obj_copy()
2075 dst_o->info.objectUsage = src_o->pobj->obj_info_usage; in syscall_cryp_obj_copy()
2076 tee_pobj_unlock_usage(src_o->pobj); in syscall_cryp_obj_copy()