/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
H A D | 0002-use-BUFSIZ-as-buffer-size.patch | 12 include/b64/decode.h | 3 ++- 13 include/b64/encode.h | 3 ++- 16 diff --git a/include/b64/decode.h b/include/b64/decode.h 18 --- a/include/b64/decode.h 19 +++ b/include/b64/decode.h 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/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch | 20 src/unix/linux_like/linux/musl/b64/aarch64/mod.rs | 3 --- 21 src/unix/linux_like/linux/musl/b64/mips64.rs | 3 --- 95 diff --git a/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs b/src/unix/linux_like/linux/musl/b64… 97 --- a/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs 98 +++ b/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs 109 diff --git a/src/unix/linux_like/linux/musl/b64/mips64.rs b/src/unix/linux_like/linux/musl/b64/mips… 111 --- a/src/unix/linux_like/linux/musl/b64/mips64.rs 112 +++ b/src/unix/linux_like/linux/musl/b64/mips64.rs
|
H A D | 0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch | 18 src/unix/linux_like/linux/musl/b64/mod.rs | 2 -- 72 --- a/src/unix/linux_like/linux/musl/b64/mod.rs 73 +++ b/src/unix/linux_like/linux/musl/b64/mod.rs
|
H A D | 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch | 21 src/unix/linux_like/linux/musl/b64/mod.rs | 2 -- 79 --- a/src/unix/linux_like/linux/musl/b64/mod.rs 80 +++ b/src/unix/linux_like/linux/musl/b64/mod.rs
|
/openbmc/openbmc-tools/ipkdbg/ |
H A D | Makefile | 34 bin.tar.gz.b64: bin.tar.gz 37 ipkdbg: ipkdbg.in bin.tar.gz.b64 44 $(RM) bin.tar.gz bin.tar.gz.b64 ipkdbg
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/ |
H A D | libb64_2.0.0.1.bb | 33 install -d ${D}${includedir}/b64 37 install -Dm 0644 ${S}/include/b64/*.h ${D}${includedir}/b64/
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | int_helper.c | 38 uint64_t HELPER(divs32)(CPUS390XState *env, int64_t a, int64_t b64) in HELPER() 40 int32_t b = b64; in HELPER() 59 uint64_t HELPER(divu32)(CPUS390XState *env, uint64_t a, uint64_t b64) in HELPER() 61 uint32_t b = b64; in HELPER()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qga.c | 398 const char *b64; in test_qga_file_ops() local 472 b64 = qdict_get_str(val, "buf-b64"); in test_qga_file_ops() 475 g_assert_cmpstr(b64, ==, enc); in test_qga_file_ops() 488 b64 = qdict_get_str(val, "buf-b64"); in test_qga_file_ops() 491 g_assert_cmpstr(b64, ==, ""); in test_qga_file_ops() 516 b64 = qdict_get_str(val, "buf-b64"); in test_qga_file_ops() 519 dec = g_base64_decode(b64, &count); in test_qga_file_ops() 538 const char *b64; in test_qga_file_write_read() local 576 b64 = qdict_get_str(val, "buf-b64"); in test_qga_file_write_read() 579 g_assert_cmpstr(b64, ==, ""); in test_qga_file_write_read() [all …]
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 1040 struct v4l2_buffer *b64 = arg; in v4l2_compat_get_array_args() local 1044 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) { in v4l2_compat_get_array_args() 1045 u32 num_planes = b64->length; in v4l2_compat_get_array_args() 1051 err = get_v4l2_plane32(p64, p32, b64->memory); in v4l2_compat_get_array_args() 1110 struct v4l2_buffer *b64 = arg; in v4l2_compat_put_array_args() local 1114 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) { in v4l2_compat_put_array_args() 1115 u32 num_planes = b64->length; in v4l2_compat_put_array_args() 1121 err = put_v4l2_plane32(p64, p32, b64->memory); in v4l2_compat_put_array_args()
|
/openbmc/qemu/qga/ |
H A D | qapi-schema.json | 250 # @buf-b64: base64-encoded bytes read 257 'data': { 'count': 'int', 'buf-b64': 'str', 'eof': 'bool' } } 301 # @buf-b64: base64-encoded string representing data to be written 304 # is all content in buf-b64 buffer after base64 decoding 311 'data': { 'handle': 'int', 'buf-b64': 'str', '*count': 'int' },
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-runtime-gvec.c | 1046 void HELPER(NAME)(void *d, void *a, uint64_t b64, uint32_t desc) \ 1049 TYPE inv = simd_data(desc), b = b64; \
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/ |
H A D | 0001-BootLogoLib-align-logo-coords-to-be-even.patch | 138 zoA}OCIF1lAc8c4Nqs{q?*JA!Y@pVV>b64?$m$;z00IaK}tw+zr^c|x41X0{ieB~}O
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 5803 # openssl rand -base64 32 > key.b64 5804 # KEY=$(base64 -d key.b64 | hexdump -v -e '/1 "%02X"') 5812 # openssl rand -base64 16 > iv.b64 5813 # IV=$(base64 -d iv.b64 | hexdump -v -e '/1 "%02X"') 5825 ``key.b64`` and specify that to be used to decrypt the user 5826 password. Pass the contents of ``iv.b64`` to the second secret 5831 -object secret,id=secmaster0,format=base64,file=key.b64 \\ 5833 data=$SECRET,iv=$(<iv.b64)
|