Lines Matching refs:obj_handle
214 uint32_t obj_handle = 0; in create_object() local
232 obj_handle = handle_get(get_object_handle_db(session), obj); in create_object()
233 if (!obj_handle) { in create_object()
285 *out_handle = obj_handle; in create_object()
291 handle_put(get_object_handle_db(session), obj_handle); in create_object()
315 uint32_t obj_handle = 0; in entry_create_object() local
322 out->memref.size != sizeof(obj_handle)) in entry_create_object()
382 rc = create_object(session, head, &obj_handle); in entry_create_object()
395 TEE_MemMove(out->memref.buffer, &obj_handle, sizeof(obj_handle)); in entry_create_object()
396 out->memref.size = sizeof(obj_handle); in entry_create_object()
399 session->handle, obj_handle); in entry_create_object()
1133 uint32_t obj_handle = 0; in entry_copy_object() local
1138 out->memref.size != sizeof(obj_handle)) in entry_copy_object()
1262 rc = create_object(session, head_new, &obj_handle); in entry_copy_object()
1275 TEE_MemMove(out->memref.buffer, &obj_handle, sizeof(obj_handle)); in entry_copy_object()
1276 out->memref.size = sizeof(obj_handle); in entry_copy_object()
1279 session->handle, obj_handle); in entry_copy_object()