Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd-13.1/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl31 $tmp2="ebx";
73 &mov($tmp2,&wparam(0));
79 &mov($L,&DWP(0,$tmp2,"",0));
159 &mov( $tmp2, 0xff);
162 &and( $tmp2, $tmp4);
167 &mov( $tmp2, $tmp4); # B
171 &and( $tmp2, 0xff);
178 &mov( $tmp2, &DWP($S2,"",$tmp2,4));
180 &$OP2( $tmp1, $tmp2);
183 &$OP3( $tmp1, $tmp2);
[all …]
/freebsd-13.1/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl123 and $tmp2,$tmp0
126 or $tmp1,$tmp2
132 dsll $tmp2,8
136 or $tmp1,$tmp2
245 or $tmp1,$tmp2
251 dsll $tmp2,8
255 or $tmp1,$tmp2
295 sltu $tmp2,$d1,$tmp2
312 sltu $tmp2,$d1,$tmp2
367 daddu $tmp2,$tmp2,$tmp3
[all …]
/freebsd-13.1/contrib/cortex-strings/src/aarch64/
H A Dstrcpy.S55 #define tmp2 x9 macro
140 rev tmp2, data1
142 orr tmp2, tmp2, #REP8_7f
165 mov tmp2, #56
167 sub pos, tmp2, pos
187 mov tmp2, #56
283 csetm tmp2, ne
285 lsl tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
287 lsr tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
313 rev tmp2, data1
[all …]
H A Dstrlen.S47 #define tmp2 x5 macro
118 orr tmp2, data1, REP8_7f
147 orr tmp2, tmp1, tmp3
153 orr tmp2, tmp1, tmp3
159 orr tmp2, data1, REP8_7f
176 orr tmp2, data1, REP8_7f
177 bic has_nul1, tmp1, tmp2
183 add tmp2, len, 8
185 csel len, len, tmp2, cc
192 orr tmp2, data1, REP8_7f
[all …]
H A Dstrcmp.S58 #define tmp2 x8 macro
79 orr tmp2, data1, #REP8_7f
81 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
118 orr tmp2, tmp3, #REP8_7f
119 bic has_nul, tmp1, tmp2
146 mov tmp2, #~0
149 lsl tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
152 lsr tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
154 orr data1, data1, tmp2
155 orr data2, data2, tmp2
H A Dstrnlen.S47 #define tmp2 x9 macro
101 orr tmp2, data1, #REP8_7f
104 bic has_nul1, tmp1, tmp2
134 orr tmp2, data2, #REP8_7f
135 bic has_nul2, tmp1, tmp2
160 mov tmp2, #~0
168 lsl tmp2, tmp2, tmp4 /* Shift (tmp1 & 63). */
171 lsr tmp2, tmp2, tmp4 /* Shift (tmp1 & 63). */
175 orr data1, data1, tmp2
176 orr data2a, data2, tmp2
H A Dstrncmp.S59 #define tmp2 x9 macro
94 orr tmp2, data1, #REP8_7f
97 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
157 orr tmp2, tmp3, #REP8_7f
158 bic has_nul, tmp1, tmp2
186 mov tmp2, #~0
190 lsl tmp2, tmp2, tmp3 /* Shift (tmp1 & 63). */
193 lsr tmp2, tmp2, tmp3 /* Shift (tmp1 & 63). */
200 orr data1, data1, tmp2
201 orr data2, data2, tmp2
H A Dmemcmp.S57 #define tmp2 x9 macro
132 mov tmp2, #~0
135 lsl tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
138 lsr tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
141 orr data1, data1, tmp2
142 orr data2, data2, tmp2
/freebsd-13.1/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl26 $tmp2="ebx";
47 &mov($tmp2,&wparam(0));
65 &xor($L,$tmp2);
84 &xor($L,$tmp2);
111 &mov( $tmp2, $R);
114 &shr( $tmp2, 16);
124 &mov( $tmp2, &DWP(&n2a($BF_OFF+0x0400),$P,$tmp2,4));
126 &add( $tmp2, $tmp1);
129 &xor( $tmp2, $tmp1);
132 &add( $tmp2, $tmp4);
[all …]
/freebsd-13.1/crypto/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl191 or $tmp1,$tmp2,$tmp2
192 or @pair[1],$tmp2,$tmp2
209 or $tmp1,$tmp2,$tmp2
235 and $e,$tmp2,$tmp2
306 xor $tmp1,$tmp2,$tmp2
308 xor $tmp0,$tmp2,$tmp2
310 xor $tmp1,$tmp2,$tmp2
364 or %l7,$tmp2,$tmp2
385 or %l1,$tmp2,$tmp2
752 or %l5,$tmp2,$tmp2
[all …]
H A Dsha512-mips.pl155 sll $tmp2,$tmp2,8
157 or $tmp1,$tmp2
172 and $tmp2,$tmp0
174 or $tmp1,$tmp2
177 dsll $tmp2,8
179 or $tmp1,$tmp2
192 and $tmp2,$e
200 $ADDU $T1,$tmp2
211 xor $tmp2,$f,$g
213 and $tmp2,$e
[all …]
H A Dsha1-sparcv9a.pl58 $tmp2="%i5";
171 or $tmp2,$b,$b
192 or $tmp2,$b,$b
223 or $tmp2,$b,$b
243 or $tmp2,$b,$b
260 or $tmp2,$b,$b
274 or $tmp2,$b,$b
305 or $tmp2,$b,$b
326 or $tmp2,$b,$b
353 or $tmp2,$b,$b
[all …]
/freebsd-13.1/contrib/cortex-strings/src/arm/
H A Dmemcpy.S260 rsbs tmp2, tmp2, #0
264 lsls tmp2, tmp2, #2
281 subs tmp2, tmp2, #64
344 subs tmp2, tmp2, #64
427 subs tmp2, tmp2, #prefetch_lines * 64
451 add tmp2, tmp2, #prefetch_lines * 64
462 subs tmp2, tmp2, #64
484 subs tmp2, tmp2, #64
520 rsbs tmp2, tmp2, #0
524 lsls tmp2, tmp2, #2
[all …]
/freebsd-13.1/sys/crypto/aesni/
H A Daesni_ghash.c150 tmp2 = _mm_xor_si128(tmp2, tmp4); in gfmul()
151 tmp2 = _mm_xor_si128(tmp2, tmp5); in gfmul()
152 tmp2 = _mm_xor_si128(tmp2, tmp8); in gfmul()
201 tmp2 = _mm_xor_si128(tmp2, H3); in reduce4()
253 tmp2 = _mm_xor_si128(tmp2, tmp4); in reduce4()
254 tmp2 = _mm_xor_si128(tmp2, tmp5); in reduce4()
255 tmp2 = _mm_xor_si128(tmp2, tmp8); in reduce4()
411 tmp2 =_mm_xor_si128(tmp2, KEY[0]); in AES_GCM_encrypt()
440 tmp2 = _mm_xor_si128(tmp2, in AES_GCM_encrypt()
716 tmp2 =_mm_xor_si128(tmp2, KEY[0]); in AES_GCM_decrypt()
[all …]
/freebsd-13.1/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl30 $tmp2="edx";
100 &add($a, $tmp2);
118 &add($a, $tmp2);
138 &add($a, $tmp2);
139 &mov($tmp2, $c);
141 &and($tmp2, $b);
158 &sub($tmp2, $b);
192 &or($tmp2, $b);
194 &xor($tmp2, $d);
280 &or($tmp2, $c);
[all …]
/freebsd-13.1/contrib/unbound/contrib/
H A Dupdate-anchor.sh58 tmp2=$tmpfile.2
87 echo 'trusted-keys {' > "$tmp2"
94 sed -e 's/^\.\././' | sort >> "$tmp2"
100 sed -e 's/^\.\././' | sort >> "$tmp2"
102 echo '};' >> "$tmp2"
111 sed -e 's/^\.\././' | sort > "$tmp2"
117 sed -e 's/^\.\././' | sort > "$tmp2"
122 diff $tmp2 $keyfile >/dev/null 2>&1
124 cat $tmp2 > $keyfile
131 rm -f $tmpfile $tmp2 $tmp3
/freebsd-13.1/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl92 &mov( $tmp2, &wparam(3)); # 2
96 &and( $t, $tmp2); # 2
100 &mov( $tmp2, $t);
101 &shl( $tmp2, 16); # 1
103 &xor( $t, $tmp2); # 2
109 &xor( $t, $tmp2);
114 &xor( $tmp2, $tmp2);
116 &movb( &LB($tmp2), &HB($u) );
121 &xor( $L, &DWP("0x200",$trans,$tmp2,0));
122 &movb( &LB($tmp2), &HB($t) );
[all …]
/freebsd-13.1/lib/libc/stdlib/
H A Dheapsort.c72 #define COPY(a, b, count, size, tmp1, tmp2) { \ argument
75 tmp2 = b; \
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/ec/
H A Decp_oct.c22 BIGNUM *tmp1, *tmp2, *x, *y; in ec_GFp_simple_set_compressed_coordinates() local
38 tmp2 = BN_CTX_get(ctx); in ec_GFp_simple_set_compressed_coordinates()
55 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) in ec_GFp_simple_set_compressed_coordinates()
60 if (!BN_mod_sqr(tmp2, x_, group->field, ctx)) in ec_GFp_simple_set_compressed_coordinates()
62 if (!BN_mod_mul(tmp1, tmp2, x_, group->field, ctx)) in ec_GFp_simple_set_compressed_coordinates()
68 if (!BN_mod_lshift1_quick(tmp2, x, group->field)) in ec_GFp_simple_set_compressed_coordinates()
70 if (!BN_mod_add_quick(tmp2, tmp2, x, group->field)) in ec_GFp_simple_set_compressed_coordinates()
72 if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, group->field)) in ec_GFp_simple_set_compressed_coordinates()
78 if (!BN_mod_mul(tmp2, tmp2, x, group->field, ctx)) in ec_GFp_simple_set_compressed_coordinates()
86 if (!BN_mod_add_quick(tmp1, tmp1, tmp2, group->field)) in ec_GFp_simple_set_compressed_coordinates()
[all …]
/freebsd-13.1/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl31 $tmp2="ebp";
68 &lea($a,&DWP($t,$a,$tmp2,1));
91 &lea($a,&DWP($t,$a,$tmp2,1));
119 &lea($a,&DWP($t,$a,$tmp2,1));
137 &lea($a,&DWP($t,$a,$tmp2,1));
162 &lea($a,&DWP($t,$a,$tmp2,1));
293 &mov($tmp1, &DWP( 8,$tmp2,"",0));
299 &mov(&DWP( 0,$tmp2,"",0),$A);
301 &mov(&DWP( 4,$tmp2,"",0),$B);
304 &mov(&DWP( 8,$tmp2,"",0),$C);
[all …]
/freebsd-13.1/contrib/netbsd-tests/lib/libc/hash/
H A Dt_hmac.c44 uint8_t tmp2[EVP_MAX_MD_SIZE]; in test() local
88 memset(tmp2, 0, sizeof(tmp2)); in test()
91 tmp2len = hmac(names[t], key, i, data, j, tmp2, in test()
92 sizeof(tmp2)); in test()
96 if (tmp1[k] != tmp2[k]) { in test()
99 k, tmp1[k], tmp2[k]); in test()
/freebsd-13.1/crypto/openssl/crypto/aes/
H A Daes_ige.c84 aes_block_t tmp, tmp2; in AES_ige_encrypt() local
98 tmp2.data[n] ^= iv2.data[n]; in AES_ige_encrypt()
99 store_block(out, tmp2); in AES_ige_encrypt()
100 iv = tmp2; in AES_ige_encrypt()
137 aes_block_t tmp, tmp2; in AES_ige_encrypt() local
146 tmp2 = tmp; in AES_ige_encrypt()
154 iv = tmp2; in AES_ige_encrypt()
181 unsigned char tmp2[AES_BLOCK_SIZE]; in AES_bi_ige_encrypt() local
256 memcpy(tmp2, in, AES_BLOCK_SIZE); in AES_bi_ige_encrypt()
262 memcpy(tmp3, tmp2, AES_BLOCK_SIZE); in AES_bi_ige_encrypt()
[all …]
/freebsd-13.1/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl447 $tmp2="edx";
469 &add($tmp1,$tmp2);
494 &add($tmp1,$tmp2);
519 $tmp2="edx";
541 &sub($tmp1,$tmp2);
566 &sub($tmp1,$tmp2);
591 $tmp2="edx";
658 &mov($tmp2,0);
659 &sub($tmp2,$num);
660 &mov($num,$tmp2);
[all …]
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dmilenage.c39 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f1() local
49 os_memcpy(tmp2, sqn, 6); in milenage_f1()
50 os_memcpy(tmp2 + 6, amf, 2); in milenage_f1()
51 os_memcpy(tmp2 + 8, tmp2, 8); in milenage_f1()
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i]; in milenage_f1()
91 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f2345() local
97 if (aes_128_encrypt_block(k, tmp1, tmp2)) in milenage_f2345()
108 tmp1[i] = tmp2[i] ^ opc[i]; in milenage_f2345()
124 tmp1[(i + 12) % 16] = tmp2[i] ^ opc[i]; in milenage_f2345()
136 tmp1[(i + 8) % 16] = tmp2[i] ^ opc[i]; in milenage_f2345()
[all …]
/freebsd-13.1/contrib/cortex-strings/src/thumb-2/
H A Dstrlen.S69 #define tmp2 r5 macro
137 and tmp2, tmp1, #3
139 lsl tmp2, tmp2, #3 /* Bytes -> bits. */
142 S2HI tmp2, const_m1, tmp2
143 orn data1a, data1a, tmp2
145 ornne data1b, data1b, tmp2

12345