Home
last modified time | relevance | path

Searched refs:pc1 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/lib/crypto/
H A Ddes.c30 static const u8 pc1[256] = { variable
629 d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d = pc1[d]; in des_ekey()
630 c = k[5]; c &= 0x0e; c <<= 4; c |= k[1] & 0x1e; c = pc1[c]; in des_ekey()
631 b = k[6]; b &= 0x0e; b <<= 4; b |= k[2] & 0x1e; b = pc1[b]; in des_ekey()
632 a = k[7]; a &= 0x0e; a <<= 4; a |= k[3] & 0x1e; a = pc1[a]; in des_ekey()
657 d = k[0]; d &= 0xe0; d >>= 4; d |= k[4] & 0xf0; d = pc1[d + 1]; in des_ekey()
658 c = k[1]; c &= 0xe0; c >>= 4; c |= k[5] & 0xf0; c = pc1[c + 1]; in des_ekey()
720 d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d = pc1[d]; in dkey()
721 c = k[5]; c &= 0x0e; c <<= 4; c |= k[1] & 0x1e; c = pc1[c]; in dkey()
722 b = k[6]; b &= 0x0e; b <<= 4; b |= k[2] & 0x1e; b = pc1[b]; in dkey()
[all …]
/openbmc/linux/mm/kmsan/
H A Dreport.c88 void *pc1 = NULL, *pc2 = NULL; in kmsan_print_origin() local
103 pc1 = (void *)entries[2]; in kmsan_print_origin()
107 if (pc1) in kmsan_print_origin()
108 pr_err(" %pSb\n", pc1); in kmsan_print_origin()
/openbmc/linux/arch/mips/boot/dts/ralink/
H A DMakefile10 mt7621-gnubee-gb-pc1.dtb \
H A Dmt7621-gnubee-gb-pc1.dts10 compatible = "gnubee,gb-pc1", "mediatek,mt7621-soc";
/openbmc/linux/Documentation/devicetree/bindings/mips/
H A Dralink.yaml81 - gnubee,gb-pc1
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dbrcm,bcm11351-pinctrl.yaml65 nand_oen, nand_rdy_0, nand_rdy_1, nand_wen, nand_wp, pc1,
158 nand_wen, nand_wp, pc1, pc2, pmu_int,
/openbmc/u-boot/drivers/spi/
H A Ddavinci_spi.c100 dv_reg pc1; /* 0x18 */ member
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-colibri.dtsi269 lcd-pwr1-pc1 {
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_85xx.h2770 u32 pc1; /* PMAN Control Register 1 */ member