Searched refs:obj_size (Results 1 – 5 of 5) sorted by relevance
62 uint32_t obj_size; member
75 objectInfo->objectSize = info.obj_size; in TEE_GetObjectInfo()104 objectInfo->keySize = info.obj_size; in __GP11_TEE_GetObjectInfo()127 objectInfo->objectSize = info.obj_size; in TEE_GetObjectInfo1()151 objectInfo->keySize = info.obj_size; in __GP11_TEE_GetObjectInfo1()831 objectInfo->objectSize = info.obj_size; in TEE_GetNextPersistentObject()873 objectInfo->keySize = info.obj_size; in __GP11_TEE_GetNextPersistentObject()
940 uint32_t obj_size = 0; in entry_get_object_size() local969 obj_size = ((struct obj_attrs *)obj->attributes)->attrs_size + in entry_get_object_size()971 TEE_MemMove(out->memref.buffer, &obj_size, sizeof(obj_size)); in entry_get_object_size()
1187 o_info.obj_size = o->info.objectSize; in syscall_cryp_obj_get_info()1901 size_t obj_size = 0; in tee_svc_cryp_obj_populate_type() local1935 if (obj_size) in tee_svc_cryp_obj_populate_type()1944 &obj_size); in tee_svc_cryp_obj_populate_type()1951 obj_size = attrs[n].content.ref.length * 8; in tee_svc_cryp_obj_populate_type()1954 obj_size -= obj_size / 8; in tee_svc_cryp_obj_populate_type()1956 if (obj_size > o->info.maxObjectSize) in tee_svc_cryp_obj_populate_type()1958 res = check_key_size(type_props, obj_size); in tee_svc_cryp_obj_populate_type()1977 o->info.objectSize = obj_size; in tee_svc_cryp_obj_populate_type()
680 .obj_size = o->info.objectSize, in syscall_storage_next_enum()