Home
last modified time | relevance | path

Searched refs:T3 (Results 1 – 25 of 37) sorted by relevance

12

/linux/arch/x86/crypto/
A Dghash-clmulni-intel_asm.S59 movaps T2, T3
60 pslldq $8, T3
62 pxor T3, DATA
68 psllq $1, T3
69 pxor DATA, T3
70 psllq $5, T3
71 pxor DATA, T3
72 psllq $57, T3
73 movaps T3, T2
75 psrldq $8, T3
[all …]
A Dnh-avx2-x86_64.S28 #define T3 %ymm11 macro
42 vpaddd \k0, T3, T0
43 vpaddd \k1, T3, T1
44 vpaddd \k2, T3, T2
45 vpaddd \k3, T3, T3
54 vpshufd $0x10, T3, T7
55 vpshufd $0x32, T3, T3
59 vpmuludq T7, T3, T3
85 vmovdqu (MESSAGE), T3
90 vmovdqu 0x20(MESSAGE), T3
[all …]
A Daesni-intel_avx-x86_64.S890 vpxor \HK , \T3, \T3 # T3 = (b1+b0)
1338 vpxor \T1, \T3, \T3
1363 vpxor \T1, \T3, \T3
1386 vpxor \T1, \T3, \T3
1410 vpxor \T1, \T3, \T3
1433 vpxor \T1, \T3, \T3
1457 vpxor \T1, \T3, \T3
1482 vpxor \T1, \T3, \T3
2552 vpxor \T5, \T3, \T3
2565 vpxor \T5, \T3, \T3
[all …]
A Dpoly1305-x86_64-cryptogams.pl902 vpsrlq \$30,$T3,$T3
1159 vpsrlq \$30,$T3,$T3
1212 vpaddq $H3,$T3,$T3
1846 vpermd $T3,$T0,$T3
2026 vpsrlq \$30,$T3,$T3
3083 vpsllq \$20,$T3,$T3
3240 vpxorq $T3,$T3,$T3
3253 vpsllq \$20,$T3,$T3
3316 vpsllq \$20,$T3,$T3
3617 vpsllq \$20,$T3,$T3
[all …]
A Dnh-sse2-x86_64.S23 #define T3 %xmm11 macro
43 movdqa T1, T3
47 paddd \k3, T3
56 pshufd $0x10, T3, T7
57 pshufd $0x32, T3, T3
61 pmuludq T7, T3
65 paddq T3, PASS3_SUMS
/linux/arch/arm64/crypto/
A Dnh-neon-core.S28 T3 .req v11
37 ld1 {T3.16b}, [MESSAGE], #16
43 add T0.4s, T3.4s, \k0\().4s
44 add T1.4s, T3.4s, \k1\().4s
45 add T2.4s, T3.4s, \k2\().4s
46 add T3.4s, T3.4s, \k3\().4s
52 mov T7.d[0], T3.d[1]
56 umlal PASS3_SUMS.2d, T3.2s, T7.2s
A Dsha512-armv8.pl487 &ext_8 ($T3,@X[2],@X[3],4); # X[9..12]
497 &add_32 (@X[0],@X[0],$T3); # X[0..3] += X[9..12]
502 &ushr_32 ($T3,$T0,$sigma0[1]);
508 &sli_32 ($T3,$T0,32-$sigma0[1]);
514 &eor_8 ($T1,$T1,$T3); # sigma0(X[1..4])
523 &ushr_32 ($T3,$T7,$sigma1[1]);
529 &sli_u32 ($T3,$T7,32-$sigma1[1]);
536 &eor_8 ($T5,$T5,$T3); # sigma1(X[14..15])
661 ld1.32 {$T3},[$Ktbl], #16
671 add.32 $T3,$T3,@X[3]
[all …]
/linux/crypto/
A Danubis.c253 static const u32 T3[256] = { variable
543 inter[i] ^= T3[(kappa[j ] ) & 0xff]; in anubis_setkey()
565 T3[T4[(v ) & 0xff] & 0xff]; in anubis_setkey()
597 T3[(state[3] >> 24) ] ^ in anubis_crypt()
603 T3[(state[3] >> 16) & 0xff] ^ in anubis_crypt()
609 T3[(state[3] >> 8) & 0xff] ^ in anubis_crypt()
615 T3[(state[3] ) & 0xff] ^ in anubis_crypt()
631 (T3[(state[3] >> 24) ] & 0x000000ffU) ^ in anubis_crypt()
637 (T3[(state[3] >> 16) & 0xff] & 0x000000ffU) ^ in anubis_crypt()
643 (T3[(state[3] >> 8) & 0xff] & 0x000000ffU) ^ in anubis_crypt()
[all …]
A Dkhazad.c305 static const u64 T3[256] = { variable
774 T3[(int)(K1 >> 32) & 0xff] ^ in khazad_setkey()
790 T3[(int)S[(int)(K1 >> 32) & 0xff] & 0xff] ^ in khazad_setkey()
816 T3[(int)(state >> 32) & 0xff] ^ in khazad_crypt()
827 (T3[(int)(state >> 32) & 0xff] & 0x000000ff00000000ULL) ^ in khazad_crypt()
/linux/arch/arm/crypto/
A Dnh-neon-core.S45 T3 .req q11
52 vld1.8 {T3}, [MESSAGE]!
58 vadd.u32 T0, T3, \k0
59 vadd.u32 T1, T3, \k1
60 vadd.u32 T2, T3, \k2
61 vadd.u32 T3, T3, \k3
A Dsha256-armv4.pl292 my ($T0,$T1,$T2,$T3,$T4,$T5)=("q8","q9","q10","q11","d24","d25");
332 &vshr_u32 ($T3,$T0,$sigma0[1]);
338 &vsli_32 ($T3,$T0,32-$sigma0[1]);
344 &veor ($T1,$T1,$T3); # sigma0(X[1..4])
487 vld1.32 {$T3},[$Ktbl,:128]!
502 vadd.i32 $T3,$T3,@X[3]
504 vst1.32 {$T3},[$Xfer,:128]!
A Dghash-ce-core.S84 T3 .req q8
211 1: vld1.8 {T3-T2}, [r2]!
221 vrev64.8 T3, T3
/linux/drivers/block/drbd/
A Ddrbd_state.h45 #define NS3(T1, S1, T2, S2, T3, S3) \ argument
47 mask.T2 = T2##_MASK; mask.T3 = T3##_MASK; mask; }), \
49 val.T2 = (S2); val.T3 = (S3); val; })
56 #define _NS3(D, T1, S1, T2, S2, T3, S3) \ argument
58 __ns.T2 = (S2); __ns.T3 = (S3); __ns; })
/linux/arch/mips/mm/
A Dpage.c47 #define T3 11 macro
484 build_copy_load(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
492 build_copy_store(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
506 build_copy_load(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
516 build_copy_store(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
529 build_copy_load(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
537 build_copy_store(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
547 build_copy_load(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
558 build_copy_store(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
571 build_copy_load(&buf, T3, off + 3 * copy_word_size); in build_copy_page()
[all …]
/linux/arch/sparc/crypto/
A Daes_asm.S17 AES_EROUND23(KEY_BASE + 2, I2, I3, T3) \
20 AES_EROUND01(KEY_BASE + 4, T2, T3, I2) \
21 AES_EROUND23(KEY_BASE + 6, T2, T3, I3)
33 AES_EROUND23(KEY_BASE + 2, I2, I3, T3) \
36 AES_EROUND01_L(KEY_BASE + 4, T2, T3, I2) \
37 AES_EROUND23_L(KEY_BASE + 6, T2, T3, I3)
118 AES_DROUND23(KEY_BASE + 0, I2, I3, T3) \
122 AES_DROUND23(KEY_BASE + 4, T2, T3, I3) \
123 AES_DROUND01(KEY_BASE + 6, T2, T3, I2)
134 AES_DROUND23(KEY_BASE + 0, I2, I3, T3) \
[all …]
/linux/drivers/scsi/cxgbi/cxgb3i/
A DKconfig3 tristate "Chelsio T3 iSCSI support"
12 This driver supports iSCSI offload for the Chelsio T3 devices.
/linux/scripts/coccinelle/free/
A Dput_device.cocci16 type T,T1,T2,T3;
33 | (T3)platform_get_drvdata(id)
/linux/arch/mips/kvm/
A Dentry.c34 #define T3 11 macro
41 #define T3 15 macro
369 UASM_i_ADDU(&p, T3, T1, T2); in kvm_mips_build_enter_guest()
370 UASM_i_LW(&p, K0, 0, T3); in kvm_mips_build_enter_guest()
376 uasm_i_addiu(&p, T3, ZERO, sizeof(struct cpuinfo_mips)/sizeof(long)); in kvm_mips_build_enter_guest()
377 uasm_i_mul(&p, T2, T2, T3); in kvm_mips_build_enter_guest()
/linux/drivers/iio/pressure/
A Dbmp280-core.c59 s16 T3; member
129 enum { T1, T2, T3 }; enumerator
176 calib->T3 = le16_to_cpu(t_buf[T3]); in bmp280_read_calib()
296 ((s32)calib->T3)) >> 14; in bmp280_compensate_temp()
/linux/tools/perf/arch/riscv/util/
A Dunwind-libdw.c49 dwarf_regs[28] = REG(T3); in libdw__arch_set_initial_registers()
/linux/Documentation/devicetree/bindings/rng/
A Dsparc_sun_oracle_rng.txt9 …- 'SUNW,kt-rng' for Rainbow/Yosemite Falls Platform (SUN SPARC T3/T4), (UltraSPARC KT/Niagara 3 - …
/linux/drivers/net/ethernet/chelsio/
A DKconfig50 tristate "Chelsio Communications T3 10Gb Ethernet support"
55 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
/linux/Documentation/devicetree/bindings/display/panel/
A Dpanel-edp.yaml56 HPD :<T3>| : : |
102 from power on (timing T3 in the diagram above). If we have no way to
/linux/arch/arm64/boot/dts/qcom/
A Dsc7180-trogdor-pompom.dtsi115 MATRIX_KEY(0x02, 0x02, 0) /* T3 */
/linux/Documentation/admin-guide/media/
A Ddvb-usb-dib0700-cardlist.rst147 * - Terratec Cinergy T USB XXS (HD)/ T3

Completed in 54 milliseconds

12