/u-boot/lib/crypto/ |
A D | public_key.c | 161 int software_key_determine_akcipher(const char *encoding, in software_key_determine_akcipher() argument 168 if (strcmp(encoding, "pkcs1") == 0) { in software_key_determine_akcipher() 184 if (strcmp(encoding, "raw") == 0) { in software_key_determine_akcipher() 210 ret = software_key_determine_akcipher(params->encoding, in software_key_query() 275 ret = software_key_determine_akcipher(params->encoding, in software_key_eds_op() 365 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()
|
A D | pkcs7_parser.c | 282 ctx->sinfo->sig->encoding = "pkcs1"; in pkcs7_sig_note_pkey_algo()
|
/u-boot/doc/sphinx/ |
A D | kernel_include.py | 98 encoding = self.options.get( 106 encoding=encoding,
|
/u-boot/include/crypto/ |
A D | public_key.h | 50 const char *encoding; member
|
/u-boot/tools/ |
A D | genboardscfg.py | 91 with open(output, encoding="utf-8") as f: 326 for line in open(file, encoding="utf-8"): 400 with open(output, 'w', encoding="utf-8") as f:
|
/u-boot/tools/patman/ |
A D | settings.py | 167 fd = open(fname, 'r', encoding='utf-8') 278 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 | 78 return open(cls._get_path(fname), encoding='utf-8').read() 219 cc_lines = open(cc_file, encoding='utf-8').read().splitlines() 291 lines = open(cover_fname, encoding='utf-8').read().splitlines() 298 lines = open(fname, encoding='utf-8').read().splitlines()
|
A D | series.py | 258 fd = open(fname, 'w', encoding='utf-8')
|
A D | patchstream.py | 768 outfd = os.fdopen(handle, 'w', encoding='utf-8') 769 infd = open(fname, 'r', encoding='utf-8')
|
/u-boot/tools/dtoc/ |
A D | src_scan.py | 142 with open(fname, encoding='utf-8') as inf:
|
/u-boot/doc/ |
A D | README.asn1 | 8 de-serialized (or decoded) with well-defined encoding rules.
|
A D | README.usb | 160 However note that encoding these individual network settings into a
|
A D | README.rockchip | 647 is encoding using RC4 with the key 7c4e0304550509072d2c7b38170d1711. The SPL
|
/u-boot/tools/buildman/ |
A D | board.py | 124 with open(fname, 'r', encoding='utf-8') as fd:
|
A D | kconfiglib.py | 868 encoding="utf-8", suppress_traceback=False): argument 947 self._init(filename, warn, warn_to_stderr, encoding) 959 def _init(self, filename, warn, warn_to_stderr, encoding): argument 962 self._encoding = encoding 3922 open(filename, mode, encoding=self._encoding) 6731 e.encoding,
|
/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/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 | 223 self.f = open(fn, 'wt', encoding='utf-8')
|
/u-boot/doc/driver-model/ |
A D | pci-info.rst | 133 PCI_BDF() for the encoding (it is also specified in the IEEE Std 1275-1994
|
/u-boot/drivers/video/ |
A D | stb_truetype.h | 3122 …stbtt_int32 platform = ttUSHORT(fc+loc+0), encoding = ttUSHORT(fc+loc+2), language = ttUSHORT(fc+l… in stbtt__matchpair() local 3125 … if (platform == 0 || (platform == 3 && encoding == 1) || (platform == 3 && encoding == 10)) { in stbtt__matchpair() 3133 … next_id && ttUSHORT(fc+loc+12) == platform && ttUSHORT(fc+loc+12+2) == encoding && ttUSHORT(fc+lo… in stbtt__matchpair()
|
/u-boot/doc/board/freescale/ |
A D | b4860qds.rst | 28 Turbo or Viterbi decoding, Turbo encoding and rate matching, MIMO MMSE
|
/u-boot/scripts/dtc/pylibfdt/ |
A D | libfdt.i_shipped | 630 supposed by encoding to UTF-8
|