Searched refs:input_fname (Results 1 – 8 of 8) sorted by relevance
| /u-boot/tools/binman/etype/ |
| A D | x509_cert.py | 60 input_fname = tools.get_output_filename('input.%s' % uniq) 62 tools.write_file(input_fname, input_data) 65 input_fname=input_fname,
|
| A D | vblock.py | 69 input_fname = tools.get_output_filename('input.%s' % uniq) 70 tools.write_file(input_fname, input_data) 77 firmware=input_fname,
|
| A D | mkimage.py | 161 input_fname = ":".join(fnames) 163 data, input_fname, uniq = self.collect_contents_to_file( 182 args = ['-d', input_fname] 184 args += ['-n', input_fname]
|
| A D | intel_ifwi.py | 84 input_fname = tools.get_output_filename('input.%s' % uniq) 85 tools.write_file(input_fname, data) 91 input_fname, entry._ifwi_replace)
|
| A D | fit.py | 439 input_fname = tools.get_output_filename(f'{uniq}.itb') 441 tools.write_file(input_fname, data) 839 def UpdateSignatures(self, privatekey_fname, algo, input_fname): argument 842 if input_fname: 843 fname = input_fname
|
| /u-boot/tools/binman/btool/ |
| A D | openssl.py | 32 def x509_cert(self, cert_fname, input_fname, key_fname, cn, revision, argument 47 indata = tools.read_file(input_fname)
|
| /u-boot/tools/binman/ |
| A D | control.py | 389 def ReplaceEntries(image_fname, input_fname, indir, entry_paths, argument 413 if input_fname: 419 data = tools.read_file(input_fname) 420 tout.notice("Read %#x bytes from file '%s'" % (len(data), input_fname)) 455 def SignEntries(image_fname, input_fname, privatekey_fname, algo, entry_paths, argument 477 entry.UpdateSignatures(privatekey_fname, algo, input_fname)
|
| A D | entry.py | 1382 def UpdateSignatures(self, privatekey_fname, algo, input_fname): argument
|
Completed in 16 milliseconds