| /freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| H A D | curve25519_sandy2x.c | 22 #define z2 var[2] macro 45 z_51.v[0] = (z2[1] << 26) + z2[0]; in crypto_scalarmult_curve25519_sandy2x() 46 z_51.v[1] = (z2[3] << 26) + z2[2]; in crypto_scalarmult_curve25519_sandy2x() 47 z_51.v[2] = (z2[5] << 26) + z2[4]; in crypto_scalarmult_curve25519_sandy2x() 48 z_51.v[3] = (z2[7] << 26) + z2[6]; in crypto_scalarmult_curve25519_sandy2x() 49 z_51.v[4] = (z2[9] << 26) + z2[8]; in crypto_scalarmult_curve25519_sandy2x() 65 #undef z2 68 #define z2 var[1] macro 89 z_51.v[0] = (z2[1] << 26) + z2[0]; in crypto_scalarmult_curve25519_sandy2x_base() 90 z_51.v[1] = (z2[3] << 26) + z2[2]; in crypto_scalarmult_curve25519_sandy2x_base() [all …]
|
| /freebsd-src/crypto/openssl/crypto/modes/asm/ |
| H A D | aesni-gcm-x86_64.pl | 83 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8)); 123 vpclmulqdq \$0x01,$Hkey,$Z3,$Z2 139 vpxor $Z1,$Z2,$Z2 167 vpxor $T1,$Z2,$Z2 170 vpxor $T2,$Z2,$Z2 185 vpxor $T2,$Z2,$Z2 188 vpxor $Hkey,$Z2,$Z2 207 vpxor $Hkey,$Z2,$Z2 210 vpxor $Z1,$Z2,$Z2 229 vpxor $Z1,$Z2,$Z2 [all …]
|
| H A D | ghash-c64xplus.pl | 33 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3, 85 || ZERO $Z3:$Z2 104 || LDDW *${xip}[0],$Z3:$Z2 116 [B0] XOR $H2x,$Z2,$Z2 123 [B0] XOR $H2x,$Z2,$Z2 130 STDW $Z3:$Z2,*${xip}[0] 131 || [B0] ZERO $Z3:$Z2 179 XOR.L $H2x,$Z2,$Z2 ; 6/0 ; [0,0] in epilogue 184 || SHRMB.S $Z2,$Z1,$Z1 189 || SHRMB.S $Z3,$Z2,$Z2 [all …]
|
| /freebsd-src/contrib/arm-optimized-routines/pl/math/ |
| H A D | acos_2u.c | |
| H A D | sv_acos_2u.c | |
| H A D | v_acos_2u.c | |
| H A D | sv_acosf_1u4.c | |
| H A D | acosf_1u4.c | |
| H A D | asin_3u.c | |
| H A D | v_acosf_1u4.c | |
| H A D | atanf_common.h | |
| H A D | atan_common.h | |
| H A D | asinf_2u5.c | |
| H A D | sv_asin_3u.c | |
| H A D | v_tanf_3u5.c | |
| H A D | v_asin_3u.c | |
| H A D | sv_asinf_2u5.c | |
| /freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
| H A D | x25519_ref10.c | 60 fe25519 z2; in crypto_scalarmult_curve25519_ref10() local 80 fe25519_0(z2); in crypto_scalarmult_curve25519_ref10() 90 fe25519_cswap(z2, z3, swap); in crypto_scalarmult_curve25519_ref10() 93 fe25519_sub(tmp1, x2, z2); in crypto_scalarmult_curve25519_ref10() 94 fe25519_add(x2, x2, z2); in crypto_scalarmult_curve25519_ref10() 95 fe25519_add(z2, x3, z3); in crypto_scalarmult_curve25519_ref10() 97 fe25519_mul(z2, z2, tmp1); 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() 104 fe25519_sq(z2, z2); in crypto_scalarmult_curve25519_ref10() [all …]
|
| /freebsd-src/contrib/bearssl/src/ec/ |
| H A D | ec_c25519_i31.c | 179 uint32_t x1[10], x2[10], x3[10], z2[10], z3[10]; in api_mul() local 223 * Initialise variables x1, x2, z2, x3 and z3. We set all of them in api_mul() 228 br_i31_zero(z2, C255_P[0]); in api_mul() 229 memcpy(x2, z2, sizeof z2); in api_mul() 253 cswap(z2, z3, swap); in api_mul() 258 print_int_mont("z2", z2); in api_mul() 263 c255_add(a, x2, z2); in api_mul() 265 c255_sub(b, x2, z2); in api_mul() 291 c255_mul(z2, C255_A24, e); in api_mul() 292 c255_add(z2, z2, aa); in api_mul() [all …]
|
| H A D | ec_c25519_i15.c | 188 uint16_t x1[18], x2[18], x3[18], z2[18], z3[18]; in api_mul() local 232 * Initialise variables x1, x2, z2, x3 and z3. We set all of them in api_mul() 237 br_i15_zero(z2, C255_P[0]); in api_mul() 238 memcpy(x2, z2, ILEN); in api_mul() 259 cswap(z2, z3, swap); in api_mul() 264 print_int_mont("z2", z2); in api_mul() 269 c255_add(a, x2, z2); in api_mul() 271 c255_sub(b, x2, z2); in api_mul() 297 c255_mul(z2, C255_A24, e); in api_mul() 298 c255_add(z2, z2, aa); in api_mul() [all …]
|
| /freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/ |
| H A D | zpool_split_vdevs.ksh | 48 # "z2" - raidz2 64 disks[z1]="z1 z2" 65 disks[z2]="z1 z2 z3" 66 disks[z3]="z1 z2 z3 z4" 79 z2) # raidz2 117 typeset -a badconfs=("d" "z1" "z2" "z3" "m d" "m3 d" "m z1" "m z2" "m z3")
|
| /freebsd-src/crypto/openssl/crypto/ec/curve448/ |
| H A D | curve448.c | 390 gf x1, x2, z2, x3, z3, t1, t2; in ossl_x448_int() local 397 gf_copy(z2, ZERO); in ossl_x448_int() 416 gf_cond_swap(z2, z3, swap); in ossl_x448_int() 424 gf_add_nr(t1, x2, z2); /* A = x2 + z2 */ /* 2+e */ in ossl_x448_int() 425 gf_sub_nr(t2, x2, z2); /* B = x2 - z2 */ /* 3+e */ in ossl_x448_int() 426 gf_sub_nr(z2, x3, z3); /* D = x3 - z3 */ /* 3+e */ in ossl_x448_int() 427 gf_mul(x2, t1, z2); /* DA */ in ossl_x448_int() 428 gf_add_nr(z2, z3, x3); /* C = x3 + z3 */ /* 2+e */ in ossl_x448_int() 429 gf_mul(x3, t2, z2); /* CB */ in ossl_x448_int() 431 gf_sqr(z2, z3); /* (DA-CB)^2 */ in ossl_x448_int() [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | resistive-adc-touch.yaml | 31 - description: z2 (optional) 43 - enum: [x, y, z1, z2] 44 - enum: [x, y, z1, z2] 45 - enum: [x, y, z1, z2] 46 - enum: [x, y, z1, z2] 84 io-channel-names = "x", "z1", "z2", "y";
|
| /freebsd-src/contrib/bearssl/src/hash/ |
| H A D | ghash_ctmul64.c | 37 uint64_t z0, z1, z2, z3; in bmul64() local 49 z2 = (x0 * y2) ^ (x1 * y1) ^ (x2 * y0) ^ (x3 * y3); in bmul64() 53 z2 &= (uint64_t)0x4444444444444444; in bmul64() 55 return z0 | z1 | z2 | z3; in bmul64() 100 uint64_t z0, z1, z2, z0h, z1h, z2h; in br_ghash_ctmul64() local 123 z2 = bmul64(y2, h2); in br_ghash_ctmul64() 127 z2 ^= z0 ^ z1; in br_ghash_ctmul64() 134 v1 = z0h ^ z2; in br_ghash_ctmul64()
|
| /freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
| H A D | u4.h | 4 __m128i z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13, z14, variable 25 z2 = _mm_loadu_si128((__m128i *) (x + 8)); 26 z7 = _mm_shuffle_epi32(z2, 0xff); 27 z13 = _mm_shuffle_epi32(z2, 0x55); 28 z2 = _mm_shuffle_epi32(z2, 0xaa); 37 orig2 = z2; 92 z2 = orig2; 189 z2 = _mm_xor_si128(z2, y2); 191 z2 = _mm_xor_si128(z2, r2); 202 y6 = _mm_add_epi32(y6, z2); [all …]
|