Home
last modified time | relevance | path

Searched refs:FIT_ALGO_PROP (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-sign.c768 ret = fdt_setprop_string(keydest, hash_node, FIT_ALGO_PROP, csum_algo); in rsa_set_key_hash()
786 ret = fdt_setprop_string(keydest, hash_node, FIT_ALGO_PROP, csum_algo); in rsa_set_key_hash()
942 ret = fdt_setprop_string(keydest, node, FIT_ALGO_PROP, in rsa_add_verify_data()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c1051 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_hash_get_algo()
1053 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); in fit_image_hash_get_algo()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h914 #define FIT_ALGO_PROP "algo" macro