Lines Matching refs:sssl
246 SSL *sssl = NULL, *cssl = NULL;
303 if (!TEST_true(create_ssl_objects(sctx, cctx, &sssl, &cssl, NULL, NULL))
304 || !TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE)))
310 SSL_shutdown(sssl);
311 SSL_free(sssl);
313 sssl = cssl = NULL;
339 if (!TEST_true(create_ssl_objects(sctx, cctx, &sssl, &cssl, s_to_c_fbio,
349 && !TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf),
360 if (!TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf),
367 if (!TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE)))
483 SSL_free(sssl);