Home
last modified time | relevance | path

Searched refs:resume_client_ctx (Results 1 - 3 of 3) sorted by relevance

/third_party/openssl/test/
H A Dssl_test.c398 *resume_server_ctx = NULL, *resume_client_ctx = NULL; in test_handshake() local
434 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
436 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, 0))) in test_handshake()
439 || !TEST_ptr(resume_client_ctx)) in test_handshake()
483 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
485 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, in test_handshake()
489 || !TEST_ptr(resume_client_ctx)) in test_handshake()
514 if (resume_client_ctx != NULL in test_handshake()
515 && !SSL_CTX_config(resume_client_ctx, "resume-client")) in test_handshake()
519 resume_server_ctx, resume_client_ctx, test_ct in test_handshake()
[all...]
/third_party/openssl/test/helpers/
H A Dhandshake.h88 SSL_CTX *resume_client_ctx,
H A Dhandshake.c1722 SSL_CTX *resume_client_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