Lines Matching full:node
17 * fit_set_hash_value - set hash value in requested has node
19 * @noffset: hash node offset
23 * fit_set_hash_value() attempts to set hash value in a node at offset
37 printf("Can't set hash '%s' property for '%s' node(%s)\n", in fit_set_hash_value()
47 * fit_image_process_hash - Process a single subnode of the images/ node
50 * a hash of the supplised data and store it in the node.
71 printf("Can't get hash algo property for '%s' hash node in '%s' image node\n", in fit_image_process_hash()
77 printf("Unsupported hash algorithm (%s) for '%s' hash node in '%s' image node\n", in fit_image_process_hash()
84 printf("Can't set hash value for '%s' hash node in '%s' image node\n", in fit_image_process_hash()
98 * @noffset: hash node offset
164 printf("Can't get algo property for '%s' signature node in '%s' image node\n", in fit_image_setup_sig()
183 printf("Unsupported signature algorithm (%s) for '%s' signature node in '%s' image node\n", in fit_image_setup_sig()
192 * fit_image_process_sig- Process a single subnode of the images/ node
195 * generate a signed hash of the supplised data and store it in the node.
231 printf("Failed to sign '%s' signature node in '%s' image node: %d\n", in fit_image_process_sig()
245 printf("Can't write signature for '%s' signature node in '%s' conf node: %s\n", in fit_image_process_sig()
262 printf("Failed to add verification data for '%s' signature node in '%s' image node\n", in fit_image_process_sig()
272 * fit_image_add_verification_data() - calculate/set verig. data for image node
274 * This adds hash and signature values for an component image node.
278 * corresponding hash node property is set, for example:
280 * Input component image node structure:
287 * Output component image node structure:
300 * @image_noffset: Requested component image node
323 /* Process all hash subnodes of the component image node */ in fit_image_add_verification_data()
332 * Multiple hash nodes require unique unit node in fit_image_add_verification_data()
423 * node and the configuration. in fit_config_get_hash_list()
611 printf("Failed to sign '%s' signature node in '%s' conf node\n", in fit_config_process_sig()
625 printf("Can't write signature for '%s' signature node in '%s' conf node: %s\n", in fit_config_process_sig()
639 printf("Failed to add verification data for '%s' signature node in '%s' configuration node\n", in fit_config_process_sig()
657 /* Process all hash subnodes of the configuration node */ in fit_config_add_verification_data()
686 /* Find images parent node offset */ in fit_add_verification_data()
689 printf("Can't find images parent node '%s' (%s)\n", in fit_add_verification_data()
699 * Direct child node of the images parent node, in fit_add_verification_data()
700 * i.e. component image node. in fit_add_verification_data()
713 /* Find configurations parent node offset */ in fit_add_verification_data()
716 printf("Can't find images parent node '%s' (%s)\n", in fit_add_verification_data()
746 printf("Verifying Hash Integrity for node '%s'... ", in fit_check_sign()