Lines Matching defs:sssl
248 SSL *sssl = NULL, *cssl = NULL;
305 if (!TEST_true(create_ssl_objects(sctx, cctx, &sssl, &cssl, NULL, NULL))
306 || !TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE)))
312 SSL_shutdown(sssl);
313 SSL_free(sssl);
315 sssl = cssl = NULL;
341 if (!TEST_true(create_ssl_objects(sctx, cctx, &sssl, &cssl, s_to_c_fbio,
351 && !TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf),
362 if (!TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf),
369 if (!TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE)))
481 SSL_free(sssl);