Searched refs:TEE_GetObjectBufferAttribute (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | 71 #define TEE_GetObjectBufferAttribute __GP11_TEE_GetObjectBufferAttribute macro
|
| H A D | tee_internal_api.h | 158 TEE_Result TEE_GetObjectBufferAttribute(TEE_ObjectHandle object,
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_objects.c | 197 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 D | processing.c | 354 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()
|