Lines Matching refs:grpc_auth_context
34 typedef struct grpc_auth_context grpc_auth_context; typedef
37 const grpc_auth_context* ctx;
55 grpc_auth_context_property_iterator(const grpc_auth_context* ctx);
60 grpc_auth_context_peer_identity(const grpc_auth_context* ctx);
65 const grpc_auth_context* ctx, const char* name);
70 const grpc_auth_context* ctx);
74 const grpc_auth_context* ctx);
78 GRPCAPI grpc_auth_context* grpc_call_auth_context(grpc_call* call);
81 GRPCAPI void grpc_auth_context_release(grpc_auth_context* context);
89 GRPCAPI void grpc_auth_context_add_property(grpc_auth_context* ctx,
94 GRPCAPI void grpc_auth_context_add_cstring_property(grpc_auth_context* ctx,
101 grpc_auth_context* ctx, const char* name);
294 const grpc_auth_context* channel_auth_context;
508 void (*process)(void* state, grpc_auth_context* context,