Lines Matching refs:server2_ctx

477 static int configure_handshake_ctx(SSL_CTX *server_ctx, SSL_CTX *server2_ctx,  in configure_handshake_ctx()  argument
491 if (server2_ctx != NULL) { in configure_handshake_ctx()
492 if (!TEST_int_eq(SSL_CTX_set_max_send_fragment(server2_ctx, in configure_handshake_ctx()
535 SSL_CTX_set_tlsext_servername_arg(server_ctx, server2_ctx); in configure_handshake_ctx()
539 SSL_CTX_set_tlsext_servername_arg(server_ctx, server2_ctx); in configure_handshake_ctx()
544 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_ignore_cb, server2_ctx); in configure_handshake_ctx()
547 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_reject_cb, server2_ctx); in configure_handshake_ctx()
550 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_nov12_cb, server2_ctx); in configure_handshake_ctx()
568 if (server2_ctx != NULL) in configure_handshake_ctx()
569 SSL_CTX_set_tlsext_ticket_key_evp_cb(server2_ctx, in configure_handshake_ctx()
589 || !TEST_ptr(server2_ctx)) in configure_handshake_ctx()
591 SSL_CTX_set_npn_advertised_cb(server2_ctx, server_npn_cb, in configure_handshake_ctx()
611 if (!TEST_ptr(server2_ctx) in configure_handshake_ctx()
617 SSL_CTX_set_alpn_select_cb(server2_ctx, server_alpn_cb, in configure_handshake_ctx()
640 if (!TEST_ptr(server2_ctx)) in configure_handshake_ctx()
644 SSL_CTX_set_session_ticket_cb(server2_ctx, NULL, in configure_handshake_ctx()
681 if (!configure_handshake_ctx_for_srp(server_ctx, server2_ctx, client_ctx, in configure_handshake_ctx()
1386 SSL_CTX *server_ctx, SSL_CTX *server2_ctx, SSL_CTX *client_ctx, in do_handshake_internal() argument
1423 if (!configure_handshake_ctx(server_ctx, server2_ctx, client_ctx, in do_handshake_internal()
1711 HANDSHAKE_RESULT *do_handshake(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in do_handshake() argument
1719 result = do_handshake_internal(server_ctx, server2_ctx, client_ctx, in do_handshake()