Searched refs:tmp3 (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl31 $tmp3="eax";
82 &mov($tmp3,&DWP(128,$K,"",0));
84 &push($tmp3);
86 &or($tmp3,$tmp3);
90 &xor($tmp3, $tmp3);
95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
97 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,
[all...]
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl71 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
122 and $tmp3,$in1,$tmp0
126 dsll $tmp3,24
131 or $tmp3,$tmp4
141 or $tmp3,$tmp4
143 or $in1,$tmp3
145 dsrl $tmp3,$in1,32
149 or $in1,$tmp3
241 and $tmp3,$in1,$tmp0
245 dsll $tmp3,2
[all...]
/freebsd-current/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl26 $tmp3="ecx";
62 &xor( $tmp3, $tmp3);
69 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
73 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
81 &xor( $tmp3, $tmp3);
88 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
91 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
106 local($i,$L,$R,$P,$tmp1,$tmp2,$tmp3,
[all...]
/freebsd-current/sys/crypto/aesni/
H A Daesni_ghash.c110 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; local
112 tmp3 = _mm_clmulepi64_si128(a, b, 0x00);
120 tmp3 = _mm_xor_si128(tmp3, tmp5);
123 tmp7 = _mm_srli_epi32(tmp3, 31);
125 tmp3 = _mm_slli_epi32(tmp3, 1);
131 tmp3 = _mm_or_si128(tmp3, tmp7);
135 tmp7 = _mm_slli_epi32(tmp3, 3
167 __m128i tmp0, tmp1, tmp2, tmp3; local
275 __m128i tmp1, tmp2, tmp3, tmp4; local
536 __m128i tmp1, tmp2, tmp3, tmp4; local
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dstrncmp.S35 #define tmp3 x10 define
136 rev tmp3, data1
137 sub tmp1, tmp3, zeroones
138 orr tmp2, tmp3, #REP8_7f
166 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */
169 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */
251 orr tmp3, data1, #REP8_7f
253 bic has_nul, has_nul, tmp3 /* Non-zero if NUL byte found in SRC1. */
254 orr tmp3, endloop, has_nul
255 cbnz tmp3,
[all...]
H A Dstrrchr.S25 #define tmp3 x5 define
92 lsr tmp3, const_m1, tmp1
95 bic nul_match, nul_match, tmp3 // Mask padding bits.
96 bic chr_match, chr_match, tmp3 // Mask padding bits.
136 clz tmp3, src_offset
140 add tmp3, tmp3, #2
141 sub result, src_match, tmp3, lsr #1
H A Dstrchr.S25 #define tmp3 x5 define
83 mov tmp3, #~0
85 lsr tmp1, tmp3, tmp1
87 mov tmp3, vend1.d[0]
88 bic tmp1, tmp3, tmp1 // Mask padding bits.
H A Dstrchrnul.S25 #define tmp3 x5 define
75 mov tmp3, #~0
77 lsr tmp1, tmp3, tmp1
79 mov tmp3, vend1.d[0]
80 bic tmp1, tmp3, tmp1 // Mask padding bits.
H A Dstrlen.S26 #define tmp3 x6 define
97 sub tmp3, data2, zeroones
100 bic has_nul2, tmp3, tmp4
123 sub tmp3, data2, zeroones
126 bic has_nul2, tmp3, tmp4
135 mov tmp3, 16
137 csel len, tmp3, len, cc
/freebsd-current/sys/arm64/arm64/
H A Dstrncmp.S39 #define tmp3 x10 define
137 rev tmp3, data1
138 sub tmp1, tmp3, zeroones
139 orr tmp2, tmp3, #REP8_7f
167 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */
170 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */
252 orr tmp3, data1, #REP8_7f
254 bic has_nul, has_nul, tmp3 /* Non-zero if NUL byte found in SRC1. */
255 orr tmp3, endloop, has_nul
256 cbnz tmp3,
[all...]
/freebsd-current/contrib/unbound/contrib/
H A Dupdate-anchor.sh59 tmp3=$tmpfile.3
62 echo "server: root-hints: '$roothints'" > $tmp3
63 rh="-C $tmp3"
131 rm -f $tmpfile $tmp2 $tmp3
/freebsd-current/contrib/cortex-strings/src/aarch64/
H A Dstrlen.S48 #define tmp3 x6 define
119 sub tmp3, data2, zeroones
122 bic has_nul2, tmp3, tmp4
146 sub tmp3, data2, zeroones
147 orr tmp2, tmp1, tmp3
152 sub tmp3, data2, zeroones
153 orr tmp2, tmp1, tmp3
162 bic has_nul2, tmp3, tmp4
193 sub tmp3, data2, zeroones
196 bic has_nul2, tmp3, tmp
[all...]
H A Dstrncmp.S60 #define tmp3 x10 define
155 rev tmp3, data1
156 sub tmp1, tmp3, zeroones
157 orr tmp2, tmp3, #REP8_7f
184 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */
190 lsl tmp2, tmp2, tmp3 /* Shift (tmp1 & 63). */
193 lsr tmp2, tmp2, tmp3 /* Shift (tmp1 & 63). */
195 and tmp3, limit_wd, #7
199 add tmp3, tmp3, tmp
[all...]
H A Dstrnlen.S48 #define tmp3 x10 define
102 sub tmp3, data2, zeroones
105 bic has_nul2, tmp3, tmp4
158 and tmp3, limit_wd, #15
164 add tmp3, tmp3, tmp1
173 add limit_wd, limit_wd, tmp3, lsr #4
H A Dstrcpy.S56 #define tmp3 x10 define
146 sub tmp3, tmp4, zeroones
153 sub tmp3, data2, zeroones
156 bics has_nul2, tmp3, tmp4
237 sub tmp3, data2, zeroones
240 bics has_nul2, tmp3, tmp4
296 sub tmp3, data2, zeroones
299 bics has_nul2, tmp3, tmp4
317 sub tmp3, tmp4, zeroones
328 sub tmp3, data
[all...]
H A Dstrchrnul.S45 #define tmp3 x5 define
104 mov tmp3, #~0
106 lsr tmp1, tmp3, tmp1
108 mov tmp3, vend1.d[0]
109 bic tmp1, tmp3, tmp1 // Mask padding bits.
H A Dstrcmp.S59 #define tmp3 x9 define
116 rev tmp3, data1
117 sub tmp1, tmp3, zeroones
118 orr tmp2, tmp3, #REP8_7f
H A Dstrchr.S45 #define tmp3 x5 define
118 mov tmp3, #~0
120 lsr tmp1, tmp3, tmp1
122 mov tmp3, vend1.d[0]
123 bic tmp1, tmp3, tmp1 // Mask padding bits.
/freebsd-current/contrib/wpa/src/crypto/
H A Dmilenage.c39 u8 tmp1[16], tmp2[16], tmp3[16]; local
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
60 tmp3[i] ^= tmp1[i];
63 /* f1 || f1* = E_K(tmp3) XOR OP_c */
64 if (aes_128_encrypt_block(k, tmp3, tmp1))
91 u8 tmp1[16], tmp2[16], tmp3[16]; local
111 if (aes_128_encrypt_block(k, tmp1, tmp3))
114 tmp3[i] ^= opc[i];
116 os_memcpy(res, tmp3 + 8, 8); /* f2 */
118 os_memcpy(ak, tmp3,
[all...]
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl66 ld1 tmp2=[tmp3],2 };;
68 ld1 tmp4=[tmp3],2 // LSB
76 { .mmi; ld1 tmp2=[tmp3],2 // forward Xload
88 { .mmi; ld1 tmp4=[tmp3],2 // forward Xload
99 { .mii; and tmp3=$c,$b
106 or tmp4=tmp3,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
109 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate
112 xor $Xn=$Xn,tmp3 // forward Xupdate
139 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate
142 xor $Xn=$Xn,tmp3 // forwar
[all...]
H A Dsha512-mips.pl263 my ($tmp0,$tmp1,$tmp2,$tmp3)=(@X[4],@X[5],@X[6],@X[7]);
273 $SRL $tmp3,@X[14],@sigma1[0]
277 xor $tmp3,$tmp1
290 $SRL $tmp3,@X[14],@sigma1[0]
295 xor $tmp3,$tmp1
297 xor $tmp3,$tmp0
299 xor $tmp3,$tmp1
301 xor $tmp3,$tmp0 # sigma1(X[i+14])
302 $ADDU @X[0],$tmp3
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dcrypto-evp.c147 unsigned char tmp2[EVP_MAX_BLOCK_LENGTH], tmp3[EVP_MAX_BLOCK_LENGTH]; local
169 memcpy(tmp3, p + blocksize, len);
170 memcpy(tmp3 + len, tmp2 + len, blocksize - len); /* xor 0 */
173 p[i + blocksize] = tmp2[i] ^ tmp3[i];
176 EVP_Cipher(c, p, tmp3, blocksize);
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c205 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; local
226 tmp3 = _mm_clmulepi64_si128(A, B, 0x00);
233 tmp15 = _mm_xor_si128(tmp3, tmp13);
268 __m128i tmp3 = _mm_clmulepi64_si128(A, B, 0x00); local
275 __m128i tmp15 = _mm_xor_si128(tmp3, tmp13);
373 tmp0 = _mm_xor_si128(tmp3, tmp0);\
380 tmp3 = lo; \
382 tmp3B = _mm_srli_epi32(tmp3, 31); \
384 tmp3 = _mm_slli_epi32(tmp3,
[all...]
/freebsd-current/crypto/openssl/crypto/aes/
H A Daes_ige.c195 unsigned char tmp3[AES_BLOCK_SIZE];
275 memcpy(tmp3, tmp2, AES_BLOCK_SIZE);
276 iv = tmp3;
293 memcpy(tmp3, tmp2, AES_BLOCK_SIZE);
294 iv = tmp3;
/freebsd-current/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c315 char *tmp3 = NULL; local
373 tmp3 = strstr(buf, "enclosure");
374 if (tmp3 == NULL)
379 if (asprintf(&path, "/sys/class/%s", tmp3) == -1) {

Completed in 244 milliseconds

12