Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
A Dtee_api_objects.c329 TEE_ObjectInfo src_info; in TEE_CopyObjectAttributes() local
331 res = _utee_cryp_obj_get_info((unsigned long)srcObject, &src_info); in TEE_CopyObjectAttributes()
332 if (src_info.objectType == TEE_TYPE_CORRUPTED_OBJECT) in TEE_CopyObjectAttributes()
345 TEE_ObjectInfo src_info; in TEE_CopyObjectAttributes1() local
351 res = _utee_cryp_obj_get_info((unsigned long)srcObject, &src_info); in TEE_CopyObjectAttributes1()
355 if (!(src_info.handleFlags & TEE_HANDLE_FLAG_INITIALIZED)) in TEE_CopyObjectAttributes1()

Completed in 3 milliseconds