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

123

/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-586.pl46 $tmp1="ebp";
57 if ($n==0) { &mov($tmp1,$a); }
58 else { &mov($a,$tmp1); }
59 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
61 &add($tmp1,$e); # tmp1+=e;
68 &lea($tmp1,&DWP(0x5a827999,$tmp1,$e)); # tmp1
[all...]
H A Dsha1-ia64.pl66 dep tmp1=tmp0,tmp4,8,8 };;
69 dep $X[$i&0xf]=$X[$i&0xf],tmp1,16,16 } //;;
70 { .mmi; andcm tmp1=$d,$b
73 { .mmi; or tmp4=tmp4,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
75 extr.u tmp1=$a,27,5 };; // a>>27
80 or tmp5=tmp1,tmp5 // ROTATE(a,5)
91 dep tmp1=tmp0,tmp4,8,8;;
92 dep $X[$i&0xf]=$X[$i&0xf],tmp1,16,16 } //;;
93 { .mmi; andcm tmp1=$d,$b
96 { .mmi; or tmp4=tmp3,tmp1 // F_00_1
[all...]
/freebsd-9.3-release/crypto/openssl/test/
H A Dmethtest.c70 METHOD_CTX *top, *tmp1, *tmp2; local
76 tmp1 = METH_new(x509_by_file());
79 METH_arg(tmp1, METH_TYPE_FILE, "cafile1");
80 METH_arg(tmp1, METH_TYPE_FILE, "cafile2");
81 METH_push(top, METH_X509_CA_BY_SUBJECT, tmp1);
99 METH_control(tmp1, METH_CONTROL_DUMP, stdout);
/freebsd-9.3-release/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.pl14 $tmp1="eax";
43 &xor( $tmp1, $tmp1);
57 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
61 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
63 # &mov($tmp1,&wparam(0)); In last loop
76 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
79 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
81 # &mov($tmp1,&wparam(0)); In last loop
86 &mov(&DWP(4,$tmp1,"",
[all...]
/freebsd-9.3-release/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-9.3-release/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl16 $tmp1="ecx";
80 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
81 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
82 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
83 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
84 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
85 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
86 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
87 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
88 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl14 $tmp1="eax";
55 &mov($tmp1, &DWP(12+$i*8,$S,"",0));
58 &add($A, $tmp1);
61 &mov($tmp1, &DWP(16+$i*8,$S,"",0));
64 &add($B, $tmp1);
81 &mov($tmp1, &DWP($i*8+8,$S,"",0));
82 &sub($B, $tmp1);
87 &mov($tmp1, &DWP($i*8+4,$S,"",0));
88 &sub($A, $tmp1);
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dmilenage.c45 u8 tmp1[16], tmp2[16], tmp3[16]; local
48 /* tmp1 = TEMP = E_K(RAND XOR OP_C) */
50 tmp1[i] = _rand[i] ^ opc[i];
51 if (aes_128_encrypt_block(k, tmp1, tmp1))
66 tmp3[i] ^= tmp1[i];
70 if (aes_128_encrypt_block(k, tmp3, tmp1))
73 tmp1[i] ^= opc[i];
75 os_memcpy(mac_a, tmp1, 8); /* f1 */
77 os_memcpy(mac_s, tmp1
97 u8 tmp1[16], tmp2[16], tmp3[16]; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/asm/
H A Ddes686.pl145 local($L,$R,$S,$ks,$desSP,$u,$t,$tmp1,$tmp2,$tmp3)=@_;
155 &mov( $tmp1, $t ); # 1 1
157 &and( $tmp1, "0xfc" ); # 1 3
159 &xor( $L, &DWP("0x100+$desSP",$tmp1,"",0)); # 1 7
161 &mov( $tmp1, &DWP(" $desSP",$tmp2,"",0)); # 1 8
164 &xor( $L, $tmp1 ); # 1 9
166 &mov( $tmp1, $t ); # 2 1
167 &and( $tmp1, "0xfc" ); # 2 3
169 &xor( $L, &DWP("0x300+$desSP",$tmp1,"",0)); # 2 7
171 &mov( $tmp1,
[all...]
H A Dcrypt586.pl78 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
89 &mov( $tmp1, $u);
90 &shl( $tmp1, 16); # 1
93 &xor( $u, $tmp1); # 2
95 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
96 &xor( $u, $tmp1);
103 &xor( $tmp1, $tmp1); # 1
106 &movb( &LB($tmp1), &LB($u) );
110 &xor( $L, &DWP(" ",$trans,$tmp1,
[all...]
H A Ddes-586.pl142 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
145 &xor( $tmp1, $tmp1);
152 &movb( &LB($tmp1), &LB($u) );
155 &xor( $L, &DWP(" ",$trans,$tmp1,0));
156 &movb( &LB($tmp1), &LB($t) );
160 &xor( $L, &DWP("0x100",$trans,$tmp1,0));
161 &movb( &LB($tmp1), &HB($u) );
167 &xor( $L, &DWP("0x600",$trans,$tmp1,0));
/freebsd-9.3-release/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl19 $tmp1="edi";
46 &mov($tmp1,$C) if $pos < 0;
52 &xor($tmp1,$d); # F function - part 2
54 &and($tmp1,$b); # F function - part 3
57 &xor($tmp1,$d); # F function - part 4
59 &add($a,$tmp1);
60 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
61 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 fo
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl335 $tmp1="ecx";
353 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
355 &add($tmp1,$c);
358 &add($tmp1,$tmp2);
360 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
378 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
380 &add($tmp1,$c);
383 &add($tmp1,$tmp2);
386 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
407 $tmp1
[all...]
/freebsd-9.3-release/lib/libc/stdlib/
H A Dheapsort.c60 #define COPY(a, b, count, size, tmp1, tmp2) { \
62 tmp1 = a; \
65 *tmp1++ = *tmp2++; \
108 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
116 COPY(par, child, count, size, tmp1, tmp2); \
124 COPY(child, k, count, size, tmp1, tmp2); \
127 COPY(child, par, count, size, tmp1, tmp2); \
145 char tmp, *tmp1, *tmp2; local
174 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
175 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl18 $tmp1="eax";
83 #&mov($tmp1, $c) if $o == -1;
84 &xor($tmp1, $d) if $o == -1;
86 &xor($tmp1, $b);
89 &add($a, $tmp1);
90 &mov($tmp1, &Np($c)); # NEXT
97 &xor($tmp1, $d);
99 &xor($tmp1, $b);
100 &add($a, $tmp1);
101 &mov($tmp1,
[all...]
/freebsd-9.3-release/sys/mips/cavium/
H A Docteon_pcmap_regs.h133 uint32_t tmp1; local
155 : "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3)
165 uint32_t tmp1; local
182 : "=&r" (tmp1), "=&r" (tmp2)
193 uint32_t tmp1, tmp2; \
209 : "=&r" (tmp1), "=&r" (tmp2) \
/freebsd-9.3-release/sys/mips/cavium/cryptocteon/
H A Dcavium_crypto.c630 uint64_t tmp1, tmp2; local
687 CVMX_ES64(tmp1, ((alen + 64) << 3));
688 CVM_LOAD_MD5_UNIT(tmp1, next);
691 CVMX_MF_HSH_IV(tmp1, 0);
698 CVMX_MT_HSH_DAT(tmp1, 0);
705 CVMX_ES64(tmp1, ((64 + 16) << 3));
706 CVMX_MT_HSH_STARTMD5(tmp1);
716 CVMX_MF_HSH_IV(tmp1, 1);
717 *(uint32_t *)data = (uint32_t) (tmp1 >> 32);
736 uint64_t tmp1, tmp local
850 uint64_t tmp1, tmp2; local
1003 uint64_t tmp1, tmp2; local
1159 uint64_t tmp1, tmp2, tmp3; local
1315 uint64_t tmp1, tmp2, tmp3; local
1474 uint64_t tmp1, tmp2; local
1656 uint64_t tmp1, tmp2; local
1837 uint64_t tmp1, tmp2, tmp3; local
2038 uint64_t tmp1, tmp2, tmp3; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dsreal.c454 unsigned HOST_WIDE_INT tmp1, tmp2, tmp3; local
465 tmp1 = a->sig_lo * b->sig_lo;
467 tmp3 = a->sig_hi * b->sig_lo + (tmp1 >> SREAL_PART_BITS);
473 tmp1 = tmp2 + tmp3;
475 r->sig_lo = tmp1 & (((uhwi) 1 << SREAL_PART_BITS) - 1);
476 r->sig_hi += tmp1 >> SREAL_PART_BITS;
502 unsigned HOST_WIDE_INT tmp, tmp1, tmp2; local
516 tmp1 = (a->sig_hi << SREAL_PART_BITS) + a->sig_lo;
523 tmp = tmp1 / tmp2;
524 tmp1
[all...]
/freebsd-9.3-release/usr.bin/usbhidctl/
H A Dusbhid.c72 char hname[1000], *tmp1, *tmp2; local
90 tmp1 = strrchr(colls, '.');
91 if (tmp1 != NULL) {
92 cp -= strlen(tmp1);
93 tmp1[0] = 0;
118 tmp1 = tmp2 = strdup(names[i]);
120 var->name = strsep(&tmp1, "#");
121 if (tmp1 != NULL)
122 var->instance = atoi(tmp1);
144 tmp1
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Drcscmds.c235 char *tmp1, *tmp2; local
259 tmp1 = cvs_temp_name();
260 if (RCS_checkout (rcs, NULL, xrev1, rev1, options, tmp1,
304 call_diff_add_arg (tmp1);
321 if (unlink_file (tmp1) < 0)
324 error (0, errno, "cannot remove temp file %s", tmp1);
326 free (tmp1);
/freebsd-9.3-release/lib/libipsec/
H A Dipsec_dump_policy.c283 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST]; local
285 if (set_address(tmp1, sizeof(tmp1), sa1) == NULL ||
288 if (strlen(tmp1) + 1 + strlen(tmp2) + 1 > len)
290 snprintf(buf, len, "%s-%s", tmp1, tmp2);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h333 uint32_t tmp1; \
340 "dsll %[tmp1], %[valh], 32\n" \
344 "or %[tmp1], %[tmp1], %[tmp3]\n" \
348 ST " %[tmp1], 0(%[tmp2])\n" \
350 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3)\
359 uint32_t tmp1; \
365 "dsll %[tmp1], %[csrh], 32\n" \
368 "or %[tmp1],
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86unix.pl267 $tmp1=sprintf(".byte %d\n",($op>>8)&0xff);
269 push(@out,$tmp1);
283 $tmp1=sprintf("\t" x $ll);
284 push(@out,$tmp1);
297 $tmp1=sprintf(".byte %d\n",($op>>8)&0xff);
299 push(@out,$tmp1);

Completed in 159 milliseconds

123