Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtee_svc_storage.c28 struct tee_svc_storage_head { struct
90 struct tee_svc_storage_head head; in tee_svc_storage_read_head()
102 bytes = sizeof(struct tee_svc_storage_head); in tee_svc_storage_read_head()
119 if (bytes != sizeof(struct tee_svc_storage_head)) { in tee_svc_storage_read_head()
139 res = fops->read(o->fh, sizeof(struct tee_svc_storage_head), in tee_svc_storage_read_head()
255 struct tee_svc_storage_head head; in tee_svc_storage_init_file()
288 o->ds_pos = sizeof(struct tee_svc_storage_head) + attr_size; in tee_svc_storage_init_file()
829 if (ADD_OVERFLOW(sizeof(struct tee_svc_storage_head), attr_size, in syscall_storage_obj_trunc()

Completed in 4 milliseconds