Searched refs:resume_client_ctx (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | ssl_test.c | 398 *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_ctx); in test_handshake() [all …]
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | handshake.h | 88 SSL_CTX *resume_client_ctx,
|
H A D | handshake.c | 1728 SSL_CTX *resume_client_ctx, in do_handshake() argument 1749 result = do_handshake_internal(resume_server_ctx, NULL, resume_client_ctx, in do_handshake()
|