Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dembedded_ts.c125 size_t next_offs = 0; in read_uncompressed() local
127 if (ADD_OVERFLOW(h->offs, len, &next_offs) || in read_uncompressed()
128 next_offs > h->ts->size) in read_uncompressed()
132 h->offs = next_offs; in read_uncompressed()
A Dree_fs_ta.c550 size_t next_offs = 0; in ree_fs_ta_read() local
554 if (ADD_OVERFLOW(handle->offs, len, &next_offs) || in ree_fs_ta_read()
555 next_offs > handle->nw_ta_size) in ree_fs_ta_read()
604 handle->offs = next_offs; in ree_fs_ta_read()
761 size_t next_offs = 0; in buf_ta_read() local
763 if (ADD_OVERFLOW(handle->offs, len, &next_offs) || in buf_ta_read()
764 next_offs > handle->ta_size) in buf_ta_read()
769 handle->offs = next_offs; in buf_ta_read()
A Dldelf_syscalls.c226 size_t next_offs = 0; in binh_copy_to() local
231 if (ADD_OVERFLOW(offs_bytes, num_bytes, &next_offs)) in binh_copy_to()
242 if (next_offs > binh->size_bytes) { in binh_copy_to()
254 binh->offs_bytes = next_offs; in binh_copy_to()
/optee_os-3.20.0/core/tee/
A Dtee_svc_cryp.c637 size_t next_offs; in op_u32_to_binary_helper() local
646 (*offs) = next_offs; in op_u32_to_binary_helper()
707 size_t next_offs; in op_attr_secret_value_to_binary() local
716 if (data && next_offs <= data_len) in op_attr_secret_value_to_binary()
718 (*offs) = next_offs; in op_attr_secret_value_to_binary()
819 size_t next_offs; in op_attr_bignum_to_binary() local
828 if (data && next_offs <= data_len) in op_attr_bignum_to_binary()
830 (*offs) = next_offs; in op_attr_bignum_to_binary()
982 size_t next_offs = 0; in op_attr_25519_to_binary() local
992 if (data && next_offs <= data_len) in op_attr_25519_to_binary()
[all …]
/optee_os-3.20.0/ldelf/
A Dta_elf.c1183 static size_t next_offs = TCB_HEAD_SIZE; in set_tls_offset() local
1189 elf->tls_tcb_offs = next_offs; in set_tls_offset()
1190 next_offs += elf->tls_memsz; in set_tls_offset()

Completed in 17 milliseconds