Lines Matching defs:server_ctx
343 SSL_CTX *client_ctx = NULL, *server_ctx = NULL;
354 &server_ctx, &client_ctx,
362 TEST_true_or_end(create_ssl_objects(server_ctx, client_ctx,
375 SSL_CTX_free(server_ctx);
387 SSL_CTX *client_ctx = NULL, *server_ctx = NULL;
395 &server_ctx, &client_ctx,
405 TEST_true_or_end(SSL_CTX_set1_groups_list(server_ctx,
409 TEST_true_or_end(SSL_CTX_set_min_proto_version(server_ctx, TLS1_3_VERSION));
411 SSL_CTX_set_options(server_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
414 if (!TEST_true(create_ssl_objects(server_ctx, client_ctx,
467 SSL_CTX_free(server_ctx);