Home
last modified time | relevance | path

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

/external/u-boot/common/
Dimage-fit.c1008 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_hash_get_algo()
1010 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); in fit_image_hash_get_algo()
/external/u-boot/lib/rsa/
Drsa-sign.c765 ret = fdt_setprop_string(keydest, node, FIT_ALGO_PROP, in rsa_add_verify_data()
/external/u-boot/include/
Dimage.h900 #define FIT_ALGO_PROP "algo" macro