commit | 4c5ff062a0fc328701a6b0bf72f14ee57ab9b2fc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 12 12:28:08 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 26 08:50:43 2022 -0700 |
tree | cc649022650ba9af8469e3de79dd841d5cb2c18b | |
parent | 888c0c5cf6365e27dd6112f028436aa603404103 [diff] |
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>