Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage-fit.c1016 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_hash_get_algo()
1018 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); in fit_image_hash_get_algo()
/openbmc/u-boot/lib/rsa/
H A Drsa-sign.c795 ret = fdt_setprop_string(keydest, node, FIT_ALGO_PROP, in rsa_add_verify_data()
/openbmc/u-boot/include/
H A Dimage.h933 #define FIT_ALGO_PROP "algo" macro