Home
last modified time | relevance | path

Searched refs:abcd (Results 1 – 23 of 23) sorted by relevance

/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.c135 a = pms->abcd[0], b = pms->abcd[1], in md5_process()
136 c = pms->abcd[2], d = pms->abcd[3]; in md5_process()
306 pms->abcd[0] += a; in md5_process()
307 pms->abcd[1] += b; in md5_process()
308 pms->abcd[2] += c; in md5_process()
309 pms->abcd[3] += d; in md5_process()
316 pms->abcd[0] = 0x67452301; in md5_init()
317 pms->abcd[1] = /*0xefcdab89*/ T_MASK ^ 0x10325476; in md5_init()
318 pms->abcd[2] = /*0x98badcfe*/ T_MASK ^ 0x67452301; in md5_init()
319 pms->abcd[3] = 0x10325476; in md5_init()
[all …]
H A Dmd5.h69 md5_word_t abcd[4]; /* digest buffer */ member
/openbmc/linux/arch/arm/crypto/
H A Dsha256-armv4.pl586 my ($ABCD,$EFGH,$abcd)=map("q$_",(0..2));
630 vmov $abcd,$ABCD
632 sha256h2 $EFGH,$abcd,$W0
640 vmov $abcd,$ABCD
642 sha256h2 $EFGH,$abcd,$W0
646 vmov $abcd,$ABCD
648 sha256h2 $EFGH,$abcd,$W1
653 vmov $abcd,$ABCD
655 sha256h2 $EFGH,$abcd,$W0
658 vmov $abcd,$ABCD
[all …]
/openbmc/linux/arch/arm64/crypto/
H A Dsha512-armv8.pl373 my ($ABCD,$EFGH,$abcd)=map("v$_.16b",(0..2));
406 orr $abcd,$ABCD,$ABCD
408 sha256h2 $EFGH,$abcd,$W0
416 orr $abcd,$ABCD,$ABCD
418 sha256h2 $EFGH,$abcd,$W0
422 orr $abcd,$ABCD,$ABCD
424 sha256h2 $EFGH,$abcd,$W1
429 orr $abcd,$ABCD,$ABCD
431 sha256h2 $EFGH,$abcd,$W0
434 orr $abcd,$ABCD,$ABCD
[all …]
/openbmc/linux/Documentation/arch/s390/
H A Dcommon_io.rst27 The devices must be given either as bus ids (0.x.abcd) or as hexadecimal
28 device numbers (0xabcd or abcd, for 2.4 backward compatibility). If you
29 give a device number 0xabcd, it will be interpreted as 0.0.abcd.
103 The devices can be specified either by bus id (0.x.abcd) or, for 2.4 backward
104 compatibility, by the device number in hexadecimal (0xabcd or abcd). Device
105 numbers given as 0xabcd will be interpreted as 0.0.abcd.
/openbmc/qemu/tests/decode/
H A Derr_field9.decode8 &abcd a b c d
12 @fmt ........ ........ ........ c:8 &abcd b=%refa
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbootconfig.rst221 root = 01234567-89ab-cdef-0123-456789abcd
229 root="01234567-89ab-cdef-0123-456789abcd" -- splash
237 root="01234567-89ab-cdef-0123-456789abcd" ro bootconfig -- splash quiet
/openbmc/linux/tools/testing/selftests/net/
H A Darp_ndisc_untracked_subnets.sh226 HOST_ADDR_V6=2000:db8:abcd:0013::4
228 HOST_ADDR_V6=2001:db8:abcd:0012::3
/openbmc/linux/arch/x86/crypto/
H A Dcurve25519-x86_64.c1550 u64 *abcd = &tmp[0 + 16]; in curve25519_ever64_base() local
1584 point_double(xz1, abcd, efgh); in curve25519_ever64_base()
1585 point_double(xz1, abcd, efgh); in curve25519_ever64_base()
1586 point_double(xz1, abcd, efgh); in curve25519_ever64_base()
/openbmc/linux/arch/arc/include/asm/
H A Dentry-compact.h238 PUSH 0x003\LVL\()abcd /* Dummy ECR */
/openbmc/linux/Documentation/admin-guide/
H A Dbootconfig.rst246 root = 01234567-89ab-cdef-0123-456789abcd
254 root="01234567-89ab-cdef-0123-456789abcd" -- splash
262 root="01234567-89ab-cdef-0123-456789abcd" ro bootconfig -- splash quiet
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-include-missing-system-headers.patch59 index 614abcd..99d4061 100644
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-bx50v3.dtsi389 compatible = "pci16c3,abcd";
/openbmc/u-boot/examples/standalone/
H A DREADME.smc91111_eeprom219 Writing EEPROM register 2a with abcd
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc703 /* With arg = abcd: */
2466 * bswap32 -- 32-bit swap (signed result for mips64). a0 = abcd.
2494 * bswap32u -- unsigned 32-bit swap. a0 = ....abcd.
2541 /* t2 = 0000abcd */
/openbmc/linux/arch/m68k/ifpsp060/
H A Dftest.sa99 dc.l $feb444fc,$0000f27b,$0012abcd,$ef0142ee
/openbmc/linux/Documentation/sound/
H A Dalsa-configuration.rst2256 Quirk alias list, pass strings like ``0123abcd:5678beef``, which
2258 device 0123:abcd.
2277 ID:INTERFACE like ``0123abcd:4`` for performing the delayed
2279 device 0123:abcd is probed, the driver waits the registration
2282 assignment: 1234abcd:04" for such a device, so that user can
/openbmc/linux/tools/testing/selftests/wireguard/
H A Dnetns.sh592 allowedips+=( abcd::$i )
/openbmc/linux/Documentation/admin-guide/media/
H A Dgspca-cardlist.rst450 spca561 abcd:cdee Petcam
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_user.robot156 ... user set name ${root_userid} abcd
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff58 -# hddtemp -d /dev/hd[abcd]
59 +# hddtemp \-d /dev/hd[abcd]
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc581 For %[abcd]l we need no REX prefix, but for %{si,di,bp,sp}l we do,
582 as otherwise the encoding indicates %[abcd]h. Note that the values
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc2954 * 14: abcd....bcde....cdef....defg....efgh....fgh.....gh......h.......