Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 25 of 35) sorted by relevance

12

/u-boot/test/py/tests/
A Dfit_util.py35 with open(its, 'w', encoding='utf-8') as outf:
77 with open(fname, 'w', encoding='utf-8') as outf:
90 with open(src, 'w', encoding='utf-8') as outf:
A Dtest_efi_fit.py255 with open(dts, 'w', encoding='ascii') as file:
288 with open(its_path, 'w', encoding='ascii') as file:
/u-boot/test/py/tests/test_efi_bootmgr/
A Dconftest.py26 with open(mnt_point + '/initrd-1.img', 'w', encoding = 'ascii') as file:
29 with open(mnt_point + '/initrd-2.img', 'w', encoding = 'ascii') as file:
/u-boot/test/py/tests/test_eficonfig/
A Dconftest.py28 with open(mnt_point + '/initrd-1.img', 'w', encoding = 'ascii') as file:
31 with open(mnt_point + '/initrd-2.img', 'w', encoding = 'ascii') as file:
/u-boot/scripts/
A Dstyle.py38 with open(fname, encoding='utf-8') as inf:
145 with open(srcfile, 'w', encoding='utf-8') as out:
150 with open(fname, encoding='utf-8') as inf:
154 with open(fname, 'w', encoding='utf-8') as out:
/u-boot/lib/crypto/
A Dpublic_key.c158 int software_key_determine_akcipher(const char *encoding, in software_key_determine_akcipher() argument
165 if (strcmp(encoding, "pkcs1") == 0) { in software_key_determine_akcipher()
181 if (strcmp(encoding, "raw") == 0) { in software_key_determine_akcipher()
207 ret = software_key_determine_akcipher(params->encoding, in software_key_query()
272 ret = software_key_determine_akcipher(params->encoding, in software_key_eds_op()
362 ret = software_key_determine_akcipher(sig->encoding, in public_key_verify_signature()
A Dasymmetric_type.c587 .encoding = params->encoding, in asymmetric_key_verify_signature()
A Dx509_cert_parser.c252 ctx->cert->sig->encoding = "pkcs1"; in x509_note_pkey_algo()
257 ctx->cert->sig->encoding = "raw"; in x509_note_pkey_algo()
/u-boot/test/py/tests/test_cat/
A Dconftest.py24 with open(mnt_point + '/hello', 'w', encoding = 'ascii') as file:
/u-boot/test/py/tests/test_xxd/
A Dconftest.py24 with open(mnt_point + '/hello', 'w', encoding = 'ascii') as file:
/u-boot/doc/sphinx/
A Dkernel_include.py98 encoding = self.options.get(
106 encoding=encoding,
/u-boot/tools/binman/btool/
A Dopenssl.py49 with open(config_fname, 'w', encoding='utf-8') as outf:
/u-boot/tools/buildman/
A Dboards.py99 with open(output, encoding="utf-8") as inf:
235 with open(defconfig, encoding='utf-8') as inf:
353 with open(fname, encoding="utf-8") as inf:
416 with open(fname, 'r', encoding='utf-8') as inf:
750 with open(output, 'w', encoding="utf-8") as outf:
/u-boot/include/crypto/
A Dpublic_key.h50 const char *encoding; member
/u-boot/tools/patman/
A Dsettings.py170 fd = open(fname, 'r', encoding='utf-8')
289 with open(fname, encoding='utf-8') as fd:
A Dtest_checkpatch.py142 infd = os.fdopen(inhandle, 'w', encoding='utf-8')
147 expfd = os.fdopen(exphandle, 'w', encoding='utf-8')
A Dfunc_test.py89 return open(cls._get_path(fname), encoding='utf-8').read()
233 cc_lines = open(cc_file, encoding='utf-8').read().splitlines()
308 lines = open(cover_fname, encoding='utf-8').read().splitlines()
315 lines = open(fname, encoding='utf-8').read().splitlines()
A Dpatchstream.py784 outfd = os.fdopen(handle, 'w', encoding='utf-8')
785 infd = open(fname, 'r', encoding='utf-8')
/u-boot/doc/
A DREADME.asn18 de-serialized (or decoded) with well-defined encoding rules.
/u-boot/doc/device-tree-bindings/net/
A Dfixed-link.txt24 encoding various information about the fixed PHY, in the form of
/u-boot/doc/device-tree-bindings/misc/
A Dintel,irq-router.txt35 bus number, device number and function number encoding with PCI_BDF() macro.
/u-boot/tools/dtoc/
A Dsrc_scan.py624 with open(fname, encoding='utf-8') as inf:
649 with open(fname, encoding='utf-8') as inf:
/u-boot/tools/
A Dmoveconfig.py168 inf = stack.enter_context(open(defconfigs_file, encoding='utf-8'))
312 with open(fname, 'w', encoding='utf-8') as out:
335 with open(fname, encoding='utf-8') as inf:
720 with open(self.dotconfig, 'a', encoding='utf-8') as out:
2064 with open(CONFIG_DATABASE, 'w', encoding='utf-8') as fd:
/u-boot/lib/lzma/
A Dlzma.txt39 To compile C++ version of file->file LZMA encoding, go to directory
68 LzFindMt.* - Match finder for LZ (LZMA) encoders for multithreading encoding
71 LzmaEnc.* - LZMA encoding
522 6) Call encoding function:
/u-boot/test/py/
A Dmultiplexed_log.py228 self.f = open(fn, 'wt', encoding='utf-8')

Completed in 52 milliseconds

12