Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd-13.1/sys/crypto/aesni/
H A Daesni_ghash.c197 tmp1 = _mm_xor_si128(tmp1, H2); in reduce4()
361 tmp1 = _mm_xor_si128(X, tmp1); in AES_GCM_encrypt()
410 tmp1 =_mm_xor_si128(tmp1, KEY[0]); in AES_GCM_encrypt()
438 tmp1 = _mm_xor_si128(tmp1, in AES_GCM_encrypt()
473 tmp1 = _mm_xor_si128(X, tmp1); in AES_GCM_encrypt()
490 tmp1 = _mm_xor_si128(tmp1, in AES_GCM_encrypt()
623 tmp1 = _mm_xor_si128(X, tmp1); in AES_GCM_decrypt()
655 tmp1 = _mm_xor_si128(X, tmp1); in AES_GCM_decrypt()
715 tmp1 =_mm_xor_si128(tmp1, KEY[0]); in AES_GCM_decrypt()
743 tmp1 = _mm_xor_si128(tmp1, in AES_GCM_decrypt()
[all …]
/freebsd-13.1/contrib/cortex-strings/src/arm/
H A Dstrcmp.S133 bic tmp1, tmp1, #7
290 S2HI tmp1, const_m1, tmp1
300 lsls tmp1, tmp1, #31
308 subs tmp1, tmp1, data2
315 subs tmp1, tmp1, data2
322 subs tmp1, tmp1, data2
331 subs tmp1, tmp1, data2
338 subs tmp1, tmp1, data2
375 eor tmp1, tmp1, data1
416 eor tmp1, tmp1, data1
[all …]
H A Dmemcpy.S85 #define tmp1 r3 macro
164 rsb tmp1, tmp1, #(56 - PC_OFFSET + INSN_SIZE)
165 add pc, pc, tmp1
188 add dst, dst, tmp1
190 rsb tmp1, tmp1, #(60 - PC_OFFSET/2 + INSN_SIZE/2)
244 and tmp1, dst, #7
245 cmp tmp1, tmp2
307 rsb tmp1, tmp1, #(56 - PC_OFFSET + INSN_SIZE)
308 add pc, pc, tmp1
364 rsb tmp1, tmp1, #(56 - PC_OFFSET + INSN_SIZE)
[all …]
/freebsd-13.1/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl30 $tmp1="ecx";
152 &mov( $tmp1, &DWP($i*8+4,$K,"",1));
155 &rotl( $tmp4, &LB($tmp1));
158 &xor( $tmp1, $tmp1);
161 &movb( &LB($tmp1), &HB($tmp4)); # A
168 &movb( &LB($tmp1), &HB($tmp4)); # A # BAD BAD BAD
177 &mov( $tmp1, &DWP($S1,"",$tmp1,4));
180 &$OP2( $tmp1, $tmp2);
183 &$OP3( $tmp1, $tmp2);
186 &$OP1( $tmp1, $tmp2);
[all …]
/freebsd-13.1/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl121 dsll $tmp1,24
126 or $tmp1,$tmp2
136 or $tmp1,$tmp2
138 or $in0,$tmp1
144 or $in0,$tmp1
240 dsll $tmp1,24
245 or $tmp1,$tmp2
257 or $in0,$tmp1
263 or $in0,$tmp1
378 or $in1,$tmp1
[all …]
/freebsd-13.1/contrib/cortex-strings/src/aarch64/
H A Dstrlen.S46 #define tmp1 x4 macro
130 clz tmp1, has_nul1
147 orr tmp2, tmp1, tmp3
153 orr tmp2, tmp1, tmp3
184 clz tmp1, has_nul1
216 lsl tmp1, srcin, 3
220 lsr tmp1, tmp4, tmp1 /* Shift (tmp1 & 63). */
223 lsl tmp1, tmp4, tmp1 /* Shift (tmp1 & 63). */
225 orr tmp1, tmp1, REP8_80
226 orn data1, data1, tmp1
[all …]
H A Dstrchrnul.S43 #define tmp1 x3 macro
93 neg tmp1, tmp1
102 lsl tmp1, tmp1, #1
106 lsr tmp1, tmp3, tmp1
109 bic tmp1, tmp3, tmp1 // Mask padding bits.
110 cbnz tmp1, .Ltail
123 mov tmp1, vend1.d[0]
124 cbz tmp1, .Lloop
133 mov tmp1, vend1.d[0]
136 rbit tmp1, tmp1
[all …]
H A Dstrchr.S43 #define tmp1 x3 macro
105 neg tmp1, tmp1
116 lsl tmp1, tmp1, #1
120 lsr tmp1, tmp3, tmp1
123 bic tmp1, tmp3, tmp1 // Mask padding bits.
124 cbnz tmp1, .Ltail
137 mov tmp1, vend1.d[0]
138 cbz tmp1, .Lloop
154 rbit tmp1, tmp1
157 clz tmp1, tmp1 /* And counting the leading zeros. */
[all …]
H A Dstrcpy.S54 #define tmp1 x8 macro
125 neg tmp1, to_align
141 sub tmp1, tmp2, zeroones
239 bic has_nul1, tmp1, tmp2
263 add tmp1, pos, #72
265 csel pos, pos, tmp1, ne
281 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. */
307 lsl data1a, data1, tmp1
309 lsl data2, data2, tmp1
320 lsr data1a, data1, tmp1
[all …]
H A Dstrcmp.S57 #define tmp1 x7 macro
65 eor tmp1, src1, src2
67 tst tmp1, #7
69 ands tmp1, src1, #7
78 sub tmp1, data1, zeroones
117 sub tmp1, tmp3, zeroones
119 bic has_nul, tmp1, tmp2
142 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. */
144 neg tmp1, tmp1 /* Bits to alignment -64. */
149 lsl tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
[all …]
H A Dstrnlen.S46 #define tmp1 x8 macro
82 ands tmp1, srcin, #15
100 sub tmp1, data1, zeroones
104 bic has_nul1, tmp1, tmp2
107 orr tmp1, has_nul1, has_nul2
112 orr tmp1, has_nul1, has_nul2
133 sub tmp1, data2, zeroones
135 bic has_nul2, tmp1, tmp2
155 neg tmp4, tmp1
156 cmp tmp1, #8
[all …]
H A Dmemcmp.S56 #define tmp1 x8 macro
65 eor tmp1, src1, src2
66 tst tmp1, #7
68 ands tmp1, src1, #7
127 add limit, limit, tmp1 /* Adjust the limit for the extra. */
128 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. */
130 neg tmp1, tmp1 /* Bits to alignment -64. */
135 lsl tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
138 lsr tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
/freebsd-13.1/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9a.pl57 $tmp1="%i4";
161 srl $a,27,$tmp1
165 add $tmp1,$e,$e
170 or $tmp1,$tmp3,$tmp1
190 or $tmp1,$tmp3,$tmp1
298 or $c,$b,$tmp1
301 and $d,$tmp1,$tmp1
303 or $tmp1,$tmp0,$tmp1
319 or $c,$b,$tmp1
322 and $d,$tmp1,$tmp1
[all …]
H A Dsha512-mips.pl157 or $tmp1,$tmp2
158 or @X[0],$tmp1
171 dsll $tmp1,24
174 or $tmp1,$tmp2
179 or $tmp1,$tmp2
202 xor $h,$tmp1
215 xor $h,$tmp1
219 xor $h,$tmp1
231 xor $h,$tmp1
235 xor $h,$tmp1
[all …]
H A Dsha512-sparcv9.pl265 or $tmp0,$tmp1,$tmp1 ! Maj(a,b,c)
290 sll $tmp1,`@sigma0[2]-@sigma0[1]`,$tmp1
307 sll $tmp1,`@sigma1[2]-@sigma1[1]`,$tmp1
318 add $tmp2,$tmp1,$tmp1
332 add $tmp2,$tmp1,$tmp1
358 sllx $tmp1,`@sigma0[2]-@sigma0[1]`,$tmp1
371 xor $tmp0,$tmp1,$tmp1
373 xor $tmp2,$tmp1,$tmp1
375 xor $tmp0,$tmp1,$tmp1
745 or %l3,$tmp1,$tmp1
[all …]
H A Dsha1-sparcv9.pl58 $tmp1="%i4";
68 srl $a,27,$tmp1
71 add $tmp1,$e,$e
75 or $tmp1,$tmp0,$tmp1
84 add $tmp1,$e,$e
136 or $tmp1,$tmp0,$tmp1
180 or $c,$b,$tmp1
182 and $d,$tmp1,$tmp1
184 or $tmp1,$tmp0,$tmp1
316 sll $tmp1,3,$tmp1
[all …]
H A Dsha1-586.pl161 $tmp1="ebp";
187 &lea($tmp1,&DWP(0x5a827999,$tmp1,$e)); # tmp1+=K_00_19+xi
221 &xor($tmp1,$d);
223 &and($tmp1,$b);
228 &mov($tmp1,$a);
266 &xor($tmp1,$c);
273 &mov($tmp1,$a);
291 &mov($tmp1,$d);
296 &and($tmp1,$c);
310 &xor($tmp1,$d);
[all …]
/freebsd-13.1/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl30 $tmp1="edi";
73 &add($a,$tmp1);
96 &add($a,$tmp1);
121 &add($a,$tmp1);
126 &mov($tmp1,&Np($c));
142 &add($a,$tmp1);
168 &add($a,$tmp1);
289 &add($A,$tmp1);
292 &add($B,$tmp1);
295 &add($C,$tmp1);
[all …]
/freebsd-13.1/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl25 $tmp1="eax";
56 &xor( $tmp1, $tmp1);
99 &mov(&DWP(4,$tmp1,"",0),$L);
101 &mov(&DWP(0,$tmp1,"",0),$R);
107 local($i,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,$enc)=@_;
117 &movb( &LB($tmp1), &HB($tmp2)); # A
123 &mov( $tmp1, &DWP(&n2a($BF_OFF+0x0000),$P,$tmp1,4));
126 &add( $tmp2, $tmp1);
129 &xor( $tmp2, $tmp1);
134 { &xor( $tmp1, $tmp1); }
[all …]
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dmilenage.c39 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f1() local
44 tmp1[i] = _rand[i] ^ opc[i]; in milenage_f1()
45 if (aes_128_encrypt_block(k, tmp1, tmp1)) in milenage_f1()
60 tmp3[i] ^= tmp1[i]; in milenage_f1()
67 tmp1[i] ^= opc[i]; in milenage_f1()
69 os_memcpy(mac_a, tmp1, 8); /* f1 */ in milenage_f1()
91 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f2345() local
96 tmp1[i] = _rand[i] ^ opc[i]; in milenage_f2345()
108 tmp1[i] = tmp2[i] ^ opc[i]; in milenage_f2345()
150 if (aes_128_encrypt_block(k, tmp1, tmp1)) in milenage_f2345()
[all …]
/freebsd-13.1/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl98 &mov( $tmp1, $u);
99 &shl( $tmp1, 16); # 1
102 &xor( $u, $tmp1); # 2
105 &xor( $u, $tmp1);
112 &xor( $tmp1, $tmp1); # 1
115 &movb( &LB($tmp1), &LB($u) );
131 &mov( $tmp1, &DWP("0x600",$trans,$tmp1,0));
132 &xor( $L, $tmp1);
134 &xor( $L, $tmp1);
136 &xor( $L, $tmp1);
[all …]
/freebsd-13.1/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl29 $tmp1="eax";
99 &xor($tmp1, $b);
102 &add($a, $tmp1);
110 &xor($tmp1, $d);
112 &xor($tmp1, $b);
113 &add($a, $tmp1);
157 &mov($tmp1, $c);
159 &and($tmp1, $b);
207 &or($tmp1, $b);
209 &xor($tmp1, $d);
[all …]
/freebsd-13.1/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl446 $tmp1="ecx";
466 &add($tmp1,$c);
491 &add($tmp1,$c);
518 $tmp1="ecx";
538 &sub($tmp1,$c);
563 &sub($tmp1,$c);
590 $tmp1="ecx";
610 &sub($tmp1,$c);
635 &sub($tmp1,$c);
669 &mov($tmp1,0);
[all …]
/freebsd-13.1/lib/libc/stdlib/
H A Dheapsort.c72 #define COPY(a, b, count, size, tmp1, tmp2) { \ argument
74 tmp1 = a; \
77 *tmp1++ = *tmp2++; \
120 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ argument
128 COPY(par, child, count, size, tmp1, tmp2); \
136 COPY(child, k, count, size, tmp1, tmp2); \
139 COPY(child, par, count, size, tmp1, tmp2); \
166 char tmp, *tmp1, *tmp2; in heapsort_b() local
195 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2); in heapsort_b()
196 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2); in heapsort_b()
[all …]
/freebsd-13.1/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl25 $tmp1="eax";
68 &mov($tmp1, &DWP(12+$i*8,$S,"",0));
71 &add($A, $tmp1);
74 &mov($tmp1, &DWP(16+$i*8,$S,"",0));
77 &add($B, $tmp1);
94 &mov($tmp1, &DWP($i*8+8,$S,"",0));
95 &sub($B, $tmp1);
100 &mov($tmp1, &DWP($i*8+4,$S,"",0));
101 &sub($A, $tmp1);

1234