Home
last modified time | relevance | path

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

123456789

/openbmc/openbmc-tools/reboot-ping-pong/
H A Drpp29 self.session.expect([".+".encode(), pexpect.TIMEOUT], timeout=5)
34 self.session.sendline("obmcutil -w {}".format(cmd).encode())
74 self.getty = "login: ".encode()
75 self.shell = "# ".encode()
88 self.entity.console.credentials.username.encode()
90 self.session.expect("Password: ".encode())
92 self.entity.console.credentials.password.encode()
99 "Hit any key to stop autoboot:".encode(), timeout=None
126 self.shell = "/? *#".encode()
127 self.petitboot = "Petitboot".encode()
[all …]
/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth-2.c24 uint64_t encode, decode; in do_test() local
33 asm volatile("pacda %0, %2" : "=r"(encode) : "0"(value), "r"(salt1)); in do_test()
34 if (encode != value) { in do_test()
40 asm volatile("autda %0, %2" : "=r"(decode) : "0"(encode), "r"(salt1)); in do_test()
52 : "=r"(decode) : "0"(encode), "r"(salt2)); in do_test()
/openbmc/openbmc-test-automation/tools/
H A Dgithub_issues_to_csv49 milestone_resp = milestone_resp["title"].encode("utf-8")
54 labels.encode("utf-8"),
55 issue.get("title").encode("utf-8"),
56 issue.get("state").encode("utf-8"),
59 issue.get("html_url").encode("utf-8"),
60 issue.get("user").get("login").encode("utf-8"),
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0002-use-BUFSIZ-as-buffer-size.patch13 include/b64/encode.h | 3 ++-
37 diff --git a/include/b64/encode.h b/include/b64/encode.h
39 --- a/include/b64/encode.h
40 +++ b/include/b64/encode.h
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch23 @@ -42,6 +42,7 @@ elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode)
31 @@ -52,7 +53,7 @@ elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode)
35 - Elf32_Word bitmask_words = encode ? src32[2] : dest32[2];
36 + Elf32_Word bitmask_words = encode ? save_src32_2 : dest32[2];
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch18 samhain_setpwd: encode config_xor.h $(srcsrc)/samhain_setpwd.c
20 ./encode $(XOR_CODE) $(srcsrc)/samhain_setpwd.c; \
25 samhain_stealth: encode config_xor.h $(srcsrc)/samhain_stealth.c
/openbmc/openbmc/poky/meta/recipes-extended/perl/
H A Dlibxml-sax-perl_1.02.bb31 RDEPENDS:${PN} += "perl-module-encode perl-module-perlio perl-module-encode-encoding"
35 perl-module-encode-byte \
36 perl-module-encode-unicode \
H A Dlibconvert-asn1-perl_0.34.bb18 RDEPENDS:${PN} += "perl-module-exporter perl-module-constant perl-module-encode perl-module-encode-…
/openbmc/u-boot/tools/patman/
H A Dfunc_test.py177 self.assertEqual('Cc: %s' % stefan.encode('utf-8'), lines[line + 1])
182 self.assertEqual(' Cc: %s' % mel.encode('utf-8'), lines[line + 0])
185 self.assertEqual(' Cc: %s' % ed.encode('utf-8'), lines[line + 3])
190 ' '.join(args))).encode('utf-8')
195 .encode('utf-8'), cc_lines[0])
197 ed)).encode('utf-8'), cc_lines[1])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0003-ISO-C23-Port-the-code-to-ISO-C23.patch31 encode.c: In function ‘write_encoded_bytes’:
32 encode.c:33:1: warning: old-style function definition
46 src/encode.c | 13 +++----------
75 diff --git a/src/encode.c b/src/encode.c
77 --- a/src/encode.c
78 +++ b/src/encode.c
/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py200 ).encode()
211 hashlib.md5((childnode + cid).encode()).hexdigest(), childnode
218 ).encode()
220 hashlib.md5((childnode + cid).encode()).hexdigest(),
228 ).encode()
230 hashlib.md5((childnode + cid).encode()).hexdigest(),
238 ).encode()
240 hashlib.md5((childnode + cid).encode()).hexdigest(),
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibjson-perl_4.05000.bb1 SUMMARY = "Perl module to decode/encode json files"
3 The module implements JSON encode/decode."
H A Dlibdbi-perl_1.647.bb51 perl-module-encode \
52 perl-module-encode-byte \
53 perl-module-encode-encoding \
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.cookie.js20 function encode(s) { function
29 return encode(config.json ? JSON.stringify(value) : String(value));
69 encode(key), '=', stringifyCookieValue(value),
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dtelnet_utility.py77 self.tnclient.write(self.username.encode("utf-8") + b"\n")
82 self.tnclient.write(self.password.encode("utf-8") + b"\n")
177 self.tnclient.write(cmd.encode("utf-8") + b"\n")
/openbmc/qemu/tests/functional/qemu_test/
H A Dcmd.py98 success_message_b = success_message.encode()
102 failure_message_b = failure_message.encode()
106 vm.console_socket.sendall(send_string.encode())
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py57 'html' : re.compile(html_meta.encode("ascii"), re.I),
58 'xml' : re.compile(xml_encoding.encode("ascii"), re.I),
634 sub = self.MS_CHARS_TO_ASCII.get(orig).encode()
639 sub = '&#x'.encode() + sub[1].encode() + ';'.encode()
641 sub = '&'.encode() + sub[0].encode() + ';'.encode()
643 sub = sub.encode()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildstats.py133 return time, result_str.encode('ascii')
235 data = (' '.join([str(x) for x in reduced[1]]) + '\n').encode('ascii')
239 ('%.0f\n' % reduced[0]).encode('ascii') +
248 ('%.0f\n' % now).encode('ascii') +
250 for dev, sample in event.disk_usage.items()]).encode('ascii') +
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-libxml-perl_2.0134.bb20 perl-module-encode \
52 perl-module-encode-byte \
53 perl-module-encode-unicode \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A Dfix-build-with-gcc-14.patch31 - * 4 bytes used to encode 2 pixels, need 6 bytes raw YUV data for jpeg encoding */
33 + * 4 bytes used to encode 2 pixels, need 6 bytes raw YUV data for jpeg encoding */
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt263 RDEPENDS:perl-module-dbm-filter-encode += "perl-module-strict"
264 RDEPENDS:perl-module-dbm-filter-encode += "perl-module-warnings"
314 RDEPENDS:perl-module-encode-alias += "perl-module-constant"
315 RDEPENDS:perl-module-encode-alias += "perl-module-encode"
316 RDEPENDS:perl-module-encode-alias += "perl-module-exporter"
317 RDEPENDS:perl-module-encode-alias += "perl-module-strict"
318 RDEPENDS:perl-module-encode-alias += "perl-module-warnings"
319 RDEPENDS:perl-module-encode-byte += "perl-module-encode"
320 RDEPENDS:perl-module-encode-byte += "perl-module-strict"
321 RDEPENDS:perl-module-encode-byte += "perl-module-warnings"
[all …]
/openbmc/bmcweb/http/
H A Dutility.hpp143 void encode(std::string_view data, std::string& output) in encode() function in crow::utility::Base64Encoder
230 base64.encode(data, out); in base64encode()
240 enc.encode(username, credentials); in createBasicAuthHeader()
241 enc.encode(":", credentials); in createBasicAuthHeader()
242 enc.encode(password, credentials); in createBasicAuthHeader()
/openbmc/openbmc/poky/scripts/
H A Doepydevshell-internal.py62 pty.write(str(os.getpid()).encode('utf-8') + b"\n")
82 o = input().encode('utf-8')
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/
H A Dliburi-perl_5.32.bb43 perl-module-encode \
44 perl-module-encode-encoding \
/openbmc/u-boot/doc/device-tree-bindings/mtd/
H A Dspi-nand.txt5 - reg: should encode the chip-select line used to access the NAND chip

123456789