Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_types.h91 uint32_t maxObjectSize; /* used in 1.1.1 spec */ member
/optee_os-3.20.0/core/tee/
A Dtee_svc_storage.c31 uint32_t maxObjectSize; member
124 res = tee_obj_set_type(o, head.objectType, head.maxObjectSize); in tee_svc_storage_read_head()
262 attr_o->info.maxObjectSize); in tee_svc_storage_init_file()
293 head.maxObjectSize = o->info.maxObjectSize; in tee_svc_storage_init_file()
664 .max_obj_size = o->info.maxObjectSize, in syscall_storage_next_enum()
A Dtee_svc_cryp.c1125 o_info.max_obj_size = o->info.maxObjectSize; in syscall_cryp_obj_get_info()
1550 o->info.maxObjectSize = max_key_size; in tee_obj_set_type()
1855 size_t sz = o->info.maxObjectSize; in tee_svc_cryp_obj_populate_type()
1862 if (obj_size > o->info.maxObjectSize) in tee_svc_cryp_obj_populate_type()
1876 if (get_used_bits(attrs + n) > o->info.maxObjectSize) in tee_svc_cryp_obj_populate_type()
1889 o->info.maxObjectSize)) in tee_svc_cryp_obj_populate_type()
3605 .out_len = so->info.maxObjectSize, in syscall_cryp_derive_key()

Completed in 12 milliseconds