Home
last modified time | relevance | path

Searched refs:T5 (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
Daesni-intel_avx-x86_64.S251 .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 …]
Daesni-intel_asm.S843 psrldq $4, \TMP5 # right shift T5 1 DW
1055 psrldq $4, \TMP5 # right shift T5 1 DW
/linux-4.1.27/crypto/
Danubis.c387 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 …]
Dkhazad.c483 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.1.27/arch/arm/crypto/
Dsha256-armv4.pl285 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.1.27/drivers/net/ethernet/chelsio/
DKconfig70 tristate "Chelsio Communications T4/T5 Ethernet support"
75 This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet
76 adapter and T5 based 40Gb Ethernet adapter.
90 bool "Data Center Bridging (DCB) Support for Chelsio T4/T5 cards"
101 bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards"
112 tristate "Chelsio Communications T4/T5 Virtual Function Ethernet support"
115 This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet
116 adapters and T5 based 40Gb Ethernet adapters with PCI-E SR-IOV Virtual
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
DKconfig2 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.1.27/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S236 # 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.1.27/sound/soc/pxa/
DKconfig123 bool "SoC Audio support for Palm T|X, T5, E2 and LifeDrive"
130 Palm T|X, T5, E2 or LifeDrive handheld computer.
/linux-4.1.27/arch/metag/tbx/
Dtbictx.S179 D SETD [A0.2++],T5
347 D GETD T5,[A0.2++]
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.c1879 .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.1.27/arch/arm/mach-pxa/
DKconfig372 bool "Palm Tungsten|T5"
379 Say Y here if you intend to run this kernel on a Palm Tungsten|T5
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3502 .fw_ver = __cpu_to_be32(FW_VERSION(T5)),
3503 .intfver_nic = FW_INTFVER(T5, NIC),
3504 .intfver_vnic = FW_INTFVER(T5, VNIC),
3505 .intfver_ri = FW_INTFVER(T5, RI),
3506 .intfver_iscsi = FW_INTFVER(T5, ISCSI),
3507 .intfver_fcoe = FW_INTFVER(T5, FCOE),
/linux-4.1.27/drivers/input/touchscreen/
DKconfig729 on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.