/linux-4.4.14/crypto/ |
D | anubis.c | 320 static const u32 T4[256] = { variable 497 K0 = T4[(kappa[N - 1] >> 24) ]; in anubis_setkey() 498 K1 = T4[(kappa[N - 1] >> 16) & 0xff]; in anubis_setkey() 499 K2 = T4[(kappa[N - 1] >> 8) & 0xff]; in anubis_setkey() 500 K3 = T4[(kappa[N - 1] ) & 0xff]; in anubis_setkey() 502 K0 = T4[(kappa[i] >> 24) ] ^ in anubis_setkey() 507 K1 = T4[(kappa[i] >> 16) & 0xff] ^ in anubis_setkey() 512 K2 = T4[(kappa[i] >> 8) & 0xff] ^ in anubis_setkey() 517 K3 = T4[(kappa[i] ) & 0xff] ^ in anubis_setkey() 564 T0[T4[(v >> 24) ] & 0xff] ^ in anubis_setkey() [all …]
|
D | khazad.c | 394 static const u64 T4[256] = { variable 775 T4[(int)(K1 >> 24) & 0xff] ^ in khazad_setkey() 791 T4[(int)S[(int)(K1 >> 24) & 0xff] & 0xff] ^ in khazad_setkey() 817 T4[(int)(state >> 24) & 0xff] ^ in khazad_crypt() 828 (T4[(int)(state >> 24) & 0xff] & 0x00000000ff000000ULL) ^ in khazad_crypt()
|
D | des_generic.c | 615 #define T4(x) pt[2 * (x) + 3] macro 617 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a))
|
/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 272 vpslld $25, \GH, \T4 # packed right shifting shift << 25 275 vpxor \T4, \T2, \T2 286 vpsrld $7,\GH, \T4 # packed left shifting >> 7 288 vpxor \T4, \T2, \T2 297 .macro PRECOMPUTE_AVX HK T1 T2 T3 T4 T5 T6 306 GHASH_MUL_AVX \T5, \HK, \T1, \T3, \T4, \T6, \T2 # T5 = HashKey^2<<1 mod poly 312 GHASH_MUL_AVX \T5, \HK, \T1, \T3, \T4, \T6, \T2 # T5 = HashKey^3<<1 mod poly 318 GHASH_MUL_AVX \T5, \HK, \T1, \T3, \T4, \T6, \T2 # T5 = HashKey^4<<1 mod poly 324 GHASH_MUL_AVX \T5, \HK, \T1, \T3, \T4, \T6, \T2 # T5 = HashKey^5<<1 mod poly [all …]
|
/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"); 334 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[0]); 340 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[0]); 349 &veor ($T5,$T5,$T4); 352 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[1]); 355 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[1]); 358 &veor ($T5,$T5,$T4); # sigma1(X[14..15]) 364 &vshr_u32 ($T4,&Dlo(@X[0]),$sigma1[0]); 367 &vsli_32 ($T4,&Dlo(@X[0]),32-$sigma1[0]); 373 &veor ($T5,$T5,$T4); [all …]
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | Kconfig | 2 tristate "Chelsio T4 iSCSI support" 10 This driver supports iSCSI offload for the Chelsio T4 devices.
|
/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
|
/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 88 bool "Data Center Bridging (DCB) Support for Chelsio T4/T5 cards" 110 tristate "Chelsio Communications T4/T5 Virtual Function Ethernet support" 113 This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 235 # ymm10 T4 TMP 253 T4 = %ymm10 define 334 VMOVPS (inp4, IDX), T4 339 TRANSPOSE8 T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 348 vpshufb F, T4, T4 349 vmovdqu T4, (I*8+4)*32(%rsp)
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | Kconfig | 8 Chelsio T4-based 10Gb Converged Network Adapters.
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | interlaken-lac.dtsi | 2 * T4 Interlaken Look-aside Controller (LAC) device tree stub
|
/linux-4.4.14/arch/metag/tbx/ |
D | tbictx.S | 178 D SETD [A0.2++],T4 346 D GETD T4,[A0.2++]
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 3633 .fw_ver = __cpu_to_be32(FW_VERSION(T4)), 3634 .intfver_nic = FW_INTFVER(T4, NIC), 3635 .intfver_vnic = FW_INTFVER(T4, VNIC), 3636 .intfver_ri = FW_INTFVER(T4, RI), 3637 .intfver_iscsi = FW_INTFVER(T4, ISCSI), 3638 .intfver_fcoe = FW_INTFVER(T4, FCOE),
|
/linux-4.4.14/Documentation/networking/ |
D | vortex.txt | 63 3c905B-T4
|
/linux-4.4.14/drivers/eisa/ |
D | eisa.ids | 1225 TCM5971 "3C597 Fast Etherlink T4"
|