Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dutee_types.h63 uint32_t max_obj_size; member
/optee_os/lib/libutee/
H A Dtee_api_objects.c76 objectInfo->maxObjectSize = info.max_obj_size; in TEE_GetObjectInfo()
105 objectInfo->maxKeySize = info.max_obj_size; in __GP11_TEE_GetObjectInfo()
128 objectInfo->maxObjectSize = info.max_obj_size; in TEE_GetObjectInfo1()
152 objectInfo->maxKeySize = info.max_obj_size; in __GP11_TEE_GetObjectInfo1()
832 objectInfo->maxObjectSize = info.max_obj_size; in TEE_GetNextPersistentObject()
874 objectInfo->maxKeySize = info.max_obj_size; in __GP11_TEE_GetNextPersistentObject()
/optee_os/core/tee/
H A Dtee_svc_storage.c681 .max_obj_size = o->info.maxObjectSize, in syscall_storage_next_enum()
H A Dtee_svc_cryp.c1188 o_info.max_obj_size = o->info.maxObjectSize; in syscall_cryp_obj_get_info()