Lines Matching defs:noffset
138 static void fit_get_debug(const void *fit, int noffset, in fit_get_debug()
156 int noffset; in fit_get_subimage_count() local
188 static void fit_image_print_data(const void *fit, int noffset, const char *p, in fit_image_print_data()
255 static void fit_image_print_verification_data(const void *fit, int noffset, in fit_image_print_verification_data()
286 static void fit_conf_print(const void *fit, int noffset, const char *p) in fit_conf_print()
375 int noffset; in fit_print_contents() local
483 int noffset; in fit_image_print() local
597 int fit_get_desc(const void *fit, int noffset, char **desc) in fit_get_desc()
625 int fit_get_timestamp(const void *fit, int noffset, time_t *timestamp) in fit_get_timestamp()
659 int noffset, images_noffset; in fit_image_get_node() local
691 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) in fit_image_get_os()
723 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch) in fit_image_get_arch()
755 int fit_image_get_type(const void *fit, int noffset, uint8_t *type) in fit_image_get_type()
787 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp) in fit_image_get_comp()
805 static int fit_image_get_address(const void *fit, int noffset, char *name, in fit_image_get_address()
847 int fit_image_get_load(const void *fit, int noffset, ulong *load) in fit_image_get_load()
869 int fit_image_get_entry(const void *fit, int noffset, ulong *entry) in fit_image_get_entry()
889 int fit_image_get_data(const void *fit, int noffset, in fit_image_get_data()
916 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset) in fit_image_get_data_offset()
940 int fit_image_get_data_position(const void *fit, int noffset, in fit_image_get_data_position()
965 int fit_image_get_data_size(const void *fit, int noffset, int *data_size) in fit_image_get_data_size()
989 int fit_image_get_data_size_unciphered(const void *fit, int noffset, in fit_image_get_data_size_unciphered()
1019 int fit_image_get_data_and_size(const void *fit, int noffset, in fit_image_get_data_and_size()
1066 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo) in fit_image_hash_get_algo()
1094 int fit_image_hash_get_value(const void *fit, int noffset, uint8_t **value, in fit_image_hash_get_value()
1124 static int fit_image_hash_get_ignore(const void *fit, int noffset, int *ignore) in fit_image_hash_get_ignore()
1152 int fit_image_cipher_get_algo(const void *fit, int noffset, char **algo) in fit_image_cipher_get_algo()
1183 int fit_set_timestamp(void *fit, int noffset, time_t timestamp) in fit_set_timestamp()
1263 static int fit_image_check_hash(const void *fit, int noffset, const void *data, in fit_image_check_hash()
1314 int noffset = 0; in fit_image_verify_with_data() local
1431 int noffset; in fit_all_image_verify() local
1504 int fit_image_check_os(const void *fit, int noffset, uint8_t os) in fit_image_check_os()
1526 int fit_image_check_arch(const void *fit, int noffset, uint8_t arch) in fit_image_check_arch()
1559 int fit_image_check_type(const void *fit, int noffset, uint8_t type) in fit_image_check_type()
1582 int fit_image_check_comp(const void *fit, int noffset, uint8_t comp) in fit_image_check_comp()
1733 int noffset, confs_noffset, images_noffset; in fit_conf_find_compat() local
1834 int noffset, confs_noffset; in fit_conf_get_node() local
1892 int fit_conf_get_prop_node_count(const void *fit, int noffset, in fit_conf_get_prop_node_count()
1898 int fit_conf_get_prop_node_index(const void *fit, int noffset, in fit_conf_get_prop_node_index()
1912 int fit_conf_get_prop_node(const void *fit, int noffset, in fit_conf_get_prop_node()
1939 int noffset; in fit_get_node_from_config() local
2001 int cfg_noffset, noffset; in fit_image_load() local
2257 int noffset; in boot_get_setup_fit() local
2292 int i, err, noffset, ov_noffset; in boot_get_fdt_fit() local