image: Return destination node for add_verify_data() method
authorSimon Glass <sjg@chromium.org>
Fri, 12 Nov 2021 19:28:11 +0000 (12:28 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Jan 2022 15:50:44 +0000 (08:50 -0700)
commitc033dc8c0c4b744e028e124f88be4829309c75d1
tree8b29d79edab956df71ecf9529f34b102842b54be
parent99f844ba3a6b3ddd73742cddf7dee955bbb96c61
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>
include/image.h
include/u-boot/ecdsa.h
include/u-boot/rsa.h
lib/ecdsa/ecdsa-libcrypto.c
lib/rsa/rsa-sign.c
tools/image-host.c