Home
last modified time | relevance | path

Searched refs:succeeds (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd/crypto/openssl/test/ssl-tests/
H A D03-custom_verify.cnf.in16 # Sanity-check that verification indeed succeeds without the
40 # Same test as above but with a custom callback that always succeeds.
68 # Sanity-check that verification indeed succeeds if peer verification
97 # Same test as above but with a custom callback that always succeeds.
129 # Same test as above but with a custom callback that always succeeds.
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp102 return CastSucceeds ? CastInfo->fails() : CastInfo->succeeds(); in isInfeasibleCast()
235 CastSucceeds = IsNonNullReturn && CastInfo->succeeds(); in addCastTransition()
302 CastSucceeds = IsInstanceOf && CastInfo->succeeds(); in addInstanceOfTransition()
323 } else if (CastInfo && CastInfo->succeeds()) { in addInstanceOfTransition()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_socket_wait.pod24 It succeeds immediately if B<max_time> == 0 (which means no timeout given).
29 It succeeds immediately if B<max_time> == 0 (which means no timeout given).
H A DOSSL_CMP_validate_msg.pod38 signature check succeeds and the cert and its path can be verified
H A DASN1_TYPE_get.pod89 ASN1_TYPE_pack_sequence() return an B<ASN1_TYPE> structure if it succeeds or
H A DSSL_CTX_set_options.pod381 The initial connection succeeds but client renegotiation is denied by the
390 renegotiation B<always> succeeds.
397 succeeds. If neither option is set then initial connections to unpatched
H A DCMS_decrypt.pod63 not. If no recipient succeeds then a random symmetric key is used to decrypt
H A DSSL_shutdown.pod19 Whether the operation succeeds or not, the SSL_SENT_SHUTDOWN flag is set and
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicCastInfo.h31 bool succeeds() const { return ResultKind == CastResult::Success; } in succeeds() function
/freebsd/contrib/less/
H A DREADME97 6. If the make succeeds, it will generate the programs "less",
151 6. If the make succeeds, it will generate the programs "LESS.EXE" and
177 6. If the make succeeds, it will generate the programs "less.exe" and
204 6. If the make succeeds, it will generate the programs "less.exe" and
240 6. If the make succeeds, it will generate the programs "less" and
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_all_001_pos.ksh233 log_pass "'zpool import -a' succeeds as root."
/freebsd/contrib/libcbor/doc/source/
H A Dtests.rst39 …ed with random data is passed to the decoder. We require that it either succeeds or fail with a se…
/freebsd/contrib/ntp/
H A DMakefile.am105 configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib63 # with an interval of 1 second until it succeeds or until the
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp221 << "\", \"kind\": \"" << (DCI.succeeds() ? "success" : "fail") in printJson()
/freebsd/tools/tools/sysbuild/
H A DREADME76 If it succeeds, you should be able to:
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A DREADME.md99 and loading keys proceeds as normal if no hook succeeds.
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md356 given arguments, the assertion succeeds, otherwise the assertion fails.
375 In the above example, the first assertion succeeds, and the second fails with
431 Verifies that the predicate *`pred_formatter`* succeeds when passed the given
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in423 responder certificate: if there is a match then the OCSP verify succeeds.
428 OCSP verify succeeds.
432 verify succeeds.
/freebsd/contrib/googletest/docs/
H A Dprimer.md15 that succeeds or fails as a result of other tests. GoogleTest isolates the
87 or has a failed assertion, then it *fails*; otherwise it *succeeds*.
155 entire test fails. Otherwise, it succeeds.
/freebsd/crypto/openssh/m4/
H A Dopenssh.m497 AC_MSG_CHECKING([if $CC supports compile flag $1 and linking succeeds])
/freebsd/sys/dev/bhnd/
H A Dbhnd_erom_if.m71 * @retval negative if the probe succeeds, a negative value should be
/freebsd/contrib/openbsm/config/
H A Dconfig.h.in134 /* Define to 1 if `stat' has the bug that it succeeds when given the
/freebsd/contrib/bearssl/src/x509/
H A Dx509_decoder.t0318 \ Read one byte, then fail: if the read succeeds, then there is
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td111 /// available register and succeeds.

1234