Lines Matching refs:server2_ctx

491 static int configure_handshake_ctx(SSL_CTX *server_ctx, SSL_CTX *server2_ctx,  in configure_handshake_ctx()  argument
505 if (server2_ctx != NULL) { in configure_handshake_ctx()
506 if (!TEST_int_eq(SSL_CTX_set_max_send_fragment(server2_ctx, in configure_handshake_ctx()
549 SSL_CTX_set_tlsext_servername_arg(server_ctx, server2_ctx); in configure_handshake_ctx()
553 SSL_CTX_set_tlsext_servername_arg(server_ctx, server2_ctx); in configure_handshake_ctx()
558 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_ignore_cb, server2_ctx); in configure_handshake_ctx()
561 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_reject_cb, server2_ctx); in configure_handshake_ctx()
564 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_nov12_cb, server2_ctx); in configure_handshake_ctx()
582 if (server2_ctx != NULL) in configure_handshake_ctx()
583 SSL_CTX_set_tlsext_ticket_key_evp_cb(server2_ctx, in configure_handshake_ctx()
603 || !TEST_ptr(server2_ctx)) in configure_handshake_ctx()
605 SSL_CTX_set_npn_advertised_cb(server2_ctx, server_npn_cb, in configure_handshake_ctx()
625 if (!TEST_ptr(server2_ctx) in configure_handshake_ctx()
631 SSL_CTX_set_alpn_select_cb(server2_ctx, server_alpn_cb, in configure_handshake_ctx()
656 if (!TEST_ptr(server2_ctx)) in configure_handshake_ctx()
662 SSL_CTX_set_session_ticket_cb(server2_ctx, NULL, in configure_handshake_ctx()
699 if (!configure_handshake_ctx_for_srp(server_ctx, server2_ctx, client_ctx, in configure_handshake_ctx()
708 if (server2_ctx != NULL && !TEST_true(SSL_CTX_compress_certs(server2_ctx, 0))) in configure_handshake_ctx()
1418 SSL_CTX *server_ctx, SSL_CTX *server2_ctx, SSL_CTX *client_ctx, in do_handshake_internal() argument
1455 if (!configure_handshake_ctx(server_ctx, server2_ctx, client_ctx, in do_handshake_internal()
1744 HANDSHAKE_RESULT *do_handshake(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in do_handshake() argument
1752 result = do_handshake_internal(server_ctx, server2_ctx, client_ctx, in do_handshake()