Home
last modified time | relevance | path

Searched refs:sigfile (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/scripts/imgtool/
Dmain.py89 def load_signature(sigfile): argument
90 with open(sigfile, 'rb') as f:
95 def save_signature(sigfile, sig): argument
96 with open(sigfile, 'wb') as f: