Home
last modified time | relevance | path

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

/boot/
A Dimage-fit-sig.c68 char **err_msgp) in fit_image_setup_verify() argument
74 *err_msgp = "Total size too large"; in fit_image_setup_verify()
108 char **err_msgp) in fit_image_check_sig() argument
115 *err_msgp = NULL; in fit_image_check_sig()
117 required_keynode, err_msgp)) in fit_image_check_sig()
130 *err_msgp = "Verification failed"; in fit_image_check_sig()
264 char **err_msgp) in fit_config_check_sig() argument
289 *err_msgp = NULL; in fit_config_check_sig()
291 required_keynode, err_msgp)) in fit_config_check_sig()
359 *err_msgp = "No data to hash"; in fit_config_check_sig()
[all …]
A Dimage-fit.c1294 size_t size, char **err_msgp) in fit_image_check_hash() argument
1303 *err_msgp = NULL; in fit_image_check_hash()
1306 *err_msgp = "Can't get hash algo property"; in fit_image_check_hash()
1321 *err_msgp = "Can't get hash value property"; in fit_image_check_hash()
1326 *err_msgp = "Unsupported hash algorithm"; in fit_image_check_hash()
1331 *err_msgp = "Bad hash value len"; in fit_image_check_hash()
1334 *err_msgp = "Bad hash value"; in fit_image_check_hash()

Completed in 23 milliseconds