Home
last modified time | relevance | path

Searched full:mismatch (Results 1 – 25 of 1210) sorted by relevance

12345678910>>...49

/freebsd/crypto/openssl/test/ssl-tests/
H A D05-sni.cnf9 test-4 = 4-SNI-bad-sni-ignore-mismatch
10 test-5 = 5-SNI-bad-sni-reject-mismatch
11 test-6 = 6-SNI-bad-clienthello-sni-ignore-mismatch
12 test-7 = 7-SNI-bad-clienthello-sni-reject-mismatch
141 [4-SNI-bad-sni-ignore-mismatch]
142 ssl_conf = 4-SNI-bad-sni-ignore-mismatch-ssl
144 [4-SNI-bad-sni-ignore-mismatch-ssl]
145 server = 4-SNI-bad-sni-ignore-mismatch-server
146 client = 4-SNI-bad-sni-ignore-mismatch-client
147 server2 = 4-SNI-bad-sni-ignore-mismatch-server
[all …]
H A D09-alpn.cnf8 test-3 = 3-alpn-alert-on-mismatch
18 test-13 = 13-alpn-alert-on-mismatch-resumption
118 [3-alpn-alert-on-mismatch]
119 ssl_conf = 3-alpn-alert-on-mismatch-ssl
121 [3-alpn-alert-on-mismatch-ssl]
122 server = 3-alpn-alert-on-mismatch-server
123 client = 3-alpn-alert-on-mismatch-client
125 [3-alpn-alert-on-mismatch-server]
130 [3-alpn-alert-on-mismatch-client]
138 server = 3-alpn-alert-on-mismatch-server-extra
[all …]
H A D08-npn.cnf8 test-3 = 3-npn-client-first-pref-on-mismatch
22 test-17 = 17-npn-client-first-pref-on-mismatch-resumption
125 [3-npn-client-first-pref-on-mismatch]
126 ssl_conf = 3-npn-client-first-pref-on-mismatch-ssl
128 [3-npn-client-first-pref-on-mismatch-ssl]
129 server = 3-npn-client-first-pref-on-mismatch-server
130 client = 3-npn-client-first-pref-on-mismatch-client
132 [3-npn-client-first-pref-on-mismatch-server]
137 [3-npn-client-first-pref-on-mismatch-client]
145 server = 3-npn-client-first-pref-on-mismatch-server-extra
[all …]
/freebsd/lib/libkvm/
H A Dkvm_arm.h86 _Static_assert(PAGE_SHIFT == ARM_PAGE_SHIFT, "PAGE_SHIFT mismatch");
87 _Static_assert(PAGE_SIZE == ARM_PAGE_SIZE, "PAGE_SIZE mismatch");
88 _Static_assert(PAGE_MASK == ARM_PAGE_MASK, "PAGE_MASK mismatch");
89 _Static_assert(L1_TABLE_SIZE == ARM_L1_TABLE_SIZE, "L1_TABLE_SIZE mismatch");
90 _Static_assert(L1_S_SIZE == ARM_L1_S_SIZE, "L1_S_SIZE mismatch");
91 _Static_assert(L1_S_OFFSET == ARM_L1_S_OFFSET, "L1_S_OFFSET mismatch");
92 _Static_assert(L1_S_FRAME == ARM_L1_S_FRAME, "L1_S_FRAME mismatch");
93 _Static_assert(L1_S_SHIFT == ARM_L1_S_SHIFT, "L1_S_SHIFT mismatch");
94 _Static_assert(L2_L_SIZE == ARM_L2_L_SIZE, "L2_L_SIZE mismatch");
95 _Static_assert(L2_L_OFFSET == ARM_L2_L_OFFSET, "L2_L_OFFSET mismatch");
[all …]
H A Dkvm_riscv.h62 "pt_entry_t size mismatch");
64 _Static_assert(PAGE_SHIFT == RISCV_PAGE_SHIFT, "PAGE_SHIFT mismatch");
65 _Static_assert(PAGE_SIZE == RISCV_PAGE_SIZE, "PAGE_SIZE mismatch");
66 _Static_assert(PAGE_MASK == RISCV_PAGE_MASK, "PAGE_MASK mismatch");
68 _Static_assert(L3_SHIFT == RISCV_L3_SHIFT, "L3_SHIFT mismatch");
69 _Static_assert(L3_SIZE == RISCV_L3_SIZE, "L3_SIZE mismatch");
70 _Static_assert(L3_OFFSET == RISCV_L3_OFFSET, "L3_OFFSET mismatch");
71 _Static_assert(PTE_PPN0_S == RISCV_PTE_PPN0_S, "PTE_PPN0_S mismatch");
74 "PTE_SW_MANAGED mismatch");
75 _Static_assert(PTE_SW_WIRED == RISCV_PTE_SW_WIRED, "PTE_SW_WIRED mismatch");
[all …]
H A Dkvm_amd64.h64 _Static_assert(NPTEPG == AMD64_NPTEPG, "NPTEPG mismatch");
65 _Static_assert(PAGE_SHIFT == AMD64_PAGE_SHIFT, "PAGE_SHIFT mismatch");
66 _Static_assert(PAGE_SIZE == AMD64_PAGE_SIZE, "PAGE_SIZE mismatch");
67 _Static_assert(PAGE_MASK == AMD64_PAGE_MASK, "PAGE_MASK mismatch");
68 _Static_assert(NPDEPG == AMD64_NPDEPG, "NPDEPG mismatch");
69 _Static_assert(PDRSHIFT == AMD64_PDRSHIFT, "PDRSHIFT mismatch");
70 _Static_assert(NBPDR == AMD64_NBPDR, "NBPDR mismatch");
71 _Static_assert(PDRMASK == AMD64_PDRMASK, "PDRMASK mismatch");
72 _Static_assert(NPDPEPG == AMD64_NPDPEPG, "NPDPEPG mismatch");
73 _Static_assert(PDPSHIFT == AMD64_PDPSHIFT, "PDPSHIFT mismatch");
[all …]
H A Dkvm_i386.h64 _Static_assert(PAGE_SHIFT == I386_PAGE_SHIFT, "PAGE_SHIFT mismatch");
65 _Static_assert(PAGE_SIZE == I386_PAGE_SIZE, "PAGE_SIZE mismatch");
66 _Static_assert(PAGE_MASK == I386_PAGE_MASK, "PAGE_MASK mismatch");
68 _Static_assert(NPTEPG == I386_NPTEPG, "NPTEPG mismatch");
69 _Static_assert(NBPDR == I386_NBPDR, "NBPDR mismatch");
71 _Static_assert(PDRSHIFT_NOPAE == I386_PDRSHIFT, "PDRSHIFT mismatch");
73 _Static_assert(PG_V == I386_PG_V, "PG_V mismatch");
74 _Static_assert(PG_PS == I386_PG_PS, "PG_PS mismatch");
75 _Static_assert((u_int)PG_FRAME_NOPAE == I386_PG_FRAME, "PG_FRAME mismatch");
76 _Static_assert(PG_PS_FRAME_NOPAE == I386_PG_PS_FRAME, "PG_PS_FRAME mismatch");
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_errtags.h118 D_IDENT_BADREF, /* identifier expected type mismatch */
121 D_SYM_BADREF, /* kernel/user symbol ref mismatch */
123 D_SYM_MODEL, /* module/program data model mismatch */
126 D_PROTO_LEN, /* prototype length mismatch */
127 D_PROTO_ARG, /* prototype argument mismatch */
136 D_PRINTF_DYN_TYPE, /* dynamic size type mismatch */
186 D_PRINTA_PROTO, /* printa() prototype mismatch */
187 D_PRINTA_AGGARG, /* aggregation arg type mismatch */
189 D_PRINTA_AGGKEY, /* printa() aggregation key mismatch */
190 D_PRINTA_AGGPROTO, /* printa() aggregation mismatch */
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h26 /// Diagnose ODR mismatch between 2 FunctionDecl.
28 /// Returns true if found a mismatch and diagnosed it.
32 /// Diagnose ODR mismatch between 2 EnumDecl.
34 /// Returns true if found a mismatch and diagnosed it.
38 /// Diagnose ODR mismatch between 2 CXXRecordDecl.
40 /// Returns true if found a mismatch and diagnosed it.
48 /// Diagnose ODR mismatch between 2 RecordDecl that are not CXXRecordDecl.
50 /// Returns true if found a mismatch and diagnosed it.
54 /// Diagnose ODR mismatch between 2 ObjCInterfaceDecl.
56 /// Returns true if found a mismatch and diagnosed it.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h127 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
135 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
143 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
147 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
167 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
171 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
175 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
179 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
183 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
240 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
[all …]
/freebsd/contrib/libucl/tests/schema/
H A DallOf.json27 "description": "mismatch second",
32 "description": "mismatch first",
70 "description": "mismatch base schema",
75 "description": "mismatch first allOf",
80 "description": "mismatch second allOf",
85 "description": "mismatch both",
106 "description": "mismatch one",
H A Dref.json22 "description": "mismatch",
27 "description": "recursive mismatch",
48 "description": "mismatch",
69 "description": "mismatch array",
/freebsd/secure/lib/libcrypto/man/man3/
H A DX509_STORE_CTX_get_error.3262 .IP "\fBX509_V_ERR_SUBJECT_ISSUER_MISMATCH: subject issuer mismatch\fR" 4
263 .IX Item "X509_V_ERR_SUBJECT_ISSUER_MISMATCH: subject issuer mismatch"
266 .IP "\fBX509_V_ERR_AKID_SKID_MISMATCH: authority and subject key identifier mismatch\fR" 4
267 .IX Item "X509_V_ERR_AKID_SKID_MISMATCH: authority and subject key identifier mismatch"
271 .IP "\fBX509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH: authority and issuer serial number mismatch\fR" 4
272 .IX Item "X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH: authority and issuer serial number mismatch"
361 .IP "\fBX509_V_ERR_HOSTNAME_MISMATCH: hostname mismatch\fR" 4
362 .IX Item "X509_V_ERR_HOSTNAME_MISMATCH: hostname mismatch"
363 Hostname mismatch.
364 .IP "\fBX509_V_ERR_EMAIL_MISMATCH: email address mismatch\fR" 4
[all …]
/freebsd/lib/libc/amd64/string/
H A Dmemcmp.S157 * Mismatch was found.
307 not %eax # ones where there is a mismatch
309 bsf %eax, %edx # location of the first mismatch
310 cmovz %eax, %edx # including if there is no mismatch
334 xor $0xffff, %eax # any mismatch?
344 * for memcmp() to stop comparing at the first mismatch. This
378 not %eax # ones where there is a mismatch
380 bsf %eax, %ecx # location of the first mismatch
381 cmovz %eax, %ecx # including if there is no mismatch
382 add %rcx, %rdx # pointer to potential mismatch
[all …]
H A Dstrncmp.S53 cmpb (%rsi), %cl # mismatch between strings?
178 xor $0xffff, %r9d # mismatch or NUL byte?
227 btr %edx, %r9d # induce mismatch in last byte of buffer
228 not %r9d # mismatch or NUL byte?
230 /* mismatch in true heads */
233 tzcnt %r9d, %r9d # where is the mismatch?
251 pcmpeqb %xmm2, %xmm0 # Mismatch between chunks?
354 tzcnt %ecx, %ecx # location of first mismatch
364 /* a mismatch has been found between RBX and RSI */
366 tzcnt %r9d, %r9d # where is the mismatch?
[all …]
H A Dstrcmp.S142 xor $0xffff, %r9d # mismatch or NUL byte?
208 /* a mismatch has been found between RDX and RSI */
210 tzcnt %r9d, %r9d # where is the mismatch?
217 /* mismatch in true heads */
219 tzcnt %r9d, %r9d # where is the mismatch?
251 tzcnt %ecx, %ecx # location of first mismatch
319 /* a mismatch has been found between RDX and RDI */
321 tzcnt %r9d, %r9d # where is the mismatch?
352 tzcnt %ecx, %ecx # location of first mismatch
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_txt.c83 return "subject issuer mismatch"; in X509_verify_cert_error_string()
85 return "authority and subject key identifier mismatch"; in X509_verify_cert_error_string()
87 return "authority and issuer serial number mismatch"; in X509_verify_cert_error_string()
150 return "hostname mismatch"; in X509_verify_cert_error_string()
152 return "email address mismatch"; in X509_verify_cert_error_string()
154 return "IP address mismatch"; in X509_verify_cert_error_string()
180 return "subject signature algorithm and issuer public key algorithm mismatch"; in X509_verify_cert_error_string()
182 return "cert info signature and signature algorithm mismatch"; in X509_verify_cert_error_string()
H A Dx509_err.c18 {ERR_PACK(ERR_LIB_X509, 0, X509_R_AKID_MISMATCH), "akid mismatch"},
37 {ERR_PACK(ERR_LIB_X509, 0, X509_R_IDP_MISMATCH), "idp mismatch"},
45 {ERR_PACK(ERR_LIB_X509, 0, X509_R_ISSUER_MISMATCH), "issuer mismatch"},
46 {ERR_PACK(ERR_LIB_X509, 0, X509_R_KEY_TYPE_MISMATCH), "key type mismatch"},
48 "key values mismatch"},
/freebsd/crypto/openssh/regress/
H A Dproto-mismatch.sh1 # $OpenBSD: proto-mismatch.sh,v 1.5 2017/04/30 23:34:55 djm Exp $
4 tid="protocol version mismatch"
6 mismatch () function
17 mismatch SSH-1.5-HALLO
/freebsd/lib/libc/aarch64/string/
H A Dtimingsafe_memcmp.S71 cmp x3, x4 // mismatch in first pair?
84 cmp x3, x5 // mismatch in first pair?
92 cmp x4, x6 // mismatch in first pair?
95 cmp x3, x5 // was there a mismatch previously?
105 cmp x4, x6 // mismatch in first pair?
108 cmp x3, x5 // was there a mismatch previously?
H A Dstrlcpy.S109 clz x8, x8 // index of mismatch
141 clz x8, x8 // index of mismatch
157 clz x8, x8 // index of mismatch
183 clz x8, x8 // index of mismatch
193 clz x8, x8 // index of mismatch
225 clz x6, x6 // index of mismatch
241 clz x8, x8 // index of mismatch
267 clz x8, x8 // index of mismatch
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_mqueue.c76 "mq_receive 1 prio/data mismatch"); in receive_msgs()
81 "mq_receive 2 prio/data mismatch"); in receive_msgs()
86 "mq_receive 3 prio/data mismatch"); in receive_msgs()
91 "mq_receive 4 prio/data mismatch"); in receive_msgs()
96 "mq_receive 5 prio/data mismatch"); in receive_msgs()
101 "mq_receive 6 prio/data mismatch"); in receive_msgs()
/freebsd/crypto/openssl/doc/man3/
H A DX509_STORE_CTX_get_error.pod246 =item B<X509_V_ERR_SUBJECT_ISSUER_MISMATCH: subject issuer mismatch>
252 authority and subject key identifier mismatch>
259 authority and issuer serial number mismatch>
384 =item B<X509_V_ERR_HOSTNAME_MISMATCH: hostname mismatch>
386 Hostname mismatch.
388 =item B<X509_V_ERR_EMAIL_MISMATCH: email address mismatch>
390 Email address mismatch.
392 =item B<X509_V_ERR_IP_ADDRESS_MISMATCH: IP address mismatch>
394 IP address mismatch.
449 subject signature algorithm and issuer public key algorithm mismatch>
[all …]
/freebsd/sbin/ipfw/tests/
H A Dipfw_test.sh74 atf_check -s not-exit:0 -e match:"prefix length mismatch" \
79 atf_check -s not-exit:0 -e match:"prefix length mismatch" \
84 atf_check -s not-exit:0 -e match:"prefix length mismatch" \
89 atf_check -s not-exit:0 -e match:"prefix length mismatch" \
94 atf_check -s not-exit:0 -e match:"prefix length mismatch" \
/freebsd/crypto/openssl/test/
H A Dssl_test.c37 TEST_info("ExpectedResult mismatch: expected %s, got %s.", in check_result()
59 * The server, however, rejects the alert because of version mismatch in check_alerts()
82 TEST_error("ClientAlert mismatch: expected %s, got %s.", in check_alerts()
90 TEST_error("ServerAlert mismatch: expected %s, got %s.", in check_alerts()
115 TEST_info("Protocol mismatch: expected %s, got %s.\n", in check_protocol()
127 TEST_info("Client ServerName mismatch, expected %s, got %s.", in check_servername()
141 TEST_info("Client SessionTicketExpected mismatch, expected %s, got %s.", in check_session_ticket()
154 TEST_info("Client SessionIdExpected mismatch, expected %s, got %s\n.", in check_session_id()
228 TEST_error("%s type mismatch, %s vs %s\n", in check_nid()
273 TEST_info("%s: list mismatch", name); in check_ca_names()

12345678910>>...49