Home
last modified time | relevance | path

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

/u-boot/boot/
A Dimage-fit.c1104 *algo = (const char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_hash_get_algo()
1106 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); in fit_image_hash_get_algo()
1190 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_cipher_get_algo()
1192 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); in fit_image_cipher_get_algo()
/u-boot/tools/
A Dfit_image.c247 fdt_property_string(fdt, FIT_ALGO_PROP, hash_algo); in fit_add_hash_or_sign()
253 fdt_property_string(fdt, FIT_ALGO_PROP, params->algo_name); in fit_add_hash_or_sign()
/u-boot/include/
A Dimage.h1003 #define FIT_ALGO_PROP "algo" macro
1012 #define FIT_ALGO_PROP "algo" macro
/u-boot/lib/rsa/
A Drsa-sign.c686 ret = fdt_setprop_string(keydest, node, FIT_ALGO_PROP, in rsa_add_verify_data()

Completed in 24 milliseconds