Home
last modified time | relevance | path

Searched full:plain (Results 1 – 25 of 897) sorted by relevance

12345678910>>...36

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A DCVE-2024-26458_CVE-2024-26461.patch7 could probably never be triggered) leaks plain.data. Fix this leak
45 + krb5_data plain = empty_data();
56 - krb5_data plain;
73 err = alloc_data(&plain, message->length + 16 + ec);
79 encrypt_size = krb5_encrypt_size(plain.length, key->keyblock.enctype);
89 - free(plain.data);
99 err = krb5_k_encrypt(context, key, key_usage, 0, &plain, &cipher);
100 - zap(plain.data, plain.length);
101 - free(plain.data);
102 - plain.data = 0;
[all …]
/openbmc/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c51 static int test_lib_chacha(u8 *revert, u8 *cipher, u8 *plain) in test_lib_chacha() argument
72 chacha_crypt_arch(chacha_state, cipher, plain, data_size, 20); in test_lib_chacha()
126 static int test_skcipher(char *name, u8 *revert, u8 *cipher, u8 *plain) in test_skcipher() argument
173 sg_init_one(&sk.sginp, plain, data_size); in test_skcipher()
238 u8 *plain = NULL, *revert = NULL; in chacha_s390_test_init() local
246 plain = vmalloc(data_size); in chacha_s390_test_init()
247 if (!plain) { in chacha_s390_test_init()
248 pr_info("could not allocate plain buffer\n"); in chacha_s390_test_init()
252 memset(plain, 'a', data_size); in chacha_s390_test_init()
253 get_random_bytes(plain, (data_size > 256 ? 256 : data_size)); in chacha_s390_test_init()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memtool/memtool/
H A Dtest_read_write_plainfiles.sh7 # This script verifies the behavior of memtool against plain files.
35 # Test Case: Verifies that the expected string of bytes is read from a plain file starting from
40 verify "$ACTUAL" "$EXPECTED" "memtool read from plain file"
43 # Test Case 2: Verifies that the expected string of bytes is written to a plain file starting from
54 verify "$ACTUAL" "$EXPECTED" "memtool write to plain file"
64 echo "Test Passed: memtool plain file read/write functionality is correct."
67 echo "Test FAILED: memtool plain file read/write functionality is incorrect. Check the logs."
/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/
H A Darm_systemready_opensuse_unattended.py18 bb.plain('Installation status: Loading the kernel, initrd and basic drivers...')
23 bb.plain('Installation status: Starting hardware detection...')
28 bb.plain('Installation status: Loading Installation System...')
33 bb.plain('Installation status: Performing Installation...')
38 bb.plain('Installation status: Finishing Configuration...')
42 bb.plain('Installation status: openSUSE installation finished successfully.')
H A Darm_systemready_debian_unattended.py19 bb.plain('Installation status: Scanning installation media...')
24 bb.plain('Installation status: Detecting network hardware...')
29 bb.plain('Installation status: Installing the base system...')
34 bb.plain('Installation status: Installing GRUB...')
62 bb.plain('Installation status: Finishing the installation...')
66 bb.plain('Installation status: Debian installation finished successfully.')
H A Darm_systemready_fedora_unattended.py19 bb.plain('Installation status: Loading the installer, kernel and initrd...')
24 bb.plain('Installation status: Setting up the installation environment...')
29 bb.plain('Installation status: Installing the software packages...')
39 bb.plain('Installation status: Fedora installation finished successfully.')
/openbmc/openbmc/poky/meta/lib/bblayers/templates/
H A Dexample.bb6 bb.plain("***********************************************");
7 bb.plain("* *");
8 bb.plain("* Example recipe created by bitbake-layers *");
9 bb.plain("* *");
10 bb.plain("***********************************************");
/openbmc/linux/lib/
H A DKconfig.kcsan37 The compiler instruments plain compound read-write operations
39 distinguish them from other plain accesses. This is currently
199 plain accesses by default (depending on !KCSAN_STRICT) reduce the
216 bool "Assume that plain aligned writes up to word size are atomic"
220 Assume that plain aligned writes up to word size are atomic by
223 races due to conflicts where the only plain accesses are aligned
224 writes up to word size: conflicts between marked reads and plain
226 notice that data races between two conflicting plain aligned writes
234 additional filtering. Conflicting marked atomic reads and plain
236 plain reads and marked writes to result in "unknown origin" reports.
[all …]
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dquery.py32 logger.plain("%s %s %s" % ("layer".ljust(20), "path".ljust(70), "priority"))
33 logger.plain('=' * 104)
37 logger.plain("%s %s %s" % (layername.ljust(20), layerdir.ljust(70), pri))
79 logger.plain('=== Overlayed classes ===')
84 logger.plain('%s' % mainfile)
87 logger.plain('%s:' % classfile)
93 logger.plain(' %s' % mainlayername)
106 logger.plain('No overlayed files found.')
170 logger.plain("%s%s", f, skipped)
172 logger.plain(" %s%s", f, skipped)
[all …]
H A Dlayerindex.py50 logger.plain("Repository %s needs to be fetched" % url)
122 logger.plain("You already have the requested layer(s): %s" % args.layername)
137 logger.plain("Loading %s..." % remoteurl)
153 …logger.plain("%s %s %s" % ("Layer".ljust(49), "Git repository (branch)".ljust(54), "Subdirectory…
154 logger.plain('=' * 125)
175 logger.plain('%s %s %s' % (("%s:%s:%s" %
184 logger.plain(' required by: %s' % ' '.join(requiredby))
186 logger.plain(' recommended by: %s' % ' '.join(recommendedby))
226 … logger.plain("Adding layer \"%s\" (%s) to conf/bblayers.conf" % (subdir, layerdir))
228 … logger.plain("Adding layer \"%s\" (%s) to conf/bblayers.conf" % (name, layerdir))
/openbmc/u-boot/test/
H A Dcompression.c25 static const char plain[] = variable
35 /* bzip2 -c /tmp/plain.txt > /tmp/plain.bz2 */
54 /* lzma -z -c /tmp/plain.txt > /tmp/plain.lzma */
73 /* lzop -c /tmp/plain.txt > /tmp/plain.lzo */
98 /* lz4 -z /tmp/plain.txt > /tmp/plain.lz4 */
162 ut_asserteq(in_size, strlen(plain)); in compress_using_bzip2()
163 ut_asserteq(0, memcmp(plain, in, in_size)); in compress_using_bzip2()
197 ut_asserteq(in_size, strlen(plain)); in compress_using_lzma()
198 ut_asserteq(0, memcmp(plain, in, in_size)); in compress_using_lzma()
231 ut_asserteq(in_size, strlen(plain)); in compress_using_lzo()
[all …]
/openbmc/linux/tools/memory-model/Documentation/
H A Daccess-marking.txt17 1. Plain C-language accesses (unmarked), for example, "a = b;"
33 Neither plain C-language accesses nor data_race() (#1 and #2 above) place
39 preferable to data_race(), which in turn is usually preferable to plain
44 KCSAN will complain about many types of data races involving plain
54 data_race() and even plain C-language accesses is preferable to
85 concurrently with updates to x. Then using plain C-language writes
95 In theory, plain C-language loads can also be used for this use case.
119 In theory, plain C-language loads can also be used for this use case.
140 In theory, plain C-language loads can also be used for this use case.
156 Plain C-language stores can also be used for this use case. However,
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/
H A Dlighttpd.conf79 ".asc" => "text/plain",
80 ".c" => "text/plain",
81 ".cpp" => "text/plain",
82 ".log" => "text/plain",
83 ".conf" => "text/plain",
84 ".text" => "text/plain",
85 ".txt" => "text/plain",
187 #deflate.mimetypes = ("text/plain", "text/html")
229 #auth.backend = "plain"
230 #auth.backend.plain.userfile = "lighttpd.user"
[all …]
/openbmc/linux/drivers/gpu/drm/ci/xfails/
H A Drockchip-rk3399-fails.txt13 kms_flip@plain-flip-fb-recreate,Fail
14 kms_flip@plain-flip-fb-recreate-interruptible,Fail
15 kms_flip@plain-flip-ts-check,Fail
16 kms_flip@plain-flip-ts-check-interruptible,Fail
/openbmc/linux/tools/memory-model/
H A Dlinux-kernel.cat83 let to-w = rwdep | (overwrite & int) | (addr ; [Plain] ; wmb)
173 (* Plain accesses and data races *)
176 (* Warn about plain writes and marked accesses in the same region *)
177 let mixed-accesses = ([Plain & W] ; (po-loc \ barrier) ; [Marked]) |
178 ([Marked] ; (po-loc \ barrier) ; [Plain & W])
186 (* Boundaries for lifetimes of plain accesses *)
194 (* Visibility and executes-before for plain accesses *)
202 let pre-race = ext & ((Plain * M) | ((M \ IW) * Plain))
204 (* Coherence requirements for plain accesses *)
208 empty (wr-incoh | rw-incoh | ww-incoh) as plain-coherence
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Devent_service.hpp22 Plain, enumerator
39 {SMTPAuthenticationMethods::Plain, "Plain"},
H A Dcomponent_integrity.hpp49 Plain, enumerator
93 {SecureSessionType::Plain, "Plain"},
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py460 '''Print via the plain logger object information
468 logger.plain ('')
469 logger.plain ('Index: %s' % lix.config['DESCRIPTION'])
474 …logger.plain ('%s %s %s' % ('{:26}'.format('branch'), '{:34}'.format('description'), '{:22}'.forma…
475 logger.plain ('{:-^80}'.format(""))
483 logger.plain (line)
488 logger.plain ('%s %s' % ('{:26}'.format('layer'), '{:34}'.format('description')))
489 logger.plain ('{:-^80}'.format(""))
496 logger.plain (line)
501 …logger.plain ('%s %s %s' % ('{:26}'.format('layer'), '{:34}'.format('description'), '{:19}'.format…
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D149.out474 # ================= dm-crypt aes-256-cbc-plain-sha1 =================
476 truncate TEST_DIR/luks-aes-256-cbc-plain-sha1.img --size 4194304MB
478 … luks1 --cipher aes-cbc-plain --key-size 256 --hash sha1 --key-slot 0 --key-file - --iter-time 10 …
480 …o cryptsetup -q -v luksOpen TEST_DIR/luks-aes-256-cbc-plain-sha1.img qiotest-145-aes-256-cbc-plain
482 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-cbc-plain-sha1
483 …a7 100M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-aes-256-cbc-plain-sha1
488 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-cbc-plain-sha1
489 …145728M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-aes-256-cbc-plain-sha1
494 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-cbc-plain-sha1
496 …e64 --image-opts driver=luks,key-secret=sec0,file.filename=TEST_DIR/luks-aes-256-cbc-plain-sha1.img
[all …]
H A D099104 # generate a plain filename here; thus this should return a JSON filename
111 # Because blkdebug cannot return a plain filename, blkverify is forced to
116 echo '=== Testing plain filename for blkdebug ==='
123 echo '=== Testing plain filename for blkdebug without configuration file ==='
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/
H A D0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch6 Content-Type: text/plain; charset=UTF-8
12 Content-Type: text/plain; charset=UTF-8
16 Content-Type: text/plain; charset=UTF-8
/openbmc/linux/Documentation/dev-tools/
H A Dkcsan.rst124 * ``CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC``: Assume that plain aligned writes
127 causes KCSAN to not report data races due to conflicts where the only plain
192 *plain access*; they *conflict* if both access the same memory location, and at
193 least one is a write. For a more thorough discussion and definition, see `"Plain
196 .. _"Plain Accesses and Data Races" in the LKMM: https://git.kernel.org/pub/scm/linux/kernel/git/to…
253 compiler instrumenting plain accesses. For each instrumented plain access:
264 To detect data races between plain and marked accesses, KCSAN also annotates
276 Each plain memory access for which a watchpoint is set up, is also selected for
312 "prefetch" accesses. Also recall that watchpoints are only set up for plain
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-mock/
H A Drun-ptest2 # see https://github.com/pytest-dev/pytest-mock/issues/102 for reasons to use plain asserts
3 pytest --automake --assert=plain
/openbmc/linux/kernel/kcsan/
H A Dpermissive.h44 * Rules here are only for plain read accesses, so that we still report in kcsan_ignore_data_race()
45 * data races between plain read-write accesses. in kcsan_ignore_data_race()
67 * than 1 bit changed, the plain accesses are safe despite the presence in kcsan_ignore_data_race()
/openbmc/linux/Documentation/fb/
H A Ds3fb.rst19 I tested s3fb on Trio64 (plain, V+ and V2/DX) and Virge (plain, VX, DX),
40 hardware, i get best results from plain S3 Trio32 card - about 75 MHz). This

12345678910>>...36