GRPC Core  9.0.0
Variables
server_auth_filter.cc File Reference
#include <grpc/support/port_platform.h>
#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/security/context/security_context.h"
#include "src/core/lib/security/credentials/credentials.h"
#include "src/core/lib/security/transport/auth_filters.h"
#include "src/core/lib/slice/slice_internal.h"

Variables

const grpc_channel_filter grpc_server_auth_filter
 

Variable Documentation

◆ grpc_server_auth_filter

const grpc_channel_filter grpc_server_auth_filter
Initial value:
= {
server_auth_start_transport_stream_op_batch,
sizeof(call_data),
server_auth_init_call_elem,
server_auth_destroy_call_elem,
sizeof(channel_data),
server_auth_init_channel_elem,
server_auth_destroy_channel_elem,
"server-auth"}
void grpc_channel_next_get_info(grpc_channel_element *elem, const grpc_channel_info *channel_info)
Definition: channel_stack.cc:230
void grpc_call_stack_ignore_set_pollset_or_pollset_set(grpc_call_element *, grpc_polling_entity *)
Definition: channel_stack.cc:205
void grpc_channel_next_op(grpc_channel_element *elem, grpc_transport_op *op)
Definition: channel_stack.cc:236
struct connected_channel_channel_data channel_data
struct connected_channel_call_data call_data