Home
last modified time | relevance | path

Searched refs:image_region (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/include/u-boot/
H A Drsa.h53 const struct image_region region[],
71 const struct image_region region[], int region_count, in rsa_sign()
98 const struct image_region region[], int region_count,
112 const struct image_region region[], int region_count, in rsa_verify()
H A Drsa-checksum.h26 const struct image_region region[], int region_count,
/openbmc/u-boot/common/
H A Dimage-sig.c183 struct image_region *fit_region_make_list(const void *fit, in fit_region_make_list()
185 struct image_region *region) in fit_region_make_list()
257 struct image_region region; in fit_image_check_sig()
491 struct image_region region[count]; in fit_config_check_sig()
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dcr51_image_descriptor.h165 struct image_region struct
265 struct image_region image_regions[];
H A Dlibcr51sign.h218 struct image_region image_regions[LIBCR51SIGN_MAX_REGION_COUNT];
/openbmc/u-boot/include/
H A Dimage.h1145 struct image_region { struct
1164 const struct image_region region[], argument
1190 const struct image_region region[],
1217 const struct image_region region[], int region_count,
1301 struct image_region *fit_region_make_list(const void *fit,
1303 struct image_region *region);
/openbmc/u-boot/lib/rsa/
H A Drsa-checksum.c19 const struct image_region region[], in hash_calculate()
H A Drsa-verify.c109 struct image_region region[2]; in mask_generation_function1()
162 struct image_region region[3]; in compute_hash_prime()
400 const struct image_region region[], int region_count, in rsa_verify()
H A Drsa-sign.c392 const struct image_region region[], int region_count, in rsa_sign_with_key()
490 const struct image_region region[], int region_count, in rsa_sign()
/openbmc/u-boot/tools/
H A Dimage-host.c216 struct image_region region; in fit_image_process_sig()
512 struct image_region **regionp, int *region_countp, in fit_config_get_data()
517 struct image_region *region; in fit_config_get_data()
590 struct image_region *region; in fit_config_process_sig()
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c287 struct image_region const* region; in validate_payload_regions()
300 region_count * sizeof(struct image_region); in validate_payload_regions()
313 region_count * sizeof(struct image_region), in validate_payload_regions()
729 ctx->descriptor.region_count * sizeof(struct image_region); in validate_descriptor()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dfirmware_if.c2084 fw_loader->dynamic_loader.image_region = region; in hl_fw_dynamic_validate_descriptor()
2336 region = fw_loader->dynamic_loader.image_region; in hl_fw_dynamic_copy_image()
2368 region = fw_loader->dynamic_loader.image_region; in hl_fw_dynamic_copy_msg()
H A Dhabanalabs.h1361 struct pci_mem_region *image_region; member