Lines Matching refs:TEST_false

131                 if (!TEST_false(SSL_read_ex(clientquic, buf, 1, &numbytes))
134 || !TEST_false(SSL_write_ex(clientquic, msg, msglen,
165 if (!TEST_false(SSL_session_reused(clientquic)))
259 if (!TEST_false(SSL_read_ex(clientquic, buf, sizeof(buf), &numbytes)))
416 || !TEST_false(SSL_is_tls(clientquic))
417 || !TEST_false(SSL_is_dtls(clientquic)))
854 if (!TEST_false(SSL_get_read_ahead(ssl)))
858 if (!TEST_false(SSL_get_read_ahead(ssl)))
864 || !TEST_false(SSL_set_block_padding(ssl, 2)))
869 || !TEST_false(SSL_set_tlsext_max_fragment_length(ssl, TLSEXT_max_fragment_length_512)))
873 if (!TEST_false(SSL_set_recv_max_early_data(ssl, 1))
874 || !TEST_false(SSL_set_max_early_data(ssl, 1)))
878 if (!TEST_false(SSL_read_early_data(ssl, buf, sizeof(buf), &len))
879 || !TEST_false(SSL_write_early_data(ssl, buf, sizeof(buf), &len)))
884 || !TEST_false(SSL_free_buffers(ssl)))
888 if (!TEST_false(SSL_set_max_send_fragment(ssl, 2))
889 || !TEST_false(SSL_set_split_send_fragment(ssl, 2))
890 || !TEST_false(SSL_set_max_pipelines(ssl, 2)))
894 if (!TEST_false(SSL_stateless(ssl)))
898 if (!TEST_false(SSL_get_quiet_shutdown(ssl)))
906 if (!TEST_false(SSL_clear(ssl)))
1418 if (!TEST_false(qtest_create_quic_connection(qtserv, clientquic)))
1492 * Clear the ALPN we set in qtest_create_quic_objects. We use TEST_false
1495 if (!TEST_false(SSL_set_alpn_protos(clientquic, NULL, 0)))
2424 || !TEST_false(SSL_is_domain(other_conn))
2429 || !TEST_false(SSL_is_domain(listener))
2472 if (!TEST_false(SSL_has_pending(clientquic))
2482 if (!TEST_false(SSL_in_before(clientquic)))
2589 if (!TEST_false(SSL_set_alpn_protos(qconn, alpn, sizeof(alpn))))
2790 if (!TEST_ptr(serverssl) || !TEST_false(SSL_is_init_finished(serverssl)))
2940 if (!TEST_false(OSSL_PROVIDER_available(NULL, "default"))
2941 || !TEST_false(OSSL_PROVIDER_available(NULL, "fips")))
2964 && !TEST_false(OSSL_PROVIDER_available(libctx, "default")))