Lines Matching refs:TEST_false
256 if (!TEST_false(compare_hex_encoded_buffer(token, 64,
268 if (!TEST_false(compare_hex_encoded_buffer(token, strlen(token),
311 if (!TEST_false(compare_hex_encoded_buffer(token, 64,
394 || !TEST_false(error_writing_log)
473 || !TEST_false(error_writing_log))
596 if (!TEST_false(create_ssl_connection(serverssl, clientssl,
771 || !TEST_false(create_ssl_connection(serverssl, clientssl,
926 if (!TEST_false(SSL_renegotiate_pending(clientssl))
927 || !TEST_false(SSL_session_reused(clientssl))
928 || !TEST_false(SSL_session_reused(serverssl))
1215 if (!TEST_false(BIO_get_ktls_send(clientssl->wbio)))
1223 if (!TEST_false(BIO_get_ktls_send(serverssl->wbio)))
1236 if (!TEST_false(BIO_get_ktls_recv(clientssl->rbio)))
1244 if (!TEST_false(BIO_get_ktls_recv(serverssl->rbio)))
1923 || !TEST_false(create_ssl_connection(serverssl, clientssl,
1925 || !TEST_false(ocsp_client_called)
1926 || !TEST_false(ocsp_server_called))
2072 if (use_int_cache && !TEST_false(SSL_CTX_add_session(cctx, sess1)))
2153 if (!TEST_false(SSL_CTX_remove_session(cctx, sess2)))
2168 || !TEST_false(create_ssl_connection(serverssl3, clientssl3,
2230 if (!TEST_false(SSL_CTX_remove_session(sctx, sess2)))
2234 if (!TEST_false(SSL_CTX_add_session(sctx, sess2)))
2475 if (!TEST_false(SSL_session_reused(clientssl))
2727 || !TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf), &nbytes)))
2751 || !TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf), &nbytes))
2762 || !TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf), &nbytes))
2779 if (!TEST_false(SSL_write_ex(serverssl, &c, 1, &nbytes))
2804 || !TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf), &nbytes)))
2819 || !TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf), &nbytes)))
3591 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6),
3611 if (!TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf), &readbytes))
3612 || !TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf),
3653 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6),
3942 if (!TEST_false(SSL_write_ex(clientssl, MSG2, strlen(MSG2), &written))
3943 || !TEST_false(SSL_read_ex(serverssl, buf, sizeof(buf),
3961 if (!TEST_false(SSL_write_ex(clientssl, MSG2, strlen(MSG2),
3981 if (!TEST_false(SSL_read_ex(serverssl, buf, sizeof(buf), &readbytes))
4093 if (!TEST_false(SSL_write_ex(clientssl, MSG1, strlen(MSG1), &written)))
4209 || !TEST_false(SSL_set_alpn_protos(clientssl, BADALPN,
4266 || !TEST_false(SSL_set_alpn_protos(clientssl, GOODALPN,
4284 || !TEST_false(SSL_set_alpn_protos(clientssl, alpnlist,
4301 if (!TEST_false(SSL_write_early_data(clientssl, MSG1, strlen(MSG1),
4523 if (!TEST_false(SSL_write_ex(clientssl, MSG1, strlen(MSG1), &written)))
4540 if (!TEST_false(SSL_write_ex(clientssl, MSG1, strlen(MSG1), &written))
4720 || !TEST_false(SSL_session_reused(clientssl)))
4758 || !TEST_false(create_ssl_connection(serverssl, clientssl,
4771 if (!TEST_false(create_ssl_connection(serverssl, clientssl,
5410 || !TEST_false(SSL_session_reused(clientssl))
5411 || !TEST_false(SSL_session_reused(serverssl)))
5531 || !TEST_false(SSL_session_reused(clientssl))
5532 || !TEST_false(SSL_session_reused(serverssl)))
5626 || !TEST_false(create_ssl_connection(serverssl, clientssl,
5650 || !TEST_false(create_ssl_connection(serverssl, clientssl,
5667 || !TEST_false(create_ssl_connection(serverssl, clientssl,
5672 || !TEST_false(create_ssl_connection(serverssl, clientssl,
5904 if (!TEST_false(SSL_CTX_add_client_custom_ext(cctx, TEST_EXT_TYPE1,
5908 || !TEST_false(SSL_CTX_add_custom_ext(cctx, TEST_EXT_TYPE1,
5935 if (!TEST_false(SSL_CTX_add_server_custom_ext(sctx, TEST_EXT_TYPE1,
5939 || !TEST_false(SSL_CTX_add_custom_ext(sctx, TEST_EXT_TYPE1,
6704 if (!TEST_false(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED))
7371 if (!TEST_false(ret == 0)) {
7380 if (!TEST_false((SSL_is_server(s) && (where & SSL_ST_CONNECT) != 0))
7381 || !TEST_false(!SSL_is_server(s) && (where & SSL_ST_ACCEPT) != 0)
7478 || !TEST_false(info_cb_failed))
7506 || !TEST_false(info_cb_failed))
7525 || !TEST_false(info_cb_failed))
7589 || !TEST_false(SSL_has_pending(clientssl))
7591 || !TEST_false(SSL_has_pending(serverssl))
8062 if (!TEST_false(SSL_session_reused(clientssl)))
8126 if (!TEST_false(SSL_read(serverssl, buf, sizeof(buf))))
8196 || !TEST_false(SSL_SESSION_is_resumable(sess)))
8213 if (!TEST_false(SSL_read_ex(serverssl, buf, sizeof(buf), &readbytes))
8253 if (!TEST_false(SSL_write_ex(clientssl, msg, sizeof(msg), &written)))
8267 || !TEST_false(SSL_write_ex(serverssl, msg, sizeof(msg), &written))
9934 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, NULL, 2)))
9936 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, 0)))
9938 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, sizeof(good))))
9957 if (!TEST_false(SSL_set_alpn_protos(ssl, NULL, 2)))
9959 if (!TEST_false(SSL_set_alpn_protos(ssl, good, 0)))
9961 if (!TEST_false(SSL_set_alpn_protos(ssl, good, sizeof(good))))
10319 if (!TEST_false(SSL_set_split_send_fragment(peera, fragsize + 1)))
10454 if (!TEST_false(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) {
10553 if (!TEST_false(SSL_session_reused(clientssl)))
10607 if (!TEST_false(OSSL_PROVIDER_available(NULL, "default"))
10608 || !TEST_false(OSSL_PROVIDER_available(NULL, "fips")))
10633 && !TEST_false(OSSL_PROVIDER_available(libctx, "default")))