Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_objects.c495 void TEE_CopyObjectAttributes(TEE_ObjectHandle destObject, in TEE_CopyObjectAttributes() argument
505 res = TEE_CopyObjectAttributes1(destObject, srcObject); in TEE_CopyObjectAttributes()
510 TEE_Result TEE_CopyObjectAttributes1(TEE_ObjectHandle destObject, in TEE_CopyObjectAttributes1() argument
517 res = _utee_cryp_obj_get_info((unsigned long)destObject, &dst_info); in TEE_CopyObjectAttributes1()
534 res = _utee_cryp_obj_copy((unsigned long)destObject, in TEE_CopyObjectAttributes1()
/optee_os/lib/libutee/include/
H A Dtee_internal_api.h203 void TEE_CopyObjectAttributes(TEE_ObjectHandle destObject,
206 TEE_Result TEE_CopyObjectAttributes1(TEE_ObjectHandle destObject,