Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 15 of 15) sorted by relevance

/lib/crypto/arm/
A Dsha512-armv4.pl75 $t2="r11";
122 eor $t0,$t0,$t2
130 eor $t0,$t0,$t2
140 and $t0,$t2,#0xff
168 and $t0,$Alo,$t2
172 orr $Alo,$Alo,$t2
178 and $Ahi,$Ahi,$t2
420 adds $t2,$Tlo,$t2
437 adds $t2,$Tlo,$t2
452 adds $t2,$Tlo,$t2
[all …]
A Dsha256-armv4.pl63 $t2="r12";
114 and $t2,$t2,#0xff
136 ($t2,$t3)=($t3,$t2);
149 eor $t2,$t2,$t4,ror#$sigma1[1]
152 eor $t2,$t2,$t4,lsr#$sigma1[2] @ sigma1(X[i+14])
155 add $t2,$t2,$t0
240 eor $t2,$t2,$t2
272 cmp $inp,$t2
476 mov $t2,sp
509 eor $t2,$t2,$t2
[all …]
/lib/crypto/arm64/
A Dsha2-armv8.pl141 add $h,$h,$t2 // h+=K[i]
144 bic $t2,$g,$e
167 bic $t2,$g,$e
192 ($t2,$t3)=($t3,$t2);
253 cbnz $t2,.Loop_16_xx
680 mov $t2,wzr
713 ldp $t2,$t3,[$ctx,#8]
717 add $C,$C,$t2
719 ldp $t2,$t3,[$ctx,#24]
724 add $G,$G,$t2
[all …]
/lib/zlib_dfltcc/
A Ddfltcc_util.h39 Byte *t2 = op1 ? *op1 : NULL; in dfltcc() local
40 unsigned char *orig_t2 = t2; in dfltcc()
46 register Byte *r2 __asm__("r2") = t2; in dfltcc()
64 t2 = r2; t3 = r3; t4 = r4; t5 = r5; in dfltcc()
81 t2 - orig_t2 + in dfltcc()
86 kmsan_unpoison_memory(orig_t2, t2 - orig_t2); in dfltcc()
91 *op1 = t2; in dfltcc()
/lib/crypto/
A Dsha512.c83 u64 t1, t2; in sha512_block_generic() local
98 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha512_block_generic()
100 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha512_block_generic()
102 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha512_block_generic()
104 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha512_block_generic()
106 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha512_block_generic()
108 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha512_block_generic()
110 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha512_block_generic()
112 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha512_block_generic()
A Dcurve25519-fiat32.c578 fe_sq_tt(&t2, &t2); in fe_loose_invert()
582 fe_sq_tt(&t2, &t2); in fe_loose_invert()
583 fe_mul_ttt(&t2, &t2, &t1); in fe_loose_invert()
587 fe_mul_ttt(&t2, &t3, &t2); in fe_loose_invert()
588 fe_sq_tt(&t2, &t2); in fe_loose_invert()
590 fe_sq_tt(&t2, &t2); in fe_loose_invert()
594 fe_sq_tt(&t2, &t2); in fe_loose_invert()
595 fe_mul_ttt(&t2, &t2, &t1); in fe_loose_invert()
599 fe_mul_ttt(&t2, &t3, &t2); in fe_loose_invert()
600 fe_sq_tt(&t2, &t2); in fe_loose_invert()
[all …]
A Dcurve25519-hacl64.c629 u64 t2 = input[2]; in format_fcontract_first_carry_pass() local
634 u64 t2_ = t2 + (t1_ >> 51); in format_fcontract_first_carry_pass()
657 u64 t2 = input[2]; in format_fcontract_second_carry_pass() local
662 u64 t2_ = t2 + (t1_ >> 51); in format_fcontract_second_carry_pass()
720 u64 t2 = input[2]; in format_fcontract_store() local
724 u64 o1 = t2 << 38 | t1 >> 13; in format_fcontract_store()
725 u64 o2 = t3 << 25 | t2 >> 26; in format_fcontract_store()
A Dsha256.c68 u32 t1, t2; \
70 t2 = e0(a) + Maj(a, b, c); \
72 h = t1 + t2; \
/lib/
A Dlocking-selftest.c1689 t2 = t; in ww_test_fail_acquire()
1858 t2 = t; in ww_test_edeadlk_normal()
1884 t2 = t; in ww_test_edeadlk_normal_slow()
1910 t2 = t; in ww_test_edeadlk_no_unlock()
1935 t2 = t; in ww_test_edeadlk_no_unlock_slow()
1960 t2 = t; in ww_test_edeadlk_acquire_more()
1981 t2 = t; in ww_test_edeadlk_acquire_more_slow()
2006 t2 = t; in ww_test_edeadlk_acquire_more_edeadlk()
2032 t2 = t; in ww_test_edeadlk_acquire_more_edeadlk_slow()
2053 t2 = t; in ww_test_edeadlk_acquire_wrong()
[all …]
A Dlwq.c103 struct llist_node *l, **t1, *t2; in lwq_test() local
139 lwq_for_each_safe(t, t1, t2, &l, n) { in lwq_test()
/lib/tests/
A Doverflow_kunit.c48 #define DEFINE_TEST_ARRAY_TYPED(t1, t2, t) \ argument
49 static const struct test_ ## t1 ## _ ## t2 ## __ ## t { \
51 t2 b; \
54 } t1 ## _ ## t2 ## __ ## t ## _tests[]
812 __t2 t2; \ in overflows_type_test()
1013 #define TEST_SAME_TYPE(t1, t2, same) do { \ in same_type_test() argument
1016 typeof(t2) __t2h = type_max(t2); \ in same_type_test()
1017 typeof(t2) __t2l = type_min(t2); \ in same_type_test()
1022 KUNIT_EXPECT_EQ(test, true, __same_type(t2, __t2h)); \ in same_type_test()
1023 KUNIT_EXPECT_EQ(test, true, __same_type(t2, __t2l)); \ in same_type_test()
[all …]
/lib/crypto/mips/
A Dpoly1305-mips.pl40 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
227 ($s0,$s1,$s2,$s3,$s4,$s5,$in0,$in1,$t2);
548 ($a4,$a5,$a6,$a7,$at,$t0,$t1,$t2);
737 my $shr = $t2; # used on R6
738 my $one = $t2; # used on R2
A Dchacha-core.S13 #define X2 $t2
/lib/crypto/riscv/
A Dchacha-riscv64-zvkb.S60 #define VL t2
/lib/zstd/compress/
A Dzstd_lazy.c1046 const uint8x16_t t2 = vsriq_n_u8(t1, t0, 2); in ZSTD_row_getNEONMask() local
1047 const uint8x16_t t3 = vsriq_n_u8(t2, t2, 4); in ZSTD_row_getNEONMask()

Completed in 49 milliseconds