Lines Matching refs:offset
34 ulong offset, size; in read_auth_image() local
45 if (!IS_ALIGNED(images[image_index].offset, spl_get_bl_len(info))) { in read_auth_image()
52 offset = images[image_index].offset + container_offset; in read_auth_image()
55 container, offset, size); in read_auth_image()
66 if (info->read(info, offset, size, trampoline) < images[image_index].size) { in read_auth_image()
73 if (info->read(info, offset, size, buf) < images[image_index].size) { in read_auth_image()
88 struct spl_load_info *info, ulong offset) in read_auth_container() argument
105 container, offset, size); in read_auth_container()
106 if (info->read(info, offset, size, container) < in read_auth_container()
136 __func__, container, offset, size); in read_auth_container()
137 if (info->read(info, offset, size, container) < length) { in read_auth_container()
152 offset); in read_auth_container()
177 struct spl_load_info *info, ulong offset) in spl_load_imx_container() argument
179 return read_auth_container(spl_image, info, offset); in spl_load_imx_container()