Searched refs:v2 (Results 51 - 75 of 244) sorted by relevance

12345678910

/freebsd-current/contrib/wpa/src/common/
H A Ddpp_pkex.c30 bool v2)
41 v2 ? "" : "Version 1 ");
44 Qi = dpp_pkex_derive_Qi(curve, v2 ? NULL : pkex->own_mac, pkex->code,
82 if (v2)
88 msg = dpp_alloc_msg(v2 ? DPP_PA_PKEX_EXCHANGE_REQ :
94 if (v2) {
174 bool v2)
191 pkex->v2 = v2;
202 pkex->exchange_req = dpp_pkex_build_exchange_req(pkex, v2);
29 dpp_pkex_build_exchange_req(struct dpp_pkex *pkex, bool v2) argument
171 dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, const u8 *own_mac, const char *identifier, const char *code, bool v2) argument
338 dpp_pkex_rx_exchange_req(void *msg_ctx, struct dpp_bootstrap_info *bi, const u8 *own_mac, const u8 *peer_mac, const char *identifier, const char *code, const u8 *buf, size_t len, bool v2) argument
[all...]
/freebsd-current/contrib/expat/lib/
H A Dsiphash.h133 uint64_t v0, v1, v2, v3; member in struct:siphash
176 H->v2 += H->v3;
178 H->v3 ^= H->v2;
184 H->v2 += H->v1;
186 H->v1 ^= H->v2;
187 H->v2 = SIP_ROTL(H->v2, 32);
195 H->v2 = SIP_ULL(0x6c796765U, 0x6e657261U) ^ key->k[0];
264 H->v2 ^= 0xff;
267 return H->v0 ^ H->v1 ^ H->v2
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl204 tbl v2.16b, {$ipthi}, v0.16b // vpshufb %xmm0, %xmm3, %xmm2
206 eor v0.16b, v0.16b, v2.16b // vpxor %xmm2, %xmm0, %xmm0
213 tbl v4.16b, {$sb1t}, v2.16b // vpshufb %xmm2, %xmm13, %xmm4 # 4 = sb1u
217 tbl v5.16b, {$sb2t}, v2.16b // vpshufb %xmm2, %xmm15, %xmm5 # 4 = sb2u
219 tbl v2.16b, {$sb2u}, v3.16b // vpshufb %xmm3, %xmm14, %xmm2 # 2 = sb2t
222 eor v2.16b, v2.16b, v5.16b // vpxor %xmm5, %xmm2, %xmm2 # 2 = 2A
224 eor v3.16b, v3.16b, v2.16b // vpxor %xmm2, %xmm3, %xmm3 # 0 = 2A+B
241 tbl v2.16b, {$invlo}, v3.16b // vpshufb %xmm3, %xmm10, %xmm2 # 2 = 1/iak
243 eor v2
[all...]
/freebsd-current/sys/crypto/openssl/aarch64/
H A Dsha512-armv8.S1102 ld1 {v0.2d,v1.2d,v2.2d,v3.2d},[x0] // load context
1122 orr v28.16b,v2.16b,v2.16b
1128 ext v5.16b,v2.16b,v3.16b,#8
1129 ext v6.16b,v1.16b,v2.16b,#8
1140 ext v5.16b,v4.16b,v2.16b,#8
1142 add v2.2d,v2.2d,v25.2d // "T1 + H + K512[i]"
1145 .inst 0xce6680a2 //sha512h v2.16b,v5.16b,v6.16b
1147 add v1.2d,v0.2d,v2
[all...]
H A Darmv8-mont.S278 ld1 {v2.4s,v3.4s},[x3],#32
295 umlal v6.2d,v29.2s,v2.s[0]
296 umlal v7.2d,v29.2s,v2.s[1]
298 umlal v8.2d,v29.2s,v2.s[2]
300 umlal v9.2d,v29.2s,v2.s[3]
327 umlal v7.2d,v29.2s,v2.s[0]
328 umlal v8.2d,v29.2s,v2.s[1]
330 umlal v9.2d,v29.2s,v2.s[2]
332 umlal v10.2d,v29.2s,v2.s[3]
359 umlal v8.2d,v29.2s,v2
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/
H A Dsha512-armv8.S1083 orr v28.16b,v2.16b,v2.16b
1089 ext v5.16b,v2.16b,v3.16b,#8
1090 ext v6.16b,v1.16b,v2.16b,#8
1101 ext v5.16b,v4.16b,v2.16b,#8
1103 add v2.2d,v2.2d,v25.2d // "T1 + H + K512[i]"
1106 .inst 0xce6680a2 //sha512h v2.16b,v5.16b,v6.16b
1108 add v1.2d,v0.2d,v2.2d // "D + T1"
1109 .inst 0xce638402 //sha512h2 v2
[all...]
/freebsd-current/contrib/bearssl/src/int/
H A Di62_modpow2.c32 * Compute x*y+v1+v2. Operands are 64-bit, and result is 128-bit, with
35 #define FMA1(hi, lo, x, y, v1, v2) do { \
38 + (unsigned __int128)(v1) + (unsigned __int128)(v2); \
44 * Compute x1*y1+x2*y2+v1+v2. Operands are 64-bit, and result is 128-bit,
47 * Callers should ensure that the two inner products, and the v1 and v2
51 #define FMA2(hi, lo, x1, y1, x2, y2, v1, v2) do { \
55 + (unsigned __int128)(v1) + (unsigned __int128)(v2); \
64 #define FMA1(hi, lo, x, y, v1, v2) do { \
70 fmacc = _addcarry_u64(0, fmalo, (v2), &(lo)); \
80 #define FMA2(hi, lo, x1, y1, x2, y2, v1, v2) d
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daestab.h128 d_4(uint32_t, t_dec(i, n), isb_data, v0, v1, v2, v3);
158 d_4(uint32_t, t_dec(i, m), mm_data, v0, v1, v2, v3);
/freebsd-current/sys/dev/altera/avgen/
H A Daltera_avgen.c90 uint16_t v2; local
117 v2 = bus_read_2(sc->avg_res, offset);
118 error = uiomove(&v2, sizeof(v2), uio);
152 uint16_t v2; local
178 error = uiomove(&v2, sizeof(v2), uio);
181 bus_write_2(sc->avg_res, offset, v2);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
49 dxbc::PSV::v2::RuntimeInfo BaseData;
50 SmallVector<dxbc::PSV::v2::ResourceBindInfo> Resources;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h67 #define v2 2 macro
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DARM64_DWARF_Registers.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
83 v2, enumerator in enum:arm64_dwarf::__anon2994
H A DARM64_ehframe_Registers.h4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
82 v2, enumerator in enum:arm64_ehframe::__anon2995
/freebsd-current/contrib/netbsd-tests/fs/vfs/
H A Dt_io.c203 int v2; local
218 RL(rump_sys_pread(fd, &v2, sizeof(v2), 654321));
221 ATF_REQUIRE_EQ(value, v2);
/freebsd-current/crypto/heimdal/lib/gssapi/ntlm/
H A Dntlm.h133 } v2; member in union:__anon6690::__anon6691
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dmemcmp.S152 eor v1.16b, v2.16b, v3.16b
158 eor v1.16b, v2.16b, v3.16b
159 eor v2.16b, v4.16b, v5.16b
160 umaxp v1.16b, v1.16b, v2.16b
/freebsd-current/sys/netgraph/
H A Dng_patch.h100 uint16_t v2; member in union:ng_patch_op_val
/freebsd-current/contrib/one-true-awk/testdir/
H A Dchem.awk388 function dblring(v, d, v1, v2) { # should canonicalize to i,i+1 mod v
392 v2 = substr($cf,3,1)
393 if (v2 == v1+1 || v1 == v && v2 == 1) # e.g., 2,3 or 5,1
395 else if (v1 == v2+1 || v2 == v && v1 == 1) # e.g., 3,2 or 1,5
396 dbl[v2] = d
/freebsd-current/usr.bin/mkimg/
H A Dqcow.c55 uint32_t clstr_log2sz; /* v2 only */
73 } v2; member in union:qcow_header::__anon6480
163 * 2 - RC table (v2 only)
165 * 4 - RC block (v2 only)
194 be32enc(&hdr->u.v2.l1_entries, clstr_l2tbls);
195 be64enc(&hdr->u.v2.l1_offset, clstrsz * l1clno);
196 be64enc(&hdr->u.v2.refcnt_offset, clstrsz * rcclno);
198 be32enc(&hdr->u.v2.refcnt_clstrs, refcnt_clstrs);
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Ds390x.pm2689 my ($opcode,$v1,$v2,$v3,$i4,$m5)=(shift,get_V(shift),get_V(shift),
2693 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)|($v2&0xf)).",";
2695 $out.=sprintf("%#06x",($m5<<12|RXB($v1,$v2,$v3)<<8|$opcode&0xff));
2704 my ($opcode,$v1,$v2,$i3,$m4,$m5)=(shift,get_V(shift),get_V(shift),
2708 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)|($v2&0xf)).",";
2710 $out.=sprintf("%#06x",($m4<<12|RXB($v1,$v2)<<8|$opcode&0xff));
2719 my ($opcode,$v1,$v2,$v3,$i4,$m5)=(shift,get_V(shift),get_V(shift),
2723 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)|($v2&0xf)).",";
2725 $out.=sprintf("%#06x",(($i4&0xf)<<12|RXB($v1,$v2,$v3)<<8|$opcode&0xff));
2734 my ($opcode,$v1,$v2,
[all...]
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600p8-ppc.pl68 # v2 A[0][2] A[1][2]
102 vxor v28,v2, v7 ; A[0..1][2]^A[2..3][2]
140 vxor v2, v2, v30 ; A[0..1][2] ^= C[1..1]
152 vrld v27,v2, v15 ; v2
166 vpermdi v2, v29,v5, 0b00 ; [0][2] [1][2] < [2][2] [2][0]
183 vandc v26,v2, v1 ; (~A[0..1][1] & A[0..1][2])
184 vandc v27,v3, v2 ; (~A[0..1][2] & A[0..1][3])
190 vxor v2, v
[all...]
/freebsd-current/contrib/blocklist/bin/
H A Dconf.c433 conf_sort(const void *v1, const void *v2) argument
436 const struct conf *c2 = v2;
467 conf_amask_eq(const void *v1, const void *v2, size_t len, int mask) argument
470 const uint32_t *a2 = v2;
477 if (memcmp(v1, v2, len) == 0)
506 blhexdump(b2, sizeof(b2), "a2", v2, len);
602 conf_inet_eq(const void *v1, const void *v2, int mask) argument
605 const struct sockaddr *sa2 = v2;
614 const struct sockaddr_in *s2 = v2;
617 v2
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.h256 unsigned v2; member in struct:XXH32_state_s
267 unsigned long long v2; member in struct:XXH64_state_s
/freebsd-current/contrib/unbound/services/
H A Dview.c48 view_cmp(const void* v1, const void* v2) argument
51 struct view* b = (struct view*)v2;
/freebsd-current/contrib/lua/src/
H A Dlvm.h73 #define intop(op,v1,v2) l_castU2S(l_castS2U(v1) op l_castS2U(v2))

Completed in 443 milliseconds

12345678910