Searched refs:maxObjectSize (Results 1 – 5 of 5) sorted by relevance
97 uint32_t maxObjectSize; member112 uint32_t maxObjectSize; /* used in 1.1.1 spec */ member
174 uint32_t maxObjectSize,
68 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() argument315 return __GP11_TEE_AllocateTransientObject(objectType, maxObjectSize, in TEE_AllocateTransientObject()832 objectInfo->maxObjectSize = info.max_obj_size; in TEE_GetNextPersistentObject()
30 uint32_t maxObjectSize; member121 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()
1188 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()