Searched refs:resume_server_ctx (Results 1 - 3 of 3) sorted by relevance
/third_party/openssl/test/ |
H A D | ssl_test.c | 398 *resume_server_ctx = NULL, *resume_client_ctx = NULL; in test_handshake() local 428 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake() 430 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, 0)) in test_handshake() 431 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake() 438 if (!TEST_ptr(resume_server_ctx) in test_handshake() 476 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake() 478 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, in test_handshake() 480 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake() 488 if (!TEST_ptr(resume_server_ctx) in test_handshake() 511 if (resume_server_ctx ! in test_handshake() [all...] |
/third_party/openssl/test/helpers/ |
H A D | handshake.h | 87 SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx,
|
H A D | handshake.c | 1721 SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx, in do_handshake() 1743 result = do_handshake_internal(resume_server_ctx, NULL, resume_client_ctx, in do_handshake() 1720 do_handshake(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx, SSL_CTX *resume_client_ctx, const SSL_TEST_CTX *test_ctx) do_handshake() argument
|
Completed in 4 milliseconds