Home
last modified time | relevance | path

Searched refs:app_data_size (Results 1 – 4 of 4) sorted by relevance

/openssl/test/
H A Dssl_test_ctx_test.c79 || !TEST_int_eq(ctx->app_data_size, ctx2->app_data_size) in testctx_eq()
166 fixture->expected_ctx->app_data_size = 1024; in test_good_configuration()
/openssl/test/helpers/
H A Dssl_test_ctx.h155 int app_data_size; member
H A Dssl_test_ctx.c481 IMPLEMENT_SSL_TEST_INT_OPTION(SSL_TEST_CTX, test, app_data_size)
746 ret->app_data_size = default_app_data_size; in SSL_TEST_CTX_new()
H A Dhandshake.c910 peer->bytes_to_write = peer->bytes_to_read = test_ctx->app_data_size; in do_reneg_setup_step()
1480 server.bytes_to_write = client.bytes_to_read = test_ctx->app_data_size; in do_handshake_internal()
1481 client.bytes_to_write = server.bytes_to_read = test_ctx->app_data_size; in do_handshake_internal()

Completed in 20 milliseconds