Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-load-avx2.h7 t1 = _mm256_unpacklo_epi64(m2, m3); \
8 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \
14 t1 = _mm256_unpackhi_epi64(m2, m3); \
15 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \
21 t1 = _mm256_unpacklo_epi64(m6, m7); \
22 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \
28 t1 = _mm256_unpackhi_epi64(m6, m7); \
29 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \
35 t1 = _mm256_unpackhi_epi64(m4, m6); \
36 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \
[all …]
/freebsd/sys/contrib/libb2/
H A Dblake2s-load-sse41.h31 t1 = _mm_slli_si128(m3, 4); \
49 t1 = _mm_slli_si128(m3, 4); \
67 t1 = _mm_srli_si128(m1, 12); \
97 buf = _mm_unpacklo_epi64(t1,t0);
117 t1 = _mm_slli_si128(t0, 8); \
124 buf = _mm_unpacklo_epi64(t0,t1);
133 t1 = _mm_srli_si128(m3, 4); \
149 t1 = _mm_srli_si128(m1, 4); \
155 t1 = _mm_srli_si128(m1, 4); \
170 t1 = _mm_srli_si128(m0,4); \
[all …]
/freebsd/crypto/openssl/crypto/seed/
H A Dseed.c450 seed_word t0, t1; in SEED_set_key() local
458 t1 = (x2 - x4 + KC0) & 0xffffffff; in SEED_set_key()
510 seed_word t0, t1; in SEED_encrypt() local
518 E_SEED(t0, t1, x1, x2, x3, x4, 0); in SEED_encrypt()
519 E_SEED(t0, t1, x3, x4, x1, x2, 2); in SEED_encrypt()
520 E_SEED(t0, t1, x1, x2, x3, x4, 4); in SEED_encrypt()
521 E_SEED(t0, t1, x3, x4, x1, x2, 6); in SEED_encrypt()
522 E_SEED(t0, t1, x1, x2, x3, x4, 8); in SEED_encrypt()
555 seed_word t0, t1; in SEED_decrypt() local
574 E_SEED(t0, t1, x3, x4, x1, x2, 8); in SEED_decrypt()
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_x86ni.c68 *t1 = _mm_xor_si128(*t1, t4); in expand_step192()
70 *t1 = _mm_xor_si128(*t1, t4); in expand_step192()
72 *t1 = _mm_xor_si128(*t1, t4); in expand_step192()
73 *t1 = _mm_xor_si128(*t1, *t2); in expand_step192()
88 *t1 = _mm_xor_si128(*t1, t4); in expand_step256_1()
90 *t1 = _mm_xor_si128(*t1, t4); in expand_step256_1()
92 *t1 = _mm_xor_si128(*t1, t4); in expand_step256_1()
93 *t1 = _mm_xor_si128(*t1, *t2); in expand_step256_1()
158 sk[0] = t1; in x86ni_keysched()
179 sk[12] = t1; in x86ni_keysched()
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl35 $t1="r1";
75 mov $t1,$c
76 eor $t1,$d
77 and $t1,$b
86 mov $t1,$b
87 eor $t1,$c
96 mov $t1,$b
97 and $t1,$c
143 ldrb $a,[$t1,#0] @ $t1 is r1 and holds inp
153 add $t1,#4
[all …]
H A Dsha512-armv4.pl117 eor $t1,$t1,$Elo,lsl#18
120 eor $t1,$t1,$Ehi,lsr#18
124 eor $t1,$t1,$Elo,lsr#9
138 eor $t1,$t1,$t3
142 and $t1,$t1,$Ehi
172 eor $t1,$t1,$Alo,lsl#4
174 eor $t1,$t1,$Alo,lsr#2
178 eor $t1,$t1,$Alo,lsr#7
442 adc $t1,$Ahi,$t1
459 adc $t1,$Ahi,$t1
[all …]
H A Dsha256-armv4.pl98 rev $t1,$t1
105 orr $t1,$t1,$t2,lsl#8
107 orr $t1,$t1,$t0,lsl#16
112 orr $t1,$t1,$t2,lsl#24
120 eor $t1,$f,$g
122 and $t1,$t1,$e
124 eor $t1,$t1,$g @ Ch(e,f,g)
171 add $t1,$t1,$t2
173 add $t1,$t1,$t4 @ X[i]
278 add $B,$B,$t1
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dsafestack.h.in38 STACK_OF(t1); \
68 STACK_OF(t1); \
80 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
88 …static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_reserve(sk_##t1##_compfunc compare, int…
96 static ossl_unused ossl_inline void sk_##t1##_free(STACK_OF(t1) *sk) \
100 static ossl_unused ossl_inline void sk_##t1##_zero(STACK_OF(t1) *sk) \
121 static ossl_unused ossl_inline t2 *sk_##t1##_pop(STACK_OF(t1) *sk) \
129 …static ossl_unused ossl_inline void sk_##t1##_pop_free(STACK_OF(t1) *sk, sk_##t1##_freefunc freefu…
161 static ossl_unused ossl_inline STACK_OF(t1) * sk_##t1##_dup(const STACK_OF(t1) *sk) \
165 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_deep_copy(const STACK_OF(t1) *sk, \
[all …]
H A Dsafestack.h35 STACK_OF(t1); \
65 STACK_OF(t1); \
77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
85 …static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_reserve(sk_##t1##_compfunc compare, int…
93 static ossl_unused ossl_inline void sk_##t1##_free(STACK_OF(t1) *sk) \
97 static ossl_unused ossl_inline void sk_##t1##_zero(STACK_OF(t1) *sk) \
118 static ossl_unused ossl_inline t2 *sk_##t1##_pop(STACK_OF(t1) *sk) \
126 …static ossl_unused ossl_inline void sk_##t1##_pop_free(STACK_OF(t1) *sk, sk_##t1##_freefunc freefu…
158 static ossl_unused ossl_inline STACK_OF(t1) * sk_##t1##_dup(const STACK_OF(t1) *sk) \
162 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_deep_copy(const STACK_OF(t1) *sk, \
[all …]
/freebsd/share/misc/
H A Dscsi_modes61 {RLEC} t1
63 {NUAR} t1
65 {DQue} t1
67 {RAC} t1
69 {SWP} t1
73 {ATO} t1
74 {TAS} t1
86 {DLC} t1
184 {IC} t1
190 {MF} t1
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Dx25519-ppc64.pl328 mulhdu $t1,$t1,$bi
346 subfe $t1,$t1,$t1 # carry -> ~mask
379 subfe $t1,$t1,$t1 # carry -> ~mask
380 andc $t1,$t0,$t1
387 subfe $t1,$t1,$t1 # carry -> ~mask
420 subfe $t1,$t1,$t1 # borrow -> mask
422 and $t1,$t0,$t1
429 subfe $t1,$t1,$t1 # borrow -> mask
721 ($a4,$t1) = ($t1,$a4);
724 mulhdu $t1,$t1,$a4
[all …]
H A Decp_nistp521-ppc64.pl180 vmsumudm $out[1],$t1,$t2,$vzero
183 vmsumudm $out[2],$t1,$t2,$vzero
187 vmsumudm $out[3],$t1,$t2,$vzero
193 vmsumudm $out[4],$t1,$t2,$vzero
199 vmsumudm $out[5],$t1,$t2,$vzero
240 mtvsrdd $t1,$one,$zero
245 vsld $in2[$i],$in2[$i],$t1
334 mtvsrdd $t1,$one,$zero
339 vsld $inx2[$i],$in[$i],$t1
388 mtvsrdd $t1,$one,$zero
[all …]
H A Decp_nistz256-x86_64.pl144 mov $a1, $t1
195 mov $a1, $t1
216 mov $a2, $t1
219 shl \$63, $t1
222 or $t1, $a1
268 mov $a1, $t1
290 mov $a1, $t1
2060 mulq $t1
2073 mulq $t1
2086 mulq $t1
[all …]
H A Decp_nistz256-armv8.pl277 mov $t1,$acc1
302 mov $t1,$acc1
313 mov $t1,$a1
742 mov $t1,$acc1
783 mov $t1,$acc1
805 mov $t1,$acc1
815 mov $t1,$a1
1080 csel $t1,$a1,$t1,ne
1101 csel $t1,$a1,$t1,ne
1290 csel $t1,$a1,$t1,ne
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-armv4.pl63 $t1="r4";
730 eor $t1,$t1,$t2 @ rk[12]=rk[4]^...
830 sub $t1,$t1,$t1,lsr#7
831 and $t1,$t1,$mask1b
836 sub $t1,$t1,$t1,lsr#7
837 and $t1,$t1,$mask1b
842 sub $t1,$t1,$t1,lsr#7
843 and $t1,$t1,$mask1b
848 eor $t1,$t1,$s3 @ tpe
849 eor $t1,$t1,$s1,ror#24
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl111 mov $hi,$t1,lsr#29
120 eor $lo,$lo,$t1,lsl#9
121 eor $hi,$hi,$t1,lsr#23
157 eor $hi,$hi,$t1,lsr#5
275 vmull.p8 $t1, $t1#lo, $b @ H = A2*B
282 veor $t1, $t1, $t3 @ M = G + H
287 veor $t1#lo, $t1#lo, $t1#hi @ t1 = (M) (P2 + P3) << 16
288 vand $t1#hi, $t1#hi, $k32
292 veor $t1#lo, $t1#lo, $t1#hi
298 vext.8 $t1, $t1, $t1, #14
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dtimeval.c47 timevalfix(struct timeval *t1) in timevalfix() argument
49 if (t1->tv_usec < 0) { in timevalfix()
50 t1->tv_sec--; in timevalfix()
51 t1->tv_usec += 1000000; in timevalfix()
54 t1->tv_sec++; in timevalfix()
55 t1->tv_usec -= 1000000; in timevalfix()
66 t1->tv_sec += t2->tv_sec; in timevaladd()
67 t1->tv_usec += t2->tv_usec; in timevaladd()
68 timevalfix(t1); in timevaladd()
78 t1->tv_sec -= t2->tv_sec; in timevalsub()
[all …]
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghashp8-ppc.pl104 vsrab $t1,$t1,$t2 # broadcast carry bit
105 vand $t1,$t1,$xC2
130 vxor $Xh,$Xh,$t1
137 vxor $t1,$t1,$Xh
169 vxor $Xh,$Xh,$t1
182 vxor $t1,$t1,$Xh
184 vxor $Xl,$Xl,$t1
250 vxor $t1,$t1,$Xh
339 vxor $t1,$t1,$Xh
365 vxor $t1,$t1,$Xh
[all …]
H A Dghashv8-armx.pl118 vext.8 $IN,$t1,$t1,#8
120 vdup.32 $t1,${t1}[1]
155 veor $t1,$t1,$H2
169 vpmull.p64 $Ym,$t1,$t1
201 veor $t1,$t1,$H2
232 vrev64.8 $t1,$t1
234 vext.8 $IN,$t1,$t1,#8
328 vrev64.8 $t1,$t1
330 vext.8 $In,$t1,$t1,#8
366 vrev64.8 $t1,$t1
[all …]
/freebsd/lib/msun/src/
H A De_hypot.c86 t1=0; in hypot()
88 b *= t1; in hypot()
89 a *= t1; in hypot()
102 t1 = 0; in hypot()
104 t2 = a-t1; in hypot()
105 w = sqrt(t1*t1-(b*(-b)-t2*(a+t1))); in hypot()
111 t1 = 0; in hypot()
113 t2 = a - t1; in hypot()
114 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b))); in hypot()
117 t1 = 0.0; in hypot()
[all …]
H A De_hypotl.c81 t1=1; in hypotl()
83 b *= t1; in hypotl()
84 a *= t1; in hypotl()
97 t1 = a; in hypotl()
99 uv.e = t1; uv.bits.manl = 0; t1 = uv.e; in hypotl()
100 t2 = a-t1; in hypotl()
101 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1))); in hypotl()
108 t1 = a; in hypotl()
109 uv.e = t1; uv.bits.manl = 0; t1 = uv.e; in hypotl()
111 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
[all …]
/freebsd/usr.bin/ktrace/
H A Dsubr.c98 t1->tv_sec += t2->tv_sec; in timevaladd()
99 t1->tv_usec += t2->tv_usec; in timevaladd()
100 timevalfix(t1); in timevaladd()
106 t1->tv_sec -= t2->tv_sec; in timevalsub()
107 t1->tv_usec -= t2->tv_usec; in timevalsub()
108 timevalfix(t1); in timevalsub()
114 if (t1->tv_usec < 0) { in timevalfix()
115 t1->tv_sec--; in timevalfix()
116 t1->tv_usec += 1000000; in timevalfix()
119 t1->tv_sec++; in timevalfix()
[all …]
/freebsd/crypto/openssh/
H A Dsmult_curve25519_ref.c191 unsigned int t1[32]; in recip() local
195 /* 4 */ square(t1,z2); in recip()
196 /* 8 */ square(t0,t1); in recip()
203 /* 2^7 - 2^2 */ square(t1,t0); in recip()
204 /* 2^8 - 2^3 */ square(t0,t1); in recip()
211 /* 2^20 - 2^10 */ for (i = 2;i < 10;i += 2) { square(t0,t1); square(t1,t0); } in recip()
216 /* 2^40 - 2^20 */ for (i = 2;i < 20;i += 2) { square(t0,t1); square(t1,t0); } in recip()
221 /* 2^50 - 2^10 */ for (i = 2;i < 10;i += 2) { square(t1,t0); square(t0,t1); } in recip()
226 /* 2^100 - 2^50 */ for (i = 2;i < 50;i += 2) { square(t0,t1); square(t1,t0); } in recip()
231 /* 2^200 - 2^100 */ for (i = 2;i < 100;i += 2) { square(t1,t0); square(t0,t1); } in recip()
[all …]
H A Drijndael.c765 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
861 t1 = in rijndaelEncrypt()
887 Te1[(t1 >> 16) & 0xff] ^ in rijndaelEncrypt()
892 Te0[(t1 >> 24) ] ^ in rijndaelEncrypt()
901 Te3[(t1 ) & 0xff] ^ in rijndaelEncrypt()
906 Te2[(t1 >> 8) & 0xff] ^ in rijndaelEncrypt()
1046 t1 =
1074 Td3[(t1 ) & 0xff] ^
1077 Td0[(t1 >> 24) ] ^
1084 Td1[(t1 >> 16) & 0xff] ^
[all …]
/freebsd/sys/crypto/rijndael/
H A Drijndael-alg-fst.c862 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
958 t1 = in rijndaelEncrypt()
984 Te1[(t1 >> 16) & 0xff] ^ in rijndaelEncrypt()
989 Te0[(t1 >> 24) ] ^ in rijndaelEncrypt()
998 Te3[(t1 ) & 0xff] ^ in rijndaelEncrypt()
1003 Te2[(t1 >> 8) & 0xff] ^ in rijndaelEncrypt()
1043 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
1139 t1 = in rijndaelDecrypt()
1167 Td3[(t1 ) & 0xff] ^ in rijndaelDecrypt()
1170 Td0[(t1 >> 24) ] ^ in rijndaelDecrypt()
[all …]

12345678910>>...19