Home
last modified time | relevance | path

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

/u-boot/lib/crypto/
A Dpublic_key.c161 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 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()
A Dpkcs7_parser.c282 ctx->sinfo->sig->encoding = "pkcs1"; in pkcs7_sig_note_pkey_algo()
/u-boot/doc/sphinx/
A Dkernel_include.py98 encoding = self.options.get(
106 encoding=encoding,
/u-boot/include/crypto/
A Dpublic_key.h50 const char *encoding; member
/u-boot/tools/
A Dgenboardscfg.py91 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 Dsettings.py167 fd = open(fname, 'r', encoding='utf-8')
278 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.py78 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 Dseries.py258 fd = open(fname, 'w', encoding='utf-8')
A Dpatchstream.py768 outfd = os.fdopen(handle, 'w', encoding='utf-8')
769 infd = open(fname, 'r', encoding='utf-8')
/u-boot/tools/dtoc/
A Dsrc_scan.py142 with open(fname, encoding='utf-8') as inf:
/u-boot/doc/
A DREADME.asn18 de-serialized (or decoded) with well-defined encoding rules.
A DREADME.usb160 However note that encoding these individual network settings into a
A DREADME.rockchip647 is encoding using RC4 with the key 7c4e0304550509072d2c7b38170d1711. The SPL
/u-boot/tools/buildman/
A Dboard.py124 with open(fname, 'r', encoding='utf-8') as fd:
A Dkconfiglib.py868 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 Dintel,irq-router.txt35 bus number, device number and function number encoding with PCI_BDF() macro.
/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.py223 self.f = open(fn, 'wt', encoding='utf-8')
/u-boot/doc/driver-model/
A Dpci-info.rst133 PCI_BDF() for the encoding (it is also specified in the IEEE Std 1275-1994
/u-boot/drivers/video/
A Dstb_truetype.h3122 …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 Db4860qds.rst28 Turbo or Viterbi decoding, Turbo encoding and rate matching, MIMO MMSE
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped630 supposed by encoding to UTF-8

Completed in 39 milliseconds