Lines Matching refs:resume_client_ctx
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()
530 SSL_CTX_free(resume_client_ctx); in test_handshake()