Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1072 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_hash_get_algo()
1074 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); in fit_image_hash_get_algo()
1158 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_cipher_get_algo()
1160 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); in fit_image_cipher_get_algo()
/rk3399_rockchip-uboot/include/
H A Dimage.h914 #define FIT_ALGO_PROP "algo" macro
921 #define FIT_ALGO_PROP "algo" macro