Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/
Dimage-sig.c61 .add_verify_data = rsa_add_verify_data,
68 .add_verify_data = rsa_add_verify_data,
131 crypto_algos[i].add_verify_data += gd->reloc_off; in image_get_crypto_algo()
/third_party/uboot/u-boot-2020.01/tools/
Dimage-host.c261 ret = info.crypto->add_verify_data(&info, keydest); in fit_image_process_sig()
894 ret = info.crypto->add_verify_data(&info, keydest); in fit_config_process_sig()
Dimage-host.c.orig261 ret = info.crypto->add_verify_data(&info, keydest);
894 ret = info.crypto->add_verify_data(&info, keydest);
/third_party/uboot/u-boot-2020.01/include/
Dimage.h1254 int (*add_verify_data)(struct image_sign_info *info, void *keydest); member
Dimage.h.orig1224 * add_verify_data() - Add verification information to FDT
1234 int (*add_verify_data)(struct image_sign_info *info, void *keydest);