/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 05-sni.cnf | 9 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 D | 09-alpn.cnf | 8 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 D | 08-npn.cnf | 8 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 …]
|
H A D | 05-sni.cnf.in | 82 name => "SNI-bad-sni-ignore-mismatch", 99 name => "SNI-bad-sni-reject-mismatch", 116 name => "SNI-bad-clienthello-sni-ignore-mismatch", 133 name => "SNI-bad-clienthello-sni-reject-mismatch",
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | fnmatch.c | 106 const char * const mismatch = pattern; in classmatch() local 113 *ep = mismatch; in classmatch() 119 *ep = mismatch; in classmatch() 136 *ep = mismatch; in classmatch() 151 const char * const mismatch = *pattern; in fnmatch_ch() local 256 *pattern = mismatch; in fnmatch_ch() 301 const char *mismatch = NULL; in fnmatch() local 377 mismatch = pattern; in fnmatch() 470 pattern = mismatch; in fnmatch()
|
/freebsd/lib/libc/amd64/string/ |
H A D | memcmp.S | 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? 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 396 tzcnt %eax, %eax # location of mismatch 397 add %rax, %rcx # pointer to mismatch [all …]
|
H A D | strncmp.S | 53 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? 233 tzcnt %r9d, %r9d # where is the mismatch? 354 tzcnt %ecx, %ecx # location of first mismatch 366 tzcnt %r9d, %r9d # where is the mismatch? 381 pcmpeqb %xmm3, %xmm0 # mismatch between chunks? 468 tzcnt %ecx, %ecx # location of first mismatch 479 tzcnt %r9d, %r9d # where is the mismatch?
|
H A D | strrchr.S | 69 mov %rdi, %r10 # location of initial mismatch (if any) 70 xor %r11, %r11 # initial mismatch (none) 82 mov %rcx, %r11 # remember mismatch in head 92 cmovnz %rdx, %r10 # remember location of current mismatch 109 cmovnz %rdi, %r10 # remember location of current mismatch
|
H A D | strcmp.S | 142 xor $0xffff, %r9d # mismatch or NUL byte? 210 tzcnt %r9d, %r9d # where is the mismatch? 219 tzcnt %r9d, %r9d # where is the mismatch? 251 tzcnt %ecx, %ecx # location of first mismatch 321 tzcnt %r9d, %r9d # where is the mismatch? 352 tzcnt %ecx, %ecx # location of first mismatch
|
H A D | timingsafe_memcmp.S | 108 cmp %r8, %r9 # mismatch in head? 118 cmp %r10, %r11 # mismatch in first pair? 121 cmp %r8, %r9 # was there a mismatch previously?
|
H A D | strspn.S | 244 mov %ecx, %eax # prefix length before mismatch/NUL 253 pcmpistrm $0x10, %xmm1, %xmm2 # any mismatch in first half? 255 pcmpistrm $0x10, %xmm1, %xmm3 # any mismatch in the second half?
|
/freebsd/crypto/openssh/regress/ |
H A D | proto-mismatch.sh | 6 mismatch () function 17 mismatch SSH-1.5-HALLO
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | mismatch.h | 154 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredic… in mismatch() function 163 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { in mismatch() function 164 return std::mismatch(__first1, __last1, __first2, __equal_to()); in mismatch() 189 mismatch(_InputIterator1 __first1, in mismatch() function 208 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in mismatch() function 209 return std::mismatch(__first1, __last1, __first2, __last2, __equal_to()); in mismatch()
|
/freebsd/contrib/mtree/ |
H A D | specspec.c | 106 mismatch(NODE *n1, NODE *n2, int differ, char const *path) in mismatch() function 139 mismatch(n1, n2, differs, path); in compare_nodes() 144 mismatch(n1, n2, differs, path); in compare_nodes() 149 mismatch(n1, n2, differs, path); in compare_nodes() 187 mismatch(n1, n2, differs, path); in compare_nodes()
|
/freebsd/usr.sbin/etcupdate/tests/ |
H A D | always_test.sh | 407 Modified mismatch: /difffiles/difftype/difftype/file (regular file vs fifo file) 410 Modified mismatch: /difflinks/difftype/difftype/link (symbolic link vs regular file) 415 Remove mismatch: /difftype/first/first/fifo (fifo file became directory) 420 New file mismatch: /adddir/conflict (directory vs regular file) 421 Directory mismatch: $TEST/adddir/conflict (regular file) 422 Directory mismatch: $TEST/dirchange/todir/difffile (regular file) 423 Directory mismatch: $TEST/dirchange/todir/difftype (fifo file) 425 New file mismatch: /second/second/difftype/dir (directory vs fifo file)
|
H A D | tests_test.sh | 986 Modified mismatch: /difffiles/difftype/difftype/file (regular file vs fifo file) 989 Modified mismatch: /difflinks/difftype/difftype/link (symbolic link vs regular file) 994 Remove mismatch: /difftype/first/first/fifo (fifo file became directory) 999 New file mismatch: /adddir/conflict (directory vs regular file) 1000 Directory mismatch: $TEST/adddir/conflict (regular file) 1001 Directory mismatch: $TEST/dirchange/todir/difffile (regular file) 1002 Directory mismatch: $TEST/dirchange/todir/difftype (fifo file) 1004 New file mismatch: /second/second/difftype/dir (directory vs fifo file)
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_STORE_CTX_get_error.pod | 244 =item B<X509_V_ERR_SUBJECT_ISSUER_MISMATCH: subject issuer mismatch> 250 authority and subject key identifier mismatch> 257 authority and issuer serial number mismatch> 382 =item B<X509_V_ERR_HOSTNAME_MISMATCH: hostname mismatch> 384 Hostname mismatch. 386 =item B<X509_V_ERR_EMAIL_MISMATCH: email address mismatch> 388 Email address mismatch. 390 =item B<X509_V_ERR_IP_ADDRESS_MISMATCH: IP address mismatch> 392 IP address mismatch. 447 subject signature algorithm and issuer public key algorithm mismatch> [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | flags.inc | 28 "Terminate on a type mismatch in allocation-deallocation functions, " 32 "Terminate on a size mismatch between a sized-delete and the actual "
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 31 ASN1_R_EXPLICIT_LENGTH_MISMATCH:119:explicit length mismatch 93 ASN1_R_SEQUENCE_LENGTH_MISMATCH:148:sequence length mismatch 294 CMS_R_CONTENTIDENTIFIER_MISMATCH:170:contentidentifier mismatch 296 CMS_R_CONTENT_TYPE_MISMATCH:171:content type mismatch 312 CMS_R_ESS_SIGNING_CERTID_MISMATCH_ERROR:183:ess signing certid mismatch error 473 CT_R_SCT_LOG_ID_MISMATCH:114:sct log id mismatch 974 PROV_R_ALGORITHM_MISMATCH:173:algorithm mismatch 1146 RSA_R_ALGORITHM_MISMATCH:100:algorithm mismatch 1294 SSL_R_CA_DN_LENGTH_MISMATCH:131:ca dn length mismatch 1300 SSL_R_CERT_LENGTH_MISMATCH:135:cert length mismatch [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_checks.inc | 62 UBSAN_CHECK(FunctionTypeMismatch, "function-type-mismatch", "function") 70 UBSAN_CHECK(DynamicTypeMismatch, "dynamic-type-mismatch", "vptr")
|
/freebsd/tools/tools/shlib-compat/test/ |
H A D | regress.1-3.out | 7 func5@TEST_1.0: definitions mismatch
|
H A D | regress.3-1.out | 7 func5@TEST_1.0: definitions mismatch
|
H A D | regress.2-3.out | 9 func5@TEST_1.0: definitions mismatch
|
H A D | regress.3-2.out | 9 func5@TEST_1.0: definitions mismatch
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-include-guard.mk | 145 CASES+= variable-name-mismatch 146 LINES.variable-name-mismatch= \
|