Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dsanitize_object.c54 size_t data_pos = 0; in read_attr_advance() local
57 if (ADD_OVERFLOW(*pos, sizeof(*attr), &data_pos) || data_pos > blen) in read_attr_advance()
61 if (ADD_OVERFLOW(data_pos, attr->size, &next_pos) || next_pos > blen) in read_attr_advance()
64 *data = b + data_pos; in read_attr_advance()
/optee_os/lib/libutee/include/
H A Dutee_types.h66 uint32_t data_pos; member
/optee_os/lib/libutee/
H A Dtee_api_objects.c79 objectInfo->dataPosition = info.data_pos; in TEE_GetObjectInfo()
108 objectInfo->dataPosition = info.data_pos; in __GP11_TEE_GetObjectInfo()
131 objectInfo->dataPosition = info.data_pos; in TEE_GetObjectInfo1()
155 objectInfo->dataPosition = info.data_pos; in __GP11_TEE_GetObjectInfo1()
835 objectInfo->dataPosition = info.data_pos; in TEE_GetNextPersistentObject()
877 objectInfo->dataPosition = info.data_pos; in __GP11_TEE_GetNextPersistentObject()
1018 ((uint32_t)offset + info.data_pos > TEE_DATA_MAX_POSITION || in TEE_SeekObjectData()
1019 (uint32_t)offset + info.data_pos < info.data_pos)) { in TEE_SeekObjectData()
/optee_os/core/tee/
H A Dtee_svc_storage.c684 .data_pos = o->info.dataPosition, in syscall_storage_next_enum()
H A Dtee_svc_cryp.c1197 o_info.data_pos = o->info.dataPosition; in syscall_cryp_obj_get_info()