Searched refs:tmp2 (Results 51 - 75 of 126) sorted by relevance

123456

/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl58 $tmp2="%i5";
71 sll $b,30,$tmp2
75 or $tmp2,$b,$b
131 sll $b,30,$tmp2
136 or $tmp2,$b,$b
155 sll $b,30,$tmp2
159 or $tmp2,$b,$b
178 sll $b,30,$tmp2
184 or $tmp2,$b,$b
320 subcc %g0,$tmp1,$tmp2 ! shoul
[all...]
H A Dsha1-ia64.pl66 ld1 tmp2=[tmp3],2 };;
69 dep $X[$i]=$X[$i],tmp2,8,8 };;
76 { .mmi; ld1 tmp2=[tmp3],2 // forward Xload
92 dep $Xn=$Xn,tmp2,8,8 // forward Xload
237 tmp2=r10;
/freebsd-current/sys/arm/arm/
H A Dcpufunc.c300 uint32_t tmp, tmp2; local
317 tmp2 = tmp;
320 if (tmp != tmp2)
H A Dswtch-v6.S90 #define GET_PCPU(tmp, tmp2) \
93 ldr tmp2, .Lcurpcpu+4; \
94 mul tmp, tmp, tmp2; \
95 ldr tmp2, .Lcurpcpu; \
96 add tmp, tmp, tmp2;
99 #define GET_PCPU(tmp, tmp2) \
/freebsd-current/sys/arm/include/
H A Datomic.h93 uint32_t tmp = 0, tmp2 = 0; local
102 : "=&r" (tmp), "+r" (tmp2)
142 uint32_t tmp = 0, tmp2 = 0; local
151 : "=&r" (tmp), "+r" (tmp2), "+r" (address), "+r" (setmask)
571 uint32_t tmp = 0, tmp2 = 0, ret = 0; local
580 : "+r" (ret), "=&r" (tmp), "+r" (tmp2), "+r" (p), "+r" (val)
668 uint32_t ret, tmp = 0, tmp2 = 0; local
677 : "=r" (ret), "=&r" (tmp), "+r" (tmp2), "+r" (p)
715 uint32_t tmp = 0, tmp2 = 0; local
724 : "=&r" (tmp), "+r" (tmp2), "
764 uint32_t tmp = 0, tmp2 = 0; local
[all...]
/freebsd-current/crypto/heimdal/include/
H A Dbits.c52 char tmp[128], tmp2[128]; \
57 sprintf(tmp2, "typedef %s %s;", #TYPE, tmp); \
58 tabs = 5 - strlen(tmp2) / 8; \
59 fprintf(f, "%s", tmp2); \
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dcrypto-evp.c147 unsigned char tmp2[EVP_MAX_BLOCK_LENGTH], tmp3[EVP_MAX_BLOCK_LENGTH]; local
167 EVP_Cipher(c, tmp2, p, blocksize);
170 memcpy(tmp3 + len, tmp2 + len, blocksize - len); /* xor 0 */
173 p[i + blocksize] = tmp2[i] ^ tmp3[i];
/freebsd-current/contrib/wpa/src/common/
H A Dptksa_cache.c272 struct ptksa_cache_entry *entry, *tmp, *tmp2 = NULL; local
300 tmp2 = tmp;
310 if (tmp2)
311 dl_list_add(&tmp2->list, &entry->list);
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dstrcmp.S87 #define tmp2 r5 define
96 #define syndrome_b tmp2
101 #define syndrome tmp2
193 and tmp2, tmp1, #3
195 lsl tmp2, tmp2, #3 /* Bytes -> bits. */
201 S2HI tmp1, const_m1, tmp2
/freebsd-current/crypto/openssl/crypto/srp/
H A Dsrp_lib.c216 BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL, *k = NULL, *K = NULL; local
225 (tmp2 = BN_new()) == NULL ||
236 if (!BN_mod_mul(tmp2, tmp, k, N, bn_ctx))
238 if (!BN_mod_sub(tmp, B, tmp2, N, bn_ctx))
242 if (!BN_add(tmp2, a, tmp3))
245 if (K != NULL && !BN_mod_exp(K, tmp, tmp2, N, bn_ctx)) {
254 BN_clear_free(tmp2);
H A Dsrp_vfy.c617 unsigned char tmp2[MAX_LEN]; local
649 if (RAND_bytes_ex(libctx, tmp2, SRP_RANDOM_SALT_LEN, 0) <= 0)
652 s = BN_bin2bn(tmp2, SRP_RANDOM_SALT_LEN, NULL);
654 if ((len = t_fromb64(tmp2, sizeof(tmp2), *salt)) <= 0)
656 s = BN_bin2bn(tmp2, len, NULL);
679 if (!t_tob64(tmp_salt, tmp2, SRP_RANDOM_SALT_LEN)) {
722 unsigned char tmp2[MAX_LEN]; local
732 if (RAND_bytes_ex(libctx, tmp2, SRP_RANDOM_SALT_LEN, 0) <= 0)
735 salttmp = BN_bin2bn(tmp2, SRP_RANDOM_SALT_LE
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c182 char *tmp2; local
341 tmp2 = zfs_get_underlying_path(tmp);
342 if (tmp && tmp2 && (strcmp(tmp, tmp2) != 0)) {
365 free(tmp2);
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl427 my ($dat0,$dat1,$in0,$in1,$tmp0,$tmp1,$tmp2,$rndlast)=map("q$_",(0..7));
437 my ($dat2,$in2,$tmp2)=map("q$_",(10,11,9));
724 veor $tmp2,$rndlast,$dat2
733 vst1.8 {$tmp2},[$out],#16
754 veor $tmp2,$rndlast,$dat2
758 vst1.8 {$tmp2},[$out],#16
883 veor $tmp2,$rndlast,$dat2
885 vst1.8 {$tmp2},[$out],#16
1044 veor $tmp2,$rndlast,$dat2
1053 vst1.8 {$tmp2},[
[all...]
/freebsd-current/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c131 struct crypto_bignum *tmp2 = NULL, *y = NULL; local
233 crypto_bignum_deinit(tmp2, 1);
234 tmp2 = crypto_ec_point_compute_y_sqr(grp->group, x_candidate);
235 if (!tmp2)
239 qnr_bin, tmp2);
315 crypto_bignum_deinit(tmp2, 1);
/freebsd-current/usr.bin/sdiff/
H A Dsdiff.c216 char *filename1, *filename2, *tmp1, *tmp2, *s1, *s2; local
343 * saved in tmp1 or tmp2. tmp1 should never equal tmp2.
345 tmp1 = tmp2 = NULL;
354 if ((tmp2 = mktmpcpy(filename2)))
355 filename2 = tmp2;
443 if (tmp2 != NULL) {
444 if (unlink(tmp2) != 0)
445 warn("failed to delete %s", tmp2);
446 free(tmp2);
[all...]
/freebsd-current/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_llsc.h38 uint64_t tmp1, tmp2; local
53 : "=&r" (tmp1), "=&r" (tmp2), "=&r" (value[0]), "=&r" (value[1])
72 uint64_t tmp1, tmp2; local
85 : "=&r" (tmp1), "=&r" (tmp2)
/freebsd-current/contrib/cortex-strings/src/aarch64/
H A Dmemset.S70 #define tmp2 x6 define
214 sub tmp2, zva_len, 1
218 bic tmp1, tmp1, tmp2 /* Aligned dc zva start address. */
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_nistp224.c495 limb tmp0, tmp1, tmp2; local
498 tmp2 = 2 * in[2];
501 out[2] = ((widelimb) in[0]) * tmp2 + ((widelimb) in[1]) * in[1];
502 out[3] = ((widelimb) in[3]) * tmp0 + ((widelimb) in[1]) * tmp2;
504 out[5] = ((widelimb) in[3]) * tmp2;
822 widefelem tmp, tmp2; local
880 felem_square(tmp2, gamma);
881 /* tmp2[i] < 4 * 2^57 * 2^57 = 2^116 */
882 widefelem_scalar(tmp2, 8);
883 /* tmp2[
913 widefelem tmp, tmp2; local
[all...]
/freebsd-current/usr.bin/usbhidctl/
H A Dusbhid.c73 char hname[1000], *tmp1, *tmp2; local
119 tmp1 = tmp2 = strdup(names[i]);
120 strsep(&tmp2, "=");
124 if (tmp2 != NULL) {
127 var->val = atoi(tmp2);
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dstrcmp.S67 #define tmp2 r5 define
76 #define syndrome_b tmp2
81 #define syndrome tmp2
166 and tmp2, tmp1, #3
168 lsl tmp2, tmp2, #3 /* Bytes -> bits. */
174 S2HI tmp1, const_m1, tmp2
/freebsd-current/sys/dev/clk/xilinx/
H A Dzynqmp_clock.c341 struct zynqmp_clk *clk, *tmp, *tmp2; local
408 TAILQ_FOREACH(tmp2, &clk_list, next) {
409 if (tmp2->clkdef.id == clk->parentids[i]) {
410 if (tmp2->attributes & ZYNQMP_CLK_IS_EXT) {
414 "clock-names", tmp2->clkdef.name, &idx) == ENOENT)
417 clk->clkdef.parent_names[i] = strdup(tmp2->clkdef.name, M_DEVBUF);
420 clk->clkdef.parent_names[i] = strdup(tmp2->clkdef.name, M_DEVBUF);
/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
253 tmp2 = _mm_srli_epi32(tmp30, 1);
256 tmp34 = _mm_xor_si128(tmp2, tmp12);
295 __m128i tmp2 = _mm_srli_epi32(tmp30, 1); local
298 __m128i tmp34 = _mm_xor_si128(tmp2, tmp12);
372 tmp0 = _mm_xor_si128(tmp2, tmp0); \
400 tmp2 = _mm_srli_epi32(tmp3, 1); \
403 tmp2 = _mm_xor_si128(tmp2, tmp0B); \
404 tmp2
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_modes.c169 int tmp1, tmp2; local
179 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 +
181 hperiod = tmp1 * 2 / (tmp2 * vfieldrate);
233 int tmp1, tmp2; local
237 tmp2 = vdisplay_rnd + 2 * vmargin;
238 hperiod = tmp1 / (tmp2 * vfieldrate);
326 unsigned int tmp1, tmp2; local
372 tmp2 = (vdisplay_rnd + 2 * top_margin + GTF_MIN_V_PORCH) *
374 hfreq_est = (tmp2 * 1000 * vfieldrate_rqd) / tmp1;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_x86_64.S165 je LOCAL_LABEL(tmp2)
171 LOCAL_LABEL(tmp2):
/freebsd-current/crypto/heimdal/appl/push/
H A Dpush.c239 char *tmp2; local
241 tmp2 = tmp = estrdup(header_str);
256 headers[i] = strtok_r(tmp2, ",", &tmp2);

Completed in 185 milliseconds

123456