/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 251 .macro GHASH_MUL_AVX GH HK T1 T2 T3 T4 T5 277 vpsrldq $4, \T2, \T5 # shift-R T5 1 DW 290 vpxor \T5, \T2, \T2 297 .macro PRECOMPUTE_AVX HK T1 T2 T3 T4 T5 T6 300 vmovdqa \HK, \T5 302 vpshufd $0b01001110, \T5, \T1 303 vpxor \T5, \T1, \T1 306 GHASH_MUL_AVX \T5, \HK, \T1, \T3, \T4, \T6, \T2 # T5 = HashKey^2<<1 mod poly 307 vmovdqa \T5, HashKey_2(arg1) # [HashKey_2] = HashKey^2<<1 mod poly 308 vpshufd $0b01001110, \T5, \T1 [all …]
|
D | aesni-intel_asm.S | 843 psrldq $4, \TMP5 # right shift T5 1 DW 1055 psrldq $4, \TMP5 # right shift T5 1 DW
|
/linux-4.4.14/crypto/ |
D | anubis.c | 387 static const u32 T5[256] = { variable 503 (T5[(K0 >> 24) ] & 0xff000000U) ^ in anubis_setkey() 504 (T5[(K0 >> 16) & 0xff] & 0x00ff0000U) ^ in anubis_setkey() 505 (T5[(K0 >> 8) & 0xff] & 0x0000ff00U) ^ in anubis_setkey() 506 (T5[(K0 ) & 0xff] & 0x000000ffU); in anubis_setkey() 508 (T5[(K1 >> 24) ] & 0xff000000U) ^ in anubis_setkey() 509 (T5[(K1 >> 16) & 0xff] & 0x00ff0000U) ^ in anubis_setkey() 510 (T5[(K1 >> 8) & 0xff] & 0x0000ff00U) ^ in anubis_setkey() 511 (T5[(K1 ) & 0xff] & 0x000000ffU); in anubis_setkey() 513 (T5[(K2 >> 24) ] & 0xff000000U) ^ in anubis_setkey() [all …]
|
D | khazad.c | 483 static const u64 T5[256] = { variable 776 T5[(int)(K1 >> 16) & 0xff] ^ in khazad_setkey() 792 T5[(int)S[(int)(K1 >> 16) & 0xff] & 0xff] ^ in khazad_setkey() 818 T5[(int)(state >> 16) & 0xff] ^ in khazad_crypt() 829 (T5[(int)(state >> 16) & 0xff] & 0x0000000000ff0000ULL) ^ in khazad_crypt()
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha256-armv4.pl | 285 my ($T0,$T1,$T2,$T3,$T4,$T5)=("q8","q9","q10","q11","d24","d25"); 343 &vshr_u32 ($T5,&Dhi(@X[3]),$sigma1[2]); 349 &veor ($T5,$T5,$T4); 358 &veor ($T5,$T5,$T4); # sigma1(X[14..15]) 361 &vadd_i32 (&Dlo(@X[0]),&Dlo(@X[0]),$T5);# X[0..1] += sigma1(X[14..15]) 370 &vshr_u32 ($T5,&Dlo(@X[0]),$sigma1[2]); 373 &veor ($T5,$T5,$T4); 385 &veor ($T5,$T5,$T4); # sigma1(X[16..17]) 388 &vadd_i32 (&Dhi(@X[0]),&Dhi(@X[0]),$T5);# X[2..3] += sigma1(X[16..17])
|
/linux-4.4.14/drivers/net/ethernet/chelsio/ |
D | Kconfig | 68 tristate "Chelsio Communications T4/T5 Ethernet support" 73 This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet 74 adapter and T5 based 40Gb Ethernet adapter. 88 bool "Data Center Bridging (DCB) Support for Chelsio T4/T5 cards" 99 bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards" 110 tristate "Chelsio Communications T4/T5 Virtual Function Ethernet support" 113 This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet 114 adapters and T5 based 40Gb Ethernet adapters with PCI-E SR-IOV Virtual
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | Kconfig | 2 tristate "Chelsio T4/T5 RDMA Driver" 6 This is an iWARP/RDMA driver for the Chelsio T4 and T5 7 1GbE, 10GbE adapters and T5 40GbE adapter.
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 236 # ymm11 T5 FUN 254 T5 = %ymm11 define 335 VMOVPS (inp5, IDX), T5 339 TRANSPOSE8 T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 350 vpshufb F, T5, T5 351 vmovdqu T5, (I*8+5)*32(%rsp)
|
/linux-4.4.14/sound/soc/pxa/ |
D | Kconfig | 123 bool "SoC Audio support for Palm T|X, T5, E2 and LifeDrive" 130 Palm T|X, T5, E2 or LifeDrive handheld computer.
|
/linux-4.4.14/arch/metag/tbx/ |
D | tbictx.S | 179 D SETD [A0.2++],T5 347 D GETD T5,[A0.2++]
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_hw.c | 1879 .fw_ver = __cpu_to_be32(FW_VERSION(T5)), 1880 .intfver_nic = FW_INTFVER(T5, NIC), 1881 .intfver_vnic = FW_INTFVER(T5, VNIC), 1882 .intfver_ri = FW_INTFVER(T5, RI), 1883 .intfver_iscsi = FW_INTFVER(T5, ISCSI), 1884 .intfver_fcoe = FW_INTFVER(T5, FCOE),
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | Kconfig | 372 bool "Palm Tungsten|T5" 379 Say Y here if you intend to run this kernel on a Palm Tungsten|T5
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 3646 .fw_ver = __cpu_to_be32(FW_VERSION(T5)), 3647 .intfver_nic = FW_INTFVER(T5, NIC), 3648 .intfver_vnic = FW_INTFVER(T5, VNIC), 3649 .intfver_ri = FW_INTFVER(T5, RI), 3650 .intfver_iscsi = FW_INTFVER(T5, ISCSI), 3651 .intfver_fcoe = FW_INTFVER(T5, FCOE),
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | Kconfig | 766 on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
|