Home
last modified time | relevance | path

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

/optee_examples/secure_storage/ta/
A Dsecure_storage_ta.c153 TEE_ObjectInfo object_info; in read_raw_object() local
195 res = TEE_GetObjectInfo1(object, &object_info); in read_raw_object()
201 if (object_info.dataSize > data_sz) { in read_raw_object()
206 params[1].memref.size = object_info.dataSize; in read_raw_object()
211 res = TEE_ReadObjectData(object, data, object_info.dataSize, in read_raw_object()
215 if (res != TEE_SUCCESS || read_bytes != object_info.dataSize) { in read_raw_object()
217 res, read_bytes, object_info.dataSize); in read_raw_object()

Completed in 2 milliseconds