Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Ddes_generic.c38 static const u8 pc1[256] = { variable
637 d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d = pc1[d]; in des_ekey()
638 c = k[5]; c &= 0x0e; c <<= 4; c |= k[1] & 0x1e; c = pc1[c]; in des_ekey()
639 b = k[6]; b &= 0x0e; b <<= 4; b |= k[2] & 0x1e; b = pc1[b]; in des_ekey()
640 a = k[7]; a &= 0x0e; a <<= 4; a |= k[3] & 0x1e; a = pc1[a]; in des_ekey()
665 d = k[0]; d &= 0xe0; d >>= 4; d |= k[4] & 0xf0; d = pc1[d + 1]; in des_ekey()
666 c = k[1]; c &= 0xe0; c >>= 4; c |= k[5] & 0xf0; c = pc1[c + 1]; in des_ekey()
667 b = k[2]; b &= 0xe0; b >>= 4; b |= k[6] & 0xf0; b = pc1[b + 1]; in des_ekey()
668 a = k[3]; a &= 0xe0; a >>= 4; a |= k[7] & 0xf0; a = pc1[a + 1]; in des_ekey()
720 d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d = pc1[d]; in dkey()
[all …]
/linux-2.6.39/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dpinmux_defs.h184 unsigned int pc1 : 1; member
209 unsigned int pc1 : 1; member
/linux-2.6.39/arch/s390/include/asm/
Detr.h128 unsigned int pc1 : 1; /* port 1 state change */ member
/linux-2.6.39/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dpinmux_defs.h194 unsigned int pc1 : 1; member
/linux-2.6.39/arch/s390/kernel/
Dtime.c569 if (intparm->pc1) in etr_timing_alert()
/linux-2.6.39/arch/cris/arch-v32/drivers/
DKconfig802 default "pc1"