| /u-boot/test/py/tests/ |
| A D | fit_util.py | 35 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 D | test_efi_fit.py | 255 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 D | conftest.py | 26 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 D | conftest.py | 28 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 D | style.py | 38 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 D | public_key.c | 158 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 D | asymmetric_type.c | 587 .encoding = params->encoding, in asymmetric_key_verify_signature()
|
| A D | x509_cert_parser.c | 252 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 D | conftest.py | 24 with open(mnt_point + '/hello', 'w', encoding = 'ascii') as file:
|
| /u-boot/test/py/tests/test_xxd/ |
| A D | conftest.py | 24 with open(mnt_point + '/hello', 'w', encoding = 'ascii') as file:
|
| /u-boot/doc/sphinx/ |
| A D | kernel_include.py | 98 encoding = self.options.get( 106 encoding=encoding,
|
| /u-boot/tools/binman/btool/ |
| A D | openssl.py | 49 with open(config_fname, 'w', encoding='utf-8') as outf:
|
| /u-boot/tools/buildman/ |
| A D | boards.py | 99 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 D | public_key.h | 50 const char *encoding; member
|
| /u-boot/tools/patman/ |
| A D | settings.py | 170 fd = open(fname, 'r', encoding='utf-8') 289 with open(fname, encoding='utf-8') as fd:
|
| A D | test_checkpatch.py | 142 infd = os.fdopen(inhandle, 'w', encoding='utf-8') 147 expfd = os.fdopen(exphandle, 'w', encoding='utf-8')
|
| A D | func_test.py | 89 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 D | patchstream.py | 784 outfd = os.fdopen(handle, 'w', encoding='utf-8') 785 infd = open(fname, 'r', encoding='utf-8')
|
| /u-boot/doc/ |
| A D | README.asn1 | 8 de-serialized (or decoded) with well-defined encoding rules.
|
| /u-boot/doc/device-tree-bindings/net/ |
| A D | fixed-link.txt | 24 encoding various information about the fixed PHY, in the form of
|
| /u-boot/doc/device-tree-bindings/misc/ |
| A D | intel,irq-router.txt | 35 bus number, device number and function number encoding with PCI_BDF() macro.
|
| /u-boot/tools/dtoc/ |
| A D | src_scan.py | 624 with open(fname, encoding='utf-8') as inf: 649 with open(fname, encoding='utf-8') as inf:
|
| /u-boot/tools/ |
| A D | moveconfig.py | 168 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 D | lzma.txt | 39 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 D | multiplexed_log.py | 228 self.f = open(fn, 'wt', encoding='utf-8')
|