Lines Matching refs:sssl
246 SSL *sssl = NULL, *cssl = NULL; in test_tls13ccs() local
303 if (!TEST_true(create_ssl_objects(sctx, cctx, &sssl, &cssl, NULL, NULL)) in test_tls13ccs()
304 || !TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
310 SSL_shutdown(sssl); in test_tls13ccs()
311 SSL_free(sssl); in test_tls13ccs()
313 sssl = cssl = NULL; in test_tls13ccs()
332 if (!TEST_true(create_ssl_objects(sctx, cctx, &sssl, &cssl, s_to_c_fbio, in test_tls13ccs()
342 && !TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf), in test_tls13ccs()
353 if (!TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf), in test_tls13ccs()
360 if (!TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
476 SSL_free(sssl); in test_tls13ccs()