Searched refs:x4 (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/crypto/ |
D | seed.c | 337 u32 i, t0, t1, x1, x2, x3, x4; in seed_set_key() local 342 x4 = be32_to_cpu(key[3]); in seed_set_key() 346 t1 = x2 + KC[i] - x4; in seed_set_key() 358 x3 = (x3 << 8) ^ (x4 >> 24); in seed_set_key() 359 x4 = (x4 << 8) ^ (t0 >> 24); in seed_set_key() 373 u32 x1, x2, x3, x4, t0, t1; in seed_encrypt() local 379 x4 = be32_to_cpu(src[3]); in seed_encrypt() 381 OP(x1, x2, x3, x4, 0); in seed_encrypt() 382 OP(x3, x4, x1, x2, 2); in seed_encrypt() 383 OP(x1, x2, x3, x4, 4); in seed_encrypt() [all …]
|
D | serpent_generic.c | 50 #define LK(x0, x1, x2, x3, x4, i) ({ \ argument 52 x2 = rol32(x2, 3); x1 ^= x0; x4 = x0 << 3; \ 54 x1 = rol32(x1, 1); x3 ^= x4; \ 55 x3 = rol32(x3, 7); x4 = x1; \ 56 x0 ^= x1; x4 <<= 7; x2 ^= x3; \ 57 x0 ^= x3; x2 ^= x4; x3 ^= k[4*i+3]; \ 62 #define KL(x0, x1, x2, x3, x4, i) ({ \ argument 65 x4 = x1; x2 ^= x3; x0 ^= x3; \ 66 x4 <<= 7; x0 ^= x1; x1 = ror32(x1, 1); \ 67 x2 ^= x4; x3 = ror32(x3, 7); x4 = x0 << 3; \ [all …]
|
/linux-4.19.296/drivers/eisa/ |
D | eisa.ids | 997 ISAC000 "Corollary 8x4 Mux (Jumpers)" 998 ISAC001 "Corollary 8x4 Mux (Rotary Switches)" 999 ISAC002 "Corollary 8x4"
|