Lines Matching defs:noffset
135 static void fit_get_debug(const void *fit, int noffset, in fit_get_debug()
153 int noffset; in fit_get_subimage_count() local
185 static void fit_image_print_data(const void *fit, int noffset, const char *p, in fit_image_print_data()
252 static void fit_image_print_verification_data(const void *fit, int noffset, in fit_image_print_verification_data()
283 static void fit_conf_print(const void *fit, int noffset, const char *p) in fit_conf_print()
372 int noffset; in fit_print_contents() local
480 int noffset; in fit_image_print() local
594 int fit_get_desc(const void *fit, int noffset, char **desc) in fit_get_desc()
622 int fit_get_timestamp(const void *fit, int noffset, time_t *timestamp) in fit_get_timestamp()
656 int noffset, images_noffset; in fit_image_get_node() local
688 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) in fit_image_get_os()
720 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch) in fit_image_get_arch()
752 int fit_image_get_type(const void *fit, int noffset, uint8_t *type) in fit_image_get_type()
784 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp) in fit_image_get_comp()
835 static int fit_image_get_address(const void *fit, int noffset, char *name, in fit_image_get_address()
877 int fit_image_get_load(const void *fit, int noffset, ulong *load) in fit_image_get_load()
899 int fit_image_get_entry(const void *fit, int noffset, ulong *entry) in fit_image_get_entry()
919 int fit_image_get_emb_data(const void *fit, int noffset, const void **data, in fit_image_get_emb_data()
946 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset) in fit_image_get_data_offset()
970 int fit_image_get_data_position(const void *fit, int noffset, in fit_image_get_data_position()
995 int fit_image_get_data_size(const void *fit, int noffset, int *data_size) in fit_image_get_data_size()
1019 int fit_image_get_data_size_unciphered(const void *fit, int noffset, in fit_image_get_data_size_unciphered()
1049 int fit_image_get_data(const void *fit, int noffset, const void **data, in fit_image_get_data()
1096 int fit_image_hash_get_algo(const void *fit, int noffset, const char **algo) in fit_image_hash_get_algo()
1124 int fit_image_hash_get_value(const void *fit, int noffset, uint8_t **value, in fit_image_hash_get_value()
1154 static int fit_image_hash_get_ignore(const void *fit, int noffset, int *ignore) in fit_image_hash_get_ignore()
1182 int fit_image_cipher_get_algo(const void *fit, int noffset, char **algo) in fit_image_cipher_get_algo()
1213 int fit_set_timestamp(void *fit, int noffset, time_t timestamp) in fit_set_timestamp()
1293 static int fit_image_check_hash(const void *fit, int noffset, const void *data, in fit_image_check_hash()
1345 int noffset = 0; in fit_image_verify_with_data() local
1463 int noffset; in fit_all_image_verify() local
1536 int fit_image_check_os(const void *fit, int noffset, uint8_t os) in fit_image_check_os()
1558 int fit_image_check_arch(const void *fit, int noffset, uint8_t arch) in fit_image_check_arch()
1591 int fit_image_check_type(const void *fit, int noffset, uint8_t type) in fit_image_check_type()
1614 int fit_image_check_comp(const void *fit, int noffset, uint8_t comp) in fit_image_check_comp()
1722 int noffset, confs_noffset, images_noffset; in fit_conf_find_compat() local
1822 int noffset, confs_noffset; in fit_conf_get_node() local
1879 int fit_conf_get_prop_node_count(const void *fit, int noffset, in fit_conf_get_prop_node_count()
1885 int fit_conf_get_prop_node_index(const void *fit, int noffset, in fit_conf_get_prop_node_index()
1899 int fit_conf_get_prop_node(const void *fit, int noffset, const char *prop_name, in fit_conf_get_prop_node()
1938 static int fit_get_data_tail(const void *fit, int noffset, in fit_get_data_tail()
1961 int noffset = fit_image_get_node(fit, image_uname); in fit_get_data_node() local
1969 int noffset = fit_conf_get_node(fit, NULL); in fit_get_data_conf_prop() local
1997 int noffset; in fit_get_node_from_config() local
2063 int cfg_noffset, noffset; in fit_image_load() local
2329 int noffset; in boot_get_setup_fit() local
2371 int i, err, noffset, ov_noffset; in boot_get_fdt_fit() local