Searched refs:FIT_ALGO_PROP (Results 1 – 4 of 4) sorted by relevance
/u-boot/common/ |
A D | image-fit.c | 1064 *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 D | image.h | 998 #define FIT_ALGO_PROP "algo" macro 1007 #define FIT_ALGO_PROP "algo" macro
|
/u-boot/lib/rsa/ |
A D | rsa-sign.c | 824 ret = fdt_setprop_string(keydest, node, FIT_ALGO_PROP, in rsa_add_verify_data()
|
/u-boot/tools/ |
A D | fit_image.c | 203 fdt_property_string(fdt, FIT_ALGO_PROP, "crc32"); in add_crc_node()
|
Completed in 13 milliseconds