| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/cast/asm/ |
| H A D | cast-586.pl | 31 $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,$tmp4); 98 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 99 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cast/asm/ |
| H A D | cast-586.pl | 32 $tmp3="eax"; 83 &mov($tmp3,&DWP(128,$K,"",0)); 85 &push($tmp3); 87 &or($tmp3,$tmp3); 91 &xor($tmp3, $tmp3); 96 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 97 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4); 98 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); 99 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 100 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/ |
| H A D | poly1305-mips.pl | 71 ($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,24 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/ |
| H A D | poly1305-mips.pl | 67 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1); 118 and $tmp3,$in1,$tmp0 122 dsll $tmp3,24 127 or $tmp3,$tmp4 137 or $tmp3,$tmp4 139 or $in1,$tmp3 141 dsrl $tmp3,$in1,32 145 or $in1,$tmp3 237 and $tmp3,$in1,$tmp0 241 dsll $tmp3,24 [all …]
|
| /netbsd-src/sys/arch/mips/cavium/dev/ |
| H A D | octeon_cop2var.h | 60 uint64_t tmp0, tmp1, tmp2, tmp3; \ 82 CNASM_##AU##LD(tmp3, 24, key) \ 83 CNASM_MT2(tmp3, CVM_MT_AES_KEY, 3) \ 90 [tmp3] "=&r" (tmp3) \ 240 uint64_t tmp0, tmp1, tmp2, tmp3; \ 249 CNASM_##AU##LD(tmp3, 24, s) \ 253 CNASM_MT2(tmp3, CVM_MT_AES_##ED##1, 0) \ 257 CNASM_MF2(tmp3, CVM_MF_AES_RESINP, 1) \ 259 CNASM_##AU##SD(tmp3, 24, d) \ 265 CNASM_##AU##LD(tmp3, 56, s) \ [all …]
|
| /netbsd-src/share/man/tools/ |
| H A D | mcmp | 19 date > $TMPDIR/tmp3.$$ 20 echo >> $TMPDIR/tmp3.$$ 22 echo "Comparison of $MANDIR/man$dir and $DIR2/man$dir:">>$TMPDIR/tmp3.$$ 23 echo >> $TMPDIR/tmp3.$$ 28 echo "Files found in $MANDIR/man$dir only:" >> $TMPDIR/tmp3.$$ 29 comm -23 $TMPDIR/tmp1.$$ $TMPDIR/tmp2.$$ | sed "s/^/ /" >> $TMPDIR/tmp3.$$ 30 echo >> $TMPDIR/tmp3.$$ 31 echo "Files found in $DIR2/man$dir only:" >> $TMPDIR/tmp3.$$ 32 comm -13 $TMPDIR/tmp1.$$ $TMPDIR/tmp2.$$ | sed "s/^/ /" >> $TMPDIR/tmp3.$$ 33 echo >> $TMPDIR/tmp3.$$ [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bf/asm/ |
| H A D | bf-586.pl | 26 $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,$tmp4,$enc)=@_; 119 &movb( &LB($tmp3), &HB($tmp4)); # C 126 &mov( $tmp1, &DWP(&n2a($BF_OFF+0x0800),$P,$tmp3,4));
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bf/asm/ |
| H A D | bf-586.pl | 27 $tmp3="ecx"; 63 &xor( $tmp3, $tmp3); 70 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1); 74 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1); 82 &xor( $tmp3, $tmp3); 89 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0); 92 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0); 107 local($i,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,$enc)=@_; 120 &movb( &LB($tmp3), &HB($tmp4)); # C 127 &mov( $tmp1, &DWP(&n2a($BF_OFF+0x0800),$P,$tmp3,4));
|
| /netbsd-src/games/larn/ |
| H A D | movem.c | 33 static int tmp1, tmp2, tmp3, tmp4, distance; variable 51 tmp3 = playerx - 10; in movemonst() 57 tmp3 = playerx - 5; in movemonst() 68 if (tmp3 < 0) in movemonst() 69 tmp3 = 0; in movemonst() 78 if (tmp3 < 1) in movemonst() 79 tmp3 = 1; in movemonst() 85 for (i = tmp3; i < tmp4; i++) in movemonst() 93 for (i = tmp3; i < tmp4; i++) in movemonst() 103 for (i = tmp3; i < tmp4; i++) in movemonst() [all …]
|
| /netbsd-src/external/bsd/wpa/dist/src/crypto/ |
| H A D | milenage.c | 39 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f1() local 57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i]; in milenage_f1() 60 tmp3[i] ^= tmp1[i]; in milenage_f1() 64 if (aes_128_encrypt_block(k, tmp3, tmp1)) in milenage_f1() 91 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f2345() local 111 if (aes_128_encrypt_block(k, tmp1, tmp3)) in milenage_f2345() 114 tmp3[i] ^= opc[i]; in milenage_f2345() 116 os_memcpy(res, tmp3 + 8, 8); /* f2 */ in milenage_f2345() 118 os_memcpy(ak, tmp3, 6); /* f5 */ in milenage_f2345()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm-fixed.md | 152 rtx tmp3 = gen_reg_rtx (SImode); 156 emit_insn (gen_mulhisi3 (tmp3, tmp1, tmp2)); 157 emit_insn (gen_extv (gen_lowpart (SImode, operands[0]), tmp3, GEN_INT (8), 188 rtx tmp3 = gen_reg_rtx (SImode); 194 emit_insn (gen_ashlsi3 (tmp3, gen_highpart (SImode, tmp1), GEN_INT (1))); 195 emit_insn (gen_iorsi3 (gen_lowpart (SImode, operands[0]), tmp2, tmp3)); 210 rtx tmp3 = gen_reg_rtx (SImode); 215 emit_insn (gen_ashlsi3 (tmp3, gen_highpart (SImode, tmp1), GEN_INT (17))); 216 emit_insn (gen_iorsi3 (gen_lowpart (SImode, operands[0]), tmp2, tmp3)); 229 rtx tmp3 = gen_reg_rtx (SImode); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm-fixed.md | 152 rtx tmp3 = gen_reg_rtx (SImode); 156 emit_insn (gen_mulhisi3 (tmp3, tmp1, tmp2)); 157 emit_insn (gen_extv (gen_lowpart (SImode, operands[0]), tmp3, GEN_INT (8), 188 rtx tmp3 = gen_reg_rtx (SImode); 194 emit_insn (gen_ashlsi3 (tmp3, gen_highpart (SImode, tmp1), GEN_INT (1))); 195 emit_insn (gen_iorsi3 (gen_lowpart (SImode, operands[0]), tmp2, tmp3)); 210 rtx tmp3 = gen_reg_rtx (SImode); 215 emit_insn (gen_ashlsi3 (tmp3, gen_highpart (SImode, tmp1), GEN_INT (17))); 216 emit_insn (gen_iorsi3 (gen_lowpart (SImode, operands[0]), tmp2, tmp3)); 229 rtx tmp3 = gen_reg_rtx (SImode); [all …]
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| H A D | aead_aes256gcm_aesni.c | 205 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in addmul() local 226 tmp3 = _mm_clmulepi64_si128(A, B, 0x00); in addmul() 233 tmp15 = _mm_xor_si128(tmp3, tmp13); in addmul() 268 __m128i tmp3 = _mm_clmulepi64_si128(A, B, 0x00); in mulv() local 275 __m128i tmp15 = _mm_xor_si128(tmp3, tmp13); in mulv() 373 tmp0 = _mm_xor_si128(tmp3, tmp0);\ 380 tmp3 = lo; \ 382 tmp3B = _mm_srli_epi32(tmp3, 31); \ 384 tmp3 = _mm_slli_epi32(tmp3, 1); \ 389 tmp3 = _mm_or_si128(tmp3, tmp3B); \ [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | check_GNU_style.sh | 72 tmp3=check_GNU_style.3.tmp 75 trap "rm -f $inp $tmp $tmp2 $tmp3 $stdin_tmp" 0 76 trap "rm -f $inp $tmp $tmp2 $tmp3 $stdin_tmp; exit 1" 1 2 3 5 9 13 15 199 > "$tmp3" 204 paste -d '\0' "$tmp2" "$tmp3" \
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | check_GNU_style.sh | 72 tmp3=check_GNU_style.3.tmp 75 trap "rm -f $inp $tmp $tmp2 $tmp3 $stdin_tmp" 0 76 trap "rm -f $inp $tmp $tmp2 $tmp3 $stdin_tmp; exit 1" 1 2 3 5 9 13 15 199 > "$tmp3" 204 paste -d '\0' "$tmp2" "$tmp3" \
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | update-anchor.sh | 59 tmp3=$tmpfile.3 62 echo "server: root-hints: '$roothints'" > $tmp3 63 rh="-C $tmp3" 131 rm -f $tmpfile $tmp2 $tmp3
|
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | gammaonethird.c | 137 mpfr_t tmp, tmp2, tmp3; in mpfr_gamma_one_third() local 141 mpfr_init2 (tmp3, prec + 4); in mpfr_gamma_one_third() 156 mpfr_sqrt (tmp3, tmp, MPFR_RNDN); in mpfr_gamma_one_third() 157 mpfr_cbrt (y, tmp3, MPFR_RNDN); in mpfr_gamma_one_third() 161 mpfr_clear (tmp3); in mpfr_gamma_one_third()
|
| /netbsd-src/sys/external/isc/libsodium/dist/msvc-scripts/ |
| H A D | process.bat | 3 cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/1/ < tmp2 > tmp3 4 cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_MINIMAL_DEF@// < tmp3 > src\libsodium\inclu… 5 del tmp tmp2 tmp3
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| H A D | sha512-mips.pl | 257 my ($tmp0,$tmp1,$tmp2,$tmp3)=(@X[4],@X[5],@X[6],@X[7]); 267 $SRL $tmp3,@X[14],@sigma1[0] 271 xor $tmp3,$tmp1 284 $SRL $tmp3,@X[14],@sigma1[0] 289 xor $tmp3,$tmp1 291 xor $tmp3,$tmp0 293 xor $tmp3,$tmp1 295 xor $tmp3,$tmp0 # sigma1(X[i+14]) 296 $ADDU @X[0],$tmp3
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| H A D | sha512-mips.pl | 263 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
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | crypto-evp.c | 168 unsigned char tmp2[EVP_MAX_BLOCK_LENGTH], tmp3[EVP_MAX_BLOCK_LENGTH]; in _krb5_evp_encrypt_cts() local 191 memcpy(tmp3, p + blocksize, len); in _krb5_evp_encrypt_cts() 192 memcpy(tmp3 + len, tmp2 + len, blocksize - len); /* xor 0 */ in _krb5_evp_encrypt_cts() 195 p[i + blocksize] = tmp2[i] ^ tmp3[i]; in _krb5_evp_encrypt_cts() 199 EVP_Cipher(c, p, tmp3, blocksize); in _krb5_evp_encrypt_cts()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| H A D | aesv8-armx.pl | 432 my ($dat3,$in3,$tmp3); # used only in 64-bit mode 435 ($dat2,$dat3,$dat4,$in2,$in3,$in4,$tmp3,$tmp4)=map("q$_",(16..23)); 718 veor $tmp3,$rndlast,$dat3 727 vst1.8 {$tmp3},[$out],#16 747 veor $tmp3,$rndlast,$dat3 751 vst1.8 {$tmp3},[$out],#16 1038 veor $tmp3,$rndlast,$dat3 1047 vst1.8 {$tmp3},[$out],#16 1067 veor $tmp3,$rndlast,$dat3 1071 vst1.8 {$tmp3},[$out],#16 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh-mem.cc | 211 rtx tmp3 = gen_reg_rtx (SImode); in sh_expand_cmpstr() local 247 emit_move_insn (tmp3, addr2); in sh_expand_cmpstr() 253 emit_move_insn (tmp2, tmp3); in sh_expand_cmpstr() 260 emit_insn (gen_andsi3 (tmp3, tmp3, tmp1)); in sh_expand_cmpstr() 262 emit_insn (gen_cmpstr_t (tmp0, tmp3)); in sh_expand_cmpstr() 269 emit_move_insn (tmp3, addr2); in sh_expand_cmpstr() 367 rtx tmp3 = gen_reg_rtx (SImode); in sh_expand_cmpnstr() local 419 emit_insn (gen_andsi3 (tmp3, tmp2, tmp1)); in sh_expand_cmpnstr() 421 emit_insn (gen_cmpstr_t (tmp0, tmp3)); in sh_expand_cmpnstr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh-mem.cc | 211 rtx tmp3 = gen_reg_rtx (SImode); in sh_expand_cmpstr() local 247 emit_move_insn (tmp3, addr2); in sh_expand_cmpstr() 253 emit_move_insn (tmp2, tmp3); in sh_expand_cmpstr() 260 emit_insn (gen_andsi3 (tmp3, tmp3, tmp1)); in sh_expand_cmpstr() 262 emit_insn (gen_cmpstr_t (tmp0, tmp3)); in sh_expand_cmpstr() 269 emit_move_insn (tmp3, addr2); in sh_expand_cmpstr() 367 rtx tmp3 = gen_reg_rtx (SImode); in sh_expand_cmpnstr() local 419 emit_insn (gen_andsi3 (tmp3, tmp2, tmp1)); in sh_expand_cmpnstr() 421 emit_insn (gen_cmpstr_t (tmp0, tmp3)); in sh_expand_cmpnstr()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/srp/ |
| H A D | srp_lib.c | 179 BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL, *k = NULL, *K = NULL; in SRP_Calc_client_key() local 189 (tmp3 = BN_new()) == NULL || in SRP_Calc_client_key() 203 if (!BN_mul(tmp3, u, xtmp, bn_ctx)) in SRP_Calc_client_key() 205 if (!BN_add(tmp2, a, tmp3)) in SRP_Calc_client_key() 218 BN_clear_free(tmp3); in SRP_Calc_client_key()
|