Searched refs:tmp1 (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-11-stable/sys/crypto/aesni/
H A Daesni_ghash.c169 __m128i tmp0, tmp1, tmp2, tmp3; local
195 tmp1 = _mm_shuffle_epi32(H2, 78);
197 tmp1 = _mm_xor_si128(tmp1, H2);
209 tmp1 = _mm_clmulepi64_si128(tmp1, tmp5, 0x00);
215 tmp0 = _mm_xor_si128(tmp1, tmp0);
277 __m128i tmp1, tmp2, tmp3, tmp4; local
296 tmp1 = _mm_xor_si128(X, KEY[0]);
299 tmp1
535 __m128i tmp1, tmp2, tmp3, tmp4; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bf/asm/
H A Dbf-686.pl15 $tmp1="eax";
43 &xor( $tmp1, $tmp1);
55 &BF_ENCRYPT($i+1,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
59 &BF_ENCRYPT($i+2,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
75 &BF_ENCRYPT($i,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
78 &BF_ENCRYPT($i-1,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
93 local($i,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3)=@_;
98 &movb( &LB($tmp1), &HB($R));
104 &mov( $tot, &DWP(&n2a($BF_OFF+0x0000),$P,$tmp1,
[all...]
H A Dbf-586.pl15 $tmp1="eax";
44 &xor( $tmp1, $tmp1);
58 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
62 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
64 # &mov($tmp1,&wparam(0)); In last loop
77 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
80 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
82 # &mov($tmp1,&wparam(0)); In last loop
87 &mov(&DWP(4,$tmp1,"",
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/x86/
H A Dadd.pl15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &add($tmp1,$c);
38 &add($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &add($tmp1,$c);
63 &add($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
H A Dsub.pl15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &sub($tmp1,$c);
38 &sub($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &sub($tmp1,$c);
63 &sub($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
/freebsd-11-stable/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl17 $tmp1="ecx";
81 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
82 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
83 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
84 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
85 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
86 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
87 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
88 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
89 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl15 $tmp1="eax";
56 &mov($tmp1, &DWP(12+$i*8,$S,"",0));
59 &add($A, $tmp1);
62 &mov($tmp1, &DWP(16+$i*8,$S,"",0));
65 &add($B, $tmp1);
82 &mov($tmp1, &DWP($i*8+8,$S,"",0));
83 &sub($B, $tmp1);
88 &mov($tmp1, &DWP($i*8+4,$S,"",0));
89 &sub($A, $tmp1);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dmilenage.c39 u8 tmp1[16], tmp2[16], tmp3[16]; local
42 /* tmp1 = TEMP = E_K(RAND XOR OP_C) */
44 tmp1[i] = _rand[i] ^ opc[i];
45 if (aes_128_encrypt_block(k, tmp1, tmp1))
60 tmp3[i] ^= tmp1[i];
64 if (aes_128_encrypt_block(k, tmp3, tmp1))
67 tmp1[i] ^= opc[i];
69 os_memcpy(mac_a, tmp1, 8); /* f1 */
71 os_memcpy(mac_s, tmp1
91 u8 tmp1[16], tmp2[16], tmp3[16]; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl20 $tmp1="edi";
47 &mov($tmp1,$C) if $pos < 0;
53 &xor($tmp1,$d); # F function - part 2
55 &and($tmp1,$b); # F function - part 3
58 &xor($tmp1,$d); # F function - part 4
60 &add($a,$tmp1);
61 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
62 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 fo
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl79 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
90 &mov( $tmp1, $u);
91 &shl( $tmp1, 16); # 1
94 &xor( $u, $tmp1); # 2
96 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
97 &xor( $u, $tmp1);
104 &xor( $tmp1, $tmp1); # 1
107 &movb( &LB($tmp1), &LB($u) );
111 &xor( $L, &DWP(" ",$trans,$tmp1,
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_hmac.c43 uint8_t tmp1[EVP_MAX_MD_SIZE]; local
87 memset(tmp1, 0, sizeof(tmp1));
89 e1 = HMAC(evps[t], key, i, data, j, tmp1, &tmp1len);
96 if (tmp1[k] != tmp2[k]) {
99 k, tmp1[k], tmp2[k]);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl434 $tmp1="ecx";
452 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
454 &add($tmp1,$c);
457 &add($tmp1,$tmp2);
459 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
477 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
479 &add($tmp1,$c);
482 &add($tmp1,$tmp2);
485 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
506 $tmp1
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-mips.pl126 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
138 srl $tmp1,@X[0],8
141 andi $tmp1,0xFF00
144 or $tmp1,$tmp2
145 or @X[0],$tmp1
156 and $tmp1,@X[0],$tmp0 # byte swap($i)
158 dsll $tmp1,24
161 or $tmp1,$tmp2
166 or $tmp1,$tmp2
167 or @X[0],$tmp1
[all...]
H A Dsha1-586.pl148 $tmp1="ebp";
163 if ($n==0) { &mov($tmp1,$a); }
164 else { &mov($a,$tmp1); }
165 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
167 &add($tmp1,$e); # tmp1+=e;
174 &lea($tmp1,&DWP(0x5a827999,$tmp1,$e)); # tmp1
[all...]
H A Dsha1-sparcv9a.pl50 $tmp1="%i4";
154 srl $a,27,$tmp1
158 add $tmp1,$e,$e
159 andn $d,$b,$tmp1
163 or $tmp1,$tmp3,$tmp1
165 add $tmp1,$e,$e
173 srl $a,27,$tmp1
177 add $tmp1,$e,$e
179 andn $d,$b,$tmp1
[all...]
H A Dsha1-ia64.pl65 dep tmp1=tmp0,tmp4,8,8 };;
68 dep $X[$i]=$X[$i],tmp1,16,16} //;;
70 andcm tmp1=$d,$b
73 or tmp4=tmp4,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
74 extr.u tmp1=$a,27,5 };; // a>>27
79 or tmp5=tmp1,tmp5 // ROTATE(a,5)
90 dep tmp1=tmp0,tmp4,8,8;;
91 dep $X[$i]=$X[$i],tmp1,16,16} //;;
93 andcm tmp1=$d,$b
96 or tmp4=tmp3,tmp1 // F_00_1
[all...]
H A Dsha1-sparcv9.pl51 $tmp1="%i4";
61 srl $a,27,$tmp1
64 add $tmp1,$e,$e
66 andn $d,$b,$tmp1
68 or $tmp1,$tmp0,$tmp1
77 add $tmp1,$e,$e
89 srl $a,27,$tmp1
95 srlx @X[($j+7)%8],32,$tmp1
98 or $tmp1,
[all...]
H A Dsha512-sparcv9.pl111 $tmp1="%g4";
143 srlx @X[$j+1],$tmp32,$tmp1
145 or $tmp1,@X[$j],@X[$j]
181 sllx @pair[0],$tmp0,$tmp1
184 or $tmp1,$tmp2,$tmp2
199 sllx @pair[0],$tmp0,$tmp1
202 or $tmp1,$tmp2,$tmp2
227 $SLL $e,`$SZ*8-@Sigma1[2]`,$tmp1
230 xor $tmp1,$h,$h
231 $SLL $e,`$SZ*8-@Sigma1[1]`,$tmp1
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A Dheapsort.c70 #define COPY(a, b, count, size, tmp1, tmp2) { \
72 tmp1 = a; \
75 *tmp1++ = *tmp2++; \
118 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
126 COPY(par, child, count, size, tmp1, tmp2); \
134 COPY(child, k, count, size, tmp1, tmp2); \
137 COPY(child, par, count, size, tmp1, tmp2); \
164 char tmp, *tmp1, *tmp2; local
193 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
194 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp
[all...]
/freebsd-11-stable/tests/sys/geom/class/mirror/
H A D12_test.sh26 tmp1=$(mktemp $base.XXXXXX)
28 dd if=/dev/random of=$tmp1 bs=$ddbs count=1 >/dev/null 2>&1
33 dd if=$tmp1 of=/dev/mirror/$name bs=$ddbs count=1 >/dev/null 2>&1
37 if cmp -s $tmp1 $tmp2; then
68 rm -f $m1 $m2 $tmp1 $tmp2
H A D10_test.sh28 tmp1=$(mktemp $base.XXXXXX)
34 dd if=/dev/mirror/$name of=$tmp1 iseek=256 bs=$ddbs count=1 >/dev/null 2>&1
38 if cmp -s $tmp1 $tmp2; then
69 rm -f $m1 $m2 $tmp1 $tmp2
H A D13_test.sh26 tmp1=$(mktemp $base.XXXXXX)
29 dd if=/dev/random of=$tmp1 bs=$ddbs count=1 >/dev/null 2>&1
35 dd if=$tmp1 of=/dev/mirror/$name bs=$ddbs count=1 >/dev/null 2>&1
39 if cmp -s $tmp1 $tmp2; then
81 rm -f $m1 $m2 $tmp1 $tmp2
/freebsd-11-stable/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl19 $tmp1="eax";
84 #&mov($tmp1, $c) if $o == -1;
85 &xor($tmp1, $d) if $o == -1;
87 &xor($tmp1, $b);
90 &add($a, $tmp1);
91 &mov($tmp1, &Np($c)); # NEXT
98 &xor($tmp1, $d);
100 &xor($tmp1, $b);
101 &add($a, $tmp1);
102 &mov($tmp1,
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dheaders-sh.in158 tmp1=1
161 tmp2=`expr $tmp1 + 49`
162 if test $tmp1 = 1
166 sed "1,${tmp1}d; ${tmp2}q" $TMPSED >$TMPEDT
171 tmp1=$tmp2
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_oct.c77 BIGNUM *tmp1, *tmp2, *x, *y; local
92 tmp1 = BN_CTX_get(ctx);
105 /* tmp1 := x^3 */
112 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx))
117 if (!BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx))
121 /* tmp1 := tmp1 + a*x */
127 if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, &group->field))
141 if (!BN_mod_add_quick(tmp1, tmp
[all...]

Completed in 217 milliseconds

1234