Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_objects.c498 struct utee_object_info src_info = { }; in TEE_CopyObjectAttributes() local
501 res = _utee_cryp_obj_get_info((unsigned long)srcObject, &src_info); in TEE_CopyObjectAttributes()
502 if (src_info.obj_type == TEE_TYPE_CORRUPTED_OBJECT) in TEE_CopyObjectAttributes()
514 struct utee_object_info src_info = { }; in TEE_CopyObjectAttributes1() local
521 res = _utee_cryp_obj_get_info((unsigned long)srcObject, &src_info); in TEE_CopyObjectAttributes1()
525 if (!(src_info.handle_flags & TEE_HANDLE_FLAG_INITIALIZED)) in TEE_CopyObjectAttributes1()