Home
last modified time | relevance | path

Searched refs:resume_server_ctx (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dssl_test.c398 *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 != NULL in test_handshake()
[all …]
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.h87 SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx,
H A Dhandshake.c1727 SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx, in do_handshake() argument
1749 result = do_handshake_internal(resume_server_ctx, NULL, resume_client_ctx, in do_handshake()