Home
last modified time | relevance | path

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

/u-boot/common/
A Dimage-fit.c1064 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_hash_get_algo()
1066 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); in fit_image_hash_get_algo()
1150 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_cipher_get_algo()
1152 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); in fit_image_cipher_get_algo()
/u-boot/include/
A Dimage.h998 #define FIT_ALGO_PROP "algo" macro
1007 #define FIT_ALGO_PROP "algo" macro
/u-boot/lib/rsa/
A Drsa-sign.c824 ret = fdt_setprop_string(keydest, node, FIT_ALGO_PROP, in rsa_add_verify_data()
/u-boot/tools/
A Dfit_image.c203 fdt_property_string(fdt, FIT_ALGO_PROP, "crc32"); in add_crc_node()

Completed in 13 milliseconds