Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h71 #define TEE_GetObjectBufferAttribute __GP11_TEE_GetObjectBufferAttribute macro
H A Dtee_internal_api.h158 TEE_Result TEE_GetObjectBufferAttribute(TEE_ObjectHandle object,
/optee_os/lib/libutee/
H A Dtee_api_objects.c197 TEE_Result TEE_GetObjectBufferAttribute(TEE_ObjectHandle object, in TEE_GetObjectBufferAttribute() function
242 res = TEE_GetObjectBufferAttribute(object, attributeID, buffer, &l); in __GP11_TEE_GetObjectBufferAttribute()
/optee_os/ta/pkcs11/src/
H A Dprocessing.c354 res = TEE_GetObjectBufferAttribute(tee_obj, attribute, NULL, &sz); in alloc_get_tee_attribute_data()
362 res = TEE_GetObjectBufferAttribute(tee_obj, attribute, ptr, &sz); in alloc_get_tee_attribute_data()