Home
last modified time | relevance | path

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

/u-boot/tools/binman/etype/
A Dx509_cert.py60 input_fname = tools.get_output_filename('input.%s' % uniq)
62 tools.write_file(input_fname, input_data)
65 input_fname=input_fname,
A Dvblock.py69 input_fname = tools.get_output_filename('input.%s' % uniq)
70 tools.write_file(input_fname, input_data)
77 firmware=input_fname,
A Dmkimage.py161 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 Dintel_ifwi.py84 input_fname = tools.get_output_filename('input.%s' % uniq)
85 tools.write_file(input_fname, data)
91 input_fname, entry._ifwi_replace)
A Dfit.py439 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 Dopenssl.py32 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 Dcontrol.py389 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 Dentry.py1382 def UpdateSignatures(self, privatekey_fname, algo, input_fname): argument

Completed in 16 milliseconds