Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_types.h97 uint32_t maxObjectSize; member
112 uint32_t maxObjectSize; /* used in 1.1.1 spec */ member
H A Dtee_internal_api.h174 uint32_t maxObjectSize,
/optee_os/lib/libutee/
H A Dtee_api_objects.c68 objectInfo->maxObjectSize = 0; in TEE_GetObjectInfo()
76 objectInfo->maxObjectSize = info.max_obj_size; in TEE_GetObjectInfo()
128 objectInfo->maxObjectSize = info.max_obj_size; in TEE_GetObjectInfo1()
309 uint32_t maxObjectSize, in TEE_AllocateTransientObject() argument
315 return __GP11_TEE_AllocateTransientObject(objectType, maxObjectSize, in TEE_AllocateTransientObject()
832 objectInfo->maxObjectSize = info.max_obj_size; in TEE_GetNextPersistentObject()
/optee_os/core/tee/
H A Dtee_svc_storage.c30 uint32_t maxObjectSize; member
121 res = tee_obj_set_type(o, head.objectType, head.maxObjectSize); in tee_svc_storage_read_head()
260 attr_o->info.maxObjectSize); in tee_svc_storage_init_file()
292 head.maxObjectSize = o->info.maxObjectSize; in tee_svc_storage_init_file()
681 .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()
1648 o->info.maxObjectSize = max_key_size; in tee_obj_set_type()
1949 size_t sz = o->info.maxObjectSize; in tee_svc_cryp_obj_populate_type()
1956 if (obj_size > o->info.maxObjectSize) in tee_svc_cryp_obj_populate_type()
1971 o->info.maxObjectSize) in tee_svc_cryp_obj_populate_type()
1984 o->info.maxObjectSize)) in tee_svc_cryp_obj_populate_type()
3944 .out_len = so->info.maxObjectSize, in syscall_cryp_derive_key()