mirror of
https://xff.cz/git/u-boot/
synced 2025-10-17 16:02:33 +02:00
image: Return destination node for add_verify_data() method
It is useful to know where the verification data was written. Update the API to return this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -1243,7 +1243,8 @@ struct crypto_algo {
|
||||
*
|
||||
* @info: Specifies key and FIT information
|
||||
* @keydest: Destination FDT blob for public key data
|
||||
* @return: 0, on success, -ve on error
|
||||
* @return: node offset within the FDT blob where the data was written,
|
||||
* or -ve on error
|
||||
*/
|
||||
int (*add_verify_data)(struct image_sign_info *info, void *keydest);
|
||||
|
||||
|
Reference in New Issue
Block a user