Searched refs:FIT_ALGO_PROP (Results 1 – 6 of 6) sorted by relevance
/third_party/uboot/u-boot-2020.01/common/ |
D | image-fit.c | 1043 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_hash_get_algo() 1045 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); in fit_image_hash_get_algo() 1129 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_cipher_get_algo() 1131 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); in fit_image_cipher_get_algo()
|
D | image-fit.c.orig | 1015 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); 1017 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len); 1101 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); 1103 fit_get_debug(fit, noffset, FIT_ALGO_PROP, len);
|
/third_party/uboot/u-boot-2020.01/include/ |
D | image.h | 929 #define FIT_ALGO_PROP "algo" macro 938 #define FIT_ALGO_PROP "algo" macro
|
D | image.h.orig | 927 #define FIT_ALGO_PROP "algo" 934 #define FIT_ALGO_PROP "algo"
|
/third_party/uboot/u-boot-2020.01/lib/rsa/ |
D | rsa-sign.c | 813 ret = fdt_setprop_string(keydest, node, FIT_ALGO_PROP, in rsa_add_verify_data()
|
D | rsa-sign.c.orig | 813 ret = fdt_setprop_string(keydest, node, FIT_ALGO_PROP,
|