Searched refs:FIT_ALGO_PROP (Results 1 – 4 of 4) sorted by relevance
| /u-boot/boot/ |
| A D | image-fit.c | 1104 *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 D | fit_image.c | 247 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 D | image.h | 1003 #define FIT_ALGO_PROP "algo" macro 1012 #define FIT_ALGO_PROP "algo" macro
|
| /u-boot/lib/rsa/ |
| A D | rsa-sign.c | 686 ret = fdt_setprop_string(keydest, node, FIT_ALGO_PROP, in rsa_add_verify_data()
|
Completed in 24 milliseconds