]> git.baikalelectronics.ru Git - uboot.git/commit
tools: Avoid confusion between keys and signatures
authorSimon Glass <sjg@chromium.org>
Fri, 12 Nov 2021 19:28:08 +0000 (12:28 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Jan 2022 15:50:43 +0000 (08:50 -0700)
commitd2152036122588a1382fe054d1cda6a91d8f6592
treecc649022650ba9af8469e3de79dd841d5cb2c18b
parente5eb052dc00c652b17ea40b7d35aedd8b8c6fee7
tools: Avoid confusion between keys and signatures

We should be consistent in using the term 'signature' to describe a value
added to sign something and 'key' to describe the key that can be used to
verify the signature.

Tidy up the code to stick to this.

Add some comments to fit_config_verify_key() and its callers while we are
here.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/image-fit-sig.c