Home
last modified time | relevance | path

Searched refs:z3 (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-13.1/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c62 fe25519 z3; in crypto_scalarmult_curve25519_ref10() local
82 fe25519_1(z3); in crypto_scalarmult_curve25519_ref10()
90 fe25519_cswap(z2, z3, swap); in crypto_scalarmult_curve25519_ref10()
92 fe25519_sub(tmp0, x3, z3); in crypto_scalarmult_curve25519_ref10()
95 fe25519_add(z2, x3, z3); in crypto_scalarmult_curve25519_ref10()
96 fe25519_mul(z3, tmp0, x2); in crypto_scalarmult_curve25519_ref10()
100 fe25519_add(x3, z3, z2); in crypto_scalarmult_curve25519_ref10()
101 fe25519_sub(z2, z3, z2); in crypto_scalarmult_curve25519_ref10()
107 fe25519_add(tmp0, tmp0, z3); in crypto_scalarmult_curve25519_ref10()
108 fe25519_mul(z3, x1, z2); in crypto_scalarmult_curve25519_ref10()
[all …]
/freebsd-13.1/contrib/bearssl/src/ec/
H A Dec_c25519_i15.c188 uint16_t x1[18], x2[18], x3[18], z2[18], z3[18]; in api_mul() local
240 memcpy(z3, x2, ILEN); in api_mul()
259 cswap(z2, z3, swap); in api_mul()
274 c255_add(c, x3, z3); in api_mul()
275 c255_sub(d, x3, z3); in api_mul()
293 c255_sub(z3, da, cb); in api_mul()
294 c255_mul(z3, z3, z3); in api_mul()
295 c255_mul(z3, z3, x1); in api_mul()
309 cswap(z2, z3, swap); in api_mul()
H A Dec_c25519_i31.c179 uint32_t x1[10], x2[10], x3[10], z2[10], z3[10]; in api_mul() local
231 memcpy(z3, x2, sizeof x2); in api_mul()
253 cswap(z2, z3, swap); in api_mul()
268 c255_add(c, x3, z3); in api_mul()
269 c255_sub(d, x3, z3); in api_mul()
287 c255_sub(z3, da, cb); in api_mul()
288 c255_mul(z3, z3, z3); in api_mul()
289 c255_mul(z3, z3, x1); in api_mul()
303 cswap(z2, z3, swap); in api_mul()
H A Dec_c25519_m62.c380 uint64_t x1[5], x2[5], z2[5], x3[5], z3[5]; in api_mul() local
414 memcpy(z3, x2, sizeof x2); in api_mul()
436 f255_cswap(z2, z3, swap); in api_mul()
466 f255_add(c, x3, z3); in api_mul()
469 f255_sub(d, x3, z3); in api_mul()
482 f255_sub(z3, da, cb); in api_mul()
483 f255_mul(z3, z3, z3); in api_mul()
484 f255_mul(z3, x1, z3); in api_mul()
496 f255_cswap(z2, z3, swap); in api_mul()
H A Dec_c25519_m31.c625 uint32_t x1[9], x2[9], x3[9], z2[9], z3[9]; in api_mul() local
654 memset(z3, 0, sizeof z3); in api_mul()
655 z3[0] = 1; in api_mul()
674 cswap(z2, z3, swap); in api_mul()
689 f255_add(c, x3, z3); in api_mul()
690 f255_sub(d, x3, z3); in api_mul()
708 f255_sub(z3, da, cb); in api_mul()
709 f255_square(z3, z3); in api_mul()
710 f255_mul(z3, z3, x1); in api_mul()
724 cswap(z2, z3, swap); in api_mul()
H A Dec_c25519_m64.c628 uint64_t x1[4], x2[4], z2[4], x3[4], z3[4]; in api_mul() local
660 memcpy(z3, x2, sizeof x2); in api_mul()
682 f255_cswap(z2, z3, swap); in api_mul()
701 f255_add(c, x3, z3); in api_mul()
704 f255_sub(d, x3, z3); in api_mul()
717 f255_sub(z3, da, cb); in api_mul()
718 f255_mul(z3, z3, z3); in api_mul()
719 f255_mul(z3, x1, z3); in api_mul()
731 f255_cswap(z2, z3, swap); in api_mul()
H A Dec_c25519_m15.c1303 uint32_t x1[20], x2[20], x3[20], z2[20], z3[20]; in api_mul() local
1332 memset(z3, 0, sizeof z3); in api_mul()
1333 z3[0] = 1; in api_mul()
1352 cswap(z2, z3, swap); in api_mul()
1367 f255_add(c, x3, z3); in api_mul()
1368 f255_sub(d, x3, z3); in api_mul()
1386 f255_sub(z3, da, cb); in api_mul()
1387 f255_square(z3, z3); in api_mul()
1388 f255_mul(z3, z3, x1); in api_mul()
1402 cswap(z2, z3, swap); in api_mul()
/freebsd-13.1/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du4.h31 z4 = _mm_shuffle_epi32(z3, 0x00);
32 z14 = _mm_shuffle_epi32(z3, 0xaa);
33 z3 = _mm_shuffle_epi32(z3, 0xff);
38 orig3 = z3;
85 z3 = orig3;
181 z3 = _mm_xor_si128(z3, y3);
183 z3 = _mm_xor_si128(z3, r3);
209 y11 = z3;
225 y1 = z3;
269 z3 = _mm_xor_si128(z3, y3);
[all …]
H A Du8.h21 __m256i z3 = _mm256_set1_epi32(x[15]); variable
26 __m256i orig3 = z3;
85 z3 = orig3;
181 z3 = _mm256_xor_si256(z3, y3);
183 z3 = _mm256_xor_si256(z3, r3);
194 y7 = _mm256_add_epi32(y7, z3);
209 y11 = z3;
225 y1 = z3;
269 z3 = _mm256_xor_si256(z3, y3);
271 z3 = _mm256_xor_si256(z3, r3);
[all …]
/freebsd-13.1/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c37 uint64_t z0, z1, z2, z3; in bmul64() local
50 z3 = (x0 * y3) ^ (x1 * y2) ^ (x2 * y1) ^ (x3 * y0); in bmul64()
54 z3 &= (uint64_t)0x8888888888888888; in bmul64()
55 return z0 | z1 | z2 | z3; in bmul64()
H A Dghash_pclmul.c220 __m128i z0, z1, z2, z3; \
222 z3 = pclmulqdq00(kw, kw); \
224 z2 = _mm_shuffle_epi32(z3, 0x0E); \
225 SL_256(z0, z1, z2, z3); \
226 REDUCE_F128(z0, z1, z2, z3); \
H A Dghash_ctmul32.c53 uint32_t z0, z1, z2, z3; in bmul32() local
66 z3 = (x0 * y3) ^ (x1 * y2) ^ (x2 * y1) ^ (x3 * y0); in bmul32()
70 z3 &= (uint32_t)0x88888888; in bmul32()
71 return z0 | z1 | z2 | z3; in bmul32()
H A Dghash_ctmul.c169 uint64_t z0, z1, z2, z3; in bmul() local
183 z3 = MUL(x0, y3) ^ MUL(x1, y2) ^ MUL(x2, y1) ^ MUL(x3, y0); in bmul()
187 z3 &= (uint64_t)0x8888888888888888; in bmul()
188 z = z0 | z1 | z2 | z3; in bmul()
/freebsd-13.1/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c383 gf x1, x2, z2, x3, z3, t1, t2; in x448_int() local
392 gf_copy(z3, ONE); in x448_int()
409 gf_cond_swap(z2, z3, swap); in x448_int()
419 gf_sub_nr(z2, x3, z3); /* D = x3 - z3 */ /* 3+e */ in x448_int()
421 gf_add_nr(z2, z3, x3); /* C = x3 + z3 */ /* 2+e */ in x448_int()
423 gf_sub_nr(z3, x2, x3); /* DA-CB */ /* 3+e */ in x448_int()
424 gf_sqr(z2, z3); /* (DA-CB)^2 */ in x448_int()
425 gf_mul(z3, x1, z2); /* z3 = x1(DA-CB)^2 */ in x448_int()
441 gf_cond_swap(z2, z3, swap); in x448_int()
451 OPENSSL_cleanse(z3, sizeof(z3)); in x448_int()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/
H A Dzpool_split_vdevs.ksh66 disks[z3]="z1 z2 z3 z4"
81 z3) # raidz3
/freebsd-13.1/lib/libmp/
H A Dmpasbn.c375 MINT *z1, *z2, *z3; in mp_msqrt() local
386 z3 = _itom("msqrt", 0); in mp_msqrt()
392 _msub("msqrt", ox, x, z3); in mp_msqrt()
393 } while (_mcmpa("msqrt", z3, tolerance) == 1); in mp_msqrt()
403 _mfree("msqrt", z3); in mp_msqrt()
/freebsd-13.1/contrib/bearssl/src/symcipher/
H A Daes_ct.c45 uint32_t z0, z1, z2, z3, z4, z5, z6, z7, z8, z9; in br_aes_ct_bitslice_Sbox() local
144 z3 = t43 & y16; in br_aes_ct_bitslice_Sbox()
170 t53 = z0 ^ z3; in br_aes_ct_bitslice_Sbox()
176 t59 = z3 ^ t54; in br_aes_ct_bitslice_Sbox()
H A Daes_ct64.c45 uint64_t z0, z1, z2, z3, z4, z5, z6, z7, z8, z9; in br_aes_ct64_bitslice_Sbox() local
144 z3 = t43 & y16; in br_aes_ct64_bitslice_Sbox()
170 t53 = z0 ^ z3; in br_aes_ct64_bitslice_Sbox()
176 t59 = z3 ^ t54; in br_aes_ct64_bitslice_Sbox()
/freebsd-13.1/crypto/openssl/crypto/ec/
H A Dcurve25519.c217 fe64_1(z3); in x25519_scalar_mulx()
226 fe64_sub(tmp0, x3, z3); in x25519_scalar_mulx()
229 fe64_add(z2, x3, z3); in x25519_scalar_mulx()
234 fe64_add(x3, z3, z2); in x25519_scalar_mulx()
235 fe64_sub(z2, z3, z2); in x25519_scalar_mulx()
242 fe64_mul(z3, x1, z2); in x25519_scalar_mulx()
709 fe51_1(z3); in x25519_scalar_mult()
721 fe51_add(z2, x3, z3); in x25519_scalar_mult()
726 fe51_add(x3, z3, z2); in x25519_scalar_mult()
727 fe51_sub(z2, z3, z2); in x25519_scalar_mult()
[all …]
H A Decp_nistp256.c1235 static void point_add(felem x3, felem y3, felem z3,
1364 point_double(x3, y3, z3, x1, y1, z1);
1413 felem_assign(z3, z_out);
1420 static void point_add_small(smallfelem x3, smallfelem y3, smallfelem z3,
1433 felem_shrink(z3, felem_z3);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DARM64_ehframe_Registers.h117 z3, enumerator
H A DARM64_DWARF_Registers.h118 z3, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h413 DEFINE_VREG_SVE(v3, z3),
447 DEFINE_FPU_PSEUDO_SVE(s3, 4, z3),
480 DEFINE_FPU_PSEUDO_SVE(d3, 8, z3),
519 DEFINE_ZREG(z3),
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def28 ANALYSIS_CONSTRAINTS(Z3Constraints, "z3", "Use Z3 contraint solver",
/freebsd-13.1/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros460 bits32 z0, z1, z2, z3;
463 mul32To64( a1, b1, &z2, &z3 );
471 *z3Ptr = z3;

12