Home
last modified time | relevance | path

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

/u-boot/common/
A Dimage-fit-sig.c70 int required_keynode, char **err_msgp) in fit_image_setup_verify() argument
76 *err_msgp = "Total size too large"; in fit_image_setup_verify()
117 *err_msgp = NULL; in fit_image_check_sig()
119 err_msgp)) in fit_image_check_sig()
132 *err_msgp = "Verification failed"; in fit_image_check_sig()
246 char **err_msgp) in fit_config_check_sig() argument
265 *err_msgp = NULL; in fit_config_check_sig()
267 err_msgp)) in fit_config_check_sig()
335 *err_msgp = "No data to hash"; in fit_config_check_sig()
339 *err_msgp = "Too many hash regions"; in fit_config_check_sig()
[all …]
A Dimage-fit.c1248 size_t size, char **err_msgp) in fit_image_check_hash() argument
1257 *err_msgp = NULL; in fit_image_check_hash()
1260 *err_msgp = "Can't get hash algo property"; in fit_image_check_hash()
1275 *err_msgp = "Can't get hash value property"; in fit_image_check_hash()
1280 *err_msgp = "Unsupported hash algorithm"; in fit_image_check_hash()
1285 *err_msgp = "Bad hash value len"; in fit_image_check_hash()
1288 *err_msgp = "Bad hash value"; in fit_image_check_hash()
/u-boot/include/
A Dimage.h1416 size_t size, int required_keynode, char **err_msgp);

Completed in 12 milliseconds