Searched refs:tmp2 (Results 26 - 50 of 126) sorted by relevance

123456

/freebsd-current/contrib/wpa/src/crypto/
H A Dmilenage.c39 u8 tmp1[16], tmp2[16], tmp3[16]; local
48 /* tmp2 = IN1 = SQN || AMF || SQN || AMF */
49 os_memcpy(tmp2, sqn, 6);
50 os_memcpy(tmp2 + 6, amf, 2);
51 os_memcpy(tmp2 + 8, tmp2, 8);
55 /* rotate (tmp2 XOR OP_C) by r1 (= 0x40 = 8 bytes) */
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
91 u8 tmp1[16], tmp2[16], tmp3[16]; local
94 /* tmp2
[all...]
H A Daes-siv.c67 u8 tmp[AES_BLOCK_SIZE], tmp2[AES_BLOCK_SIZE]; local
90 tmp2);
95 xor(tmp, tmp2);
110 pad_block(tmp2, addr[i], len[i]);
111 xor(tmp, tmp2);
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl121 $tmp2="%g5";
188 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
193 or $tmp1,$tmp2,$tmp2
194 or @pair[1],$tmp2,$tmp2
196 add $h,$tmp2,$T1
197 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
205 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
211 or $tmp1,$tmp2,
[all...]
H A Dsha1-sparcv9a.pl57 $tmp2="%i5";
163 sll $b,30,$tmp2
170 or $tmp2,$b,$b
182 sll $b,30,$tmp2
191 or $tmp2,$b,$b
217 sll $b,30,$tmp2
222 or $tmp2,$b,$b
236 sll $b,30,$tmp2
242 or $tmp2,$b,$b
254 sll $b,30,$tmp2
[all...]
/freebsd-current/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl33 $tmp2="ebp";
62 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
70 &lea($a,&DWP($t,$a,$tmp2,1));
73 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
93 &lea($a,&DWP($t,$a,$tmp2,1));
96 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
121 &lea($a,&DWP($t,$a,$tmp2,1));
124 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0));
139 &lea($a,&DWP($t,$a,$tmp2,1));
142 &mov($tmp2,
[all...]
/freebsd-current/crypto/openssl/crypto/aes/
H A Daes_ige.c89 aes_block_t tmp, tmp2;
99 tmp2.data[n] = tmp.data[n] ^ iv.data[n];
100 AES_encrypt((unsigned char *)tmp2.data,
101 (unsigned char *)tmp2.data, key);
103 tmp2.data[n] ^= iv2.data[n];
104 store_block(out, tmp2);
105 iv = tmp2;
142 aes_block_t tmp, tmp2;
151 tmp2 = tmp;
159 iv = tmp2;
[all...]
/freebsd-current/contrib/bearssl/src/mac/
H A Dhmac_ct.c71 unsigned char tmp1[64], tmp2[64]; local
153 memset(tmp2, 0, sizeof tmp2);
180 CCOPY(EQ(u, kz), tmp2, tmp1, hlen); local
185 * Inner hash output is in tmp2[]; we finish processing.
189 dig->update(&hc.vtable, tmp2, hlen);
190 dig->out(&hc.vtable, tmp2);
191 memcpy(out, tmp2, ctx->out_len);
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dstrncmp.S34 #define tmp2 x9 define
79 orr tmp2, data1, #REP8_7f
82 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
138 orr tmp2, tmp3, #REP8_7f
139 bic has_nul, tmp1, tmp2
168 mov tmp2, #~0
169 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */
173 orr data1, data1, tmp2
174 orr data2, data2, tmp2
[all...]
H A Dstrchrnul-mte.S22 #define tmp2 x3 define
47 lsl tmp2, srcin, 2
50 lsr tmp1, tmp1, tmp2 /* Mask padding bits. */
H A Dstrlen.S25 #define tmp2 x5 define
96 orr tmp2, data1, REP8_7f
99 bics has_nul1, tmp1, tmp2
122 orr tmp2, data1, REP8_7f
125 bics has_nul1, tmp1, tmp2
H A Dstrchr-mte.S22 #define tmp2 x3 define
50 lsl tmp2, srcin, 2
53 lsr tmp1, tmp1, tmp2
/freebsd-current/sys/arm64/arm64/
H A Dstrncmp.S38 #define tmp2 x9 define
80 orr tmp2, data1, #REP8_7f
83 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
139 orr tmp2, tmp3, #REP8_7f
140 bic has_nul, tmp1, tmp2
169 mov tmp2, #~0
170 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */
174 orr data1, data1, tmp2
175 orr data2, data2, tmp2
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl446 $tmp2="edx";
464 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
468 &add($tmp1,$tmp2);
489 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
493 &add($tmp1,$tmp2);
518 $tmp2="edx";
536 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
540 &sub($tmp1,$tmp2);
561 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
565 &sub($tmp1,$tmp2);
[all...]
/freebsd-current/contrib/dialog/
H A Dheaders-sh.in161 tmp2=`expr $tmp1 + 49`
164 sed "${tmp2}q" $TMPSED >$TMPEDT
166 sed "1,${tmp1}d; ${tmp2}q" $TMPSED >$TMPEDT
171 tmp1=$tmp2
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-avx2.h82 __m256i tmp2 = _mm256_blend_epi32(B0, B1, 0x33); \
84 B0 = _mm256_permute4x64_epi64(tmp2, _MM_SHUFFLE(2,3,0,1)); \
91 tmp2 = _mm256_blend_epi32(D0, D1, 0x33); \
93 D1 = _mm256_permute4x64_epi64(tmp2, _MM_SHUFFLE(2,3,0,1)); \
110 __m256i tmp2 = _mm256_blend_epi32(B0, B1, 0x33); \
112 B1 = _mm256_permute4x64_epi64(tmp2, _MM_SHUFFLE(2,3,0,1)); \
119 tmp2 = _mm256_blend_epi32(D0, D1, 0xCC); \
121 D1 = _mm256_permute4x64_epi64(tmp2, _MM_SHUFFLE(2,3,0,1)); \
/freebsd-current/sys/x86/include/
H A Dpvclock.h67 uint32_t tmp1, tmp2; local
84 : "=A" (product), "=r" (tmp1), "=r" (tmp2)
/freebsd-current/tests/sys/geom/class/mirror/
H A D11_test.sh28 tmp2=$(mktemp $base.XXXXXX)
35 dd if=/dev/$us1 of=$tmp2 iseek=512 bs=$ddbs count=1 >/dev/null 2>&1
38 if cmp -s $tmp1 $tmp2; then
83 rm -f $m1 $m2 $tmp1 $tmp2
H A D13_test.sh26 tmp2=$(mktemp $base.XXXXXX)
35 dd if=/dev/mirror/$name of=$tmp2 bs=$ddbs count=1 >/dev/null 2>&1
38 if cmp -s $tmp1 $tmp2; then
80 rm -f $m1 $m2 $tmp1 $tmp2
/freebsd-current/sys/contrib/zstd/examples/
H A DMakefile70 cp Makefile tmp2
90 ./dictionary_compression tmp2 tmp README.md
91 ./dictionary_decompression tmp2.zst tmp.zst README.md
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dipf_rb.h40 _t *parent, *tmp1, *tmp2; \
44 tmp2 = tmp1->_f.left; \
45 node->_f.right = tmp2; \
46 if (tmp2 != & _n##_rb_zero) \
47 tmp2->_f.parent = node; \
62 _t *parent, *tmp1, *tmp2; \
66 tmp2 = tmp1->_f.right; \
67 node->_f.left = tmp2; \
68 if (tmp2 != &_n##_rb_zero) \
69 tmp2
[all...]
/freebsd-current/contrib/bearssl/src/ssl/
H A Dssl_rec_cbc.c109 unsigned char tmp1[64], tmp2[64]; local
200 br_enc64be(tmp2, cc->seq ++);
201 tmp2[8] = (unsigned char)record_type;
202 br_enc16be(tmp2 + 9, version);
203 br_enc16be(tmp2 + 11, len_nomac);
205 br_hmac_update(&hc, tmp2, 13);
206 br_hmac_outCT(&hc, buf, len_nomac, min_len, max_len, tmp2);
212 good &= EQ0(tmp1[u] ^ tmp2[u]);
/freebsd-current/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c314 char *tmp2 = NULL; local
347 if (tmp2 != NULL)
348 free(tmp2);
349 if (asprintf(&tmp2, "%s/%s", tmp1, ep->d_name) == -1) {
350 tmp2 = NULL;
354 size = readlink(tmp2, buf, sizeof (buf));
387 free(tmp2);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S20 // Routines may modify temporary registers tmp0, tmp1, tmp2,
130 #define tmp2 15 define
190 STXP w(tmp2), x2, x3, [x4]
191 cbnz w(tmp2), 0b
258 STXR w(tmp2), s(tmp1), [x1]
259 cbnz w(tmp2), 0b
/freebsd-current/lib/libipsec/
H A Dipsec_dump_policy.c273 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST]; local
276 set_address(tmp2, sizeof(tmp2), sa2) == NULL)
278 if (strlen(tmp1) + 1 + strlen(tmp2) + 1 > len)
280 snprintf(buf, len, "%s-%s", tmp1, tmp2);
/freebsd-current/crypto/openssl/crypto/des/asm/
H A Ddes-586.pl215 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t,$wp1)=@_;
217 &mov( $u, &DWP(&n2a($S*4),$tmp2,"",0));
219 &mov( $t, &DWP(&n2a(($S+1)*4),$tmp2,"",0));
221 &xor( $tmp2, $tmp2);
226 &movb( &LB($tmp2), &HB($u) );
230 &xor( $L, &DWP("0x200",$trans,$tmp2,0));
231 &movb( &LB($tmp2), &HB($t) );
236 &xor( $L, &DWP("0x300",$trans,$tmp2,0));
237 &movb( &LB($tmp2),
[all...]

Completed in 411 milliseconds

123456