[PATCH 07/16] tools: Avoid confusion between keys and signatures
    Simon Glass 
    sjg at chromium.org
       
    Thu Jan 27 00:57:13 CET 2022
    
    
  
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 at chromium.org>
---
 boot/image-fit-sig.c | 97 ++++++++++++++++++++++++++++++++------------
 1 file changed, 72 insertions(+), 25 deletions(-)
Applied to u-boot-dm, thanks!
    
    
More information about the U-Boot
mailing list