Home
last modified time | relevance | path

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

/optee_os/ta/avb/
H A Dentry.c99 res = TEE_ReadObjectData(h, &idx, sizeof(idx), &count); in read_rb_idx()
156 res = TEE_ReadObjectData(h, &idx, sizeof(idx), &count); in write_rb_idx()
195 res = TEE_ReadObjectData(h, &lock_state, sizeof(lock_state), &count); in read_lock_state()
235 res = TEE_ReadObjectData(h, &lock_state, sizeof(lock_state), &count); in write_lock_state()
342 res = TEE_ReadObjectData(h, value, value_sz, &count); in read_persist_value()
/optee_os/lib/libutee/include/
H A Dtee_api_compat.h92 #define TEE_ReadObjectData __GP11_TEE_ReadObjectData macro
H A Dtee_internal_api.h272 TEE_Result TEE_ReadObjectData(TEE_ObjectHandle object, void *buffer,
/optee_os/ta/pkcs11/src/
H A Dpersistent_token.c504 res = TEE_ReadObjectData(hdl, attr, info.dataSize, &read_bytes); in load_persistent_object_attributes()
609 res = TEE_ReadObjectData(db_hdl, db_main, size, &size); in init_persistent_db()
614 res = TEE_ReadObjectData(db_hdl, db_objs, size, &size); in init_persistent_db()
626 res = TEE_ReadObjectData(db_hdl, db_objs->uuids, size, in init_persistent_db()
/optee_os/lib/libutee/
H A Dtee_api_objects.c894 TEE_Result TEE_ReadObjectData(TEE_ObjectHandle object, void *buffer, in TEE_ReadObjectData() function
928 res = TEE_ReadObjectData(object, buffer, size, &cnt); in __GP11_TEE_ReadObjectData()