Home
last modified time | relevance | path

Searched refs:channel_auth_context (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc122 to->channel_auth_context = from->channel_auth_context; in grpc_auth_metadata_context_copy()
123 if (to->channel_auth_context != nullptr) { in grpc_auth_metadata_context_copy()
124 const_cast<grpc_auth_context*>(to->channel_auth_context) in grpc_auth_metadata_context_copy()
142 if (auth_md_context->channel_auth_context != nullptr) { in grpc_auth_metadata_context_reset()
143 const_cast<grpc_auth_context*>(auth_md_context->channel_auth_context) in grpc_auth_metadata_context_reset()
145 auth_md_context->channel_auth_context = nullptr; in grpc_auth_metadata_context_reset()
219 auth_md_context->channel_auth_context = in grpc_auth_metadata_context_build()
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h252 const grpc::AuthContext& channel_auth_context,
Dcredentials.h269 const grpc::AuthContext& channel_auth_context,
/third_party/grpc/include/grpc/
Dgrpc_security.h412 const grpc_auth_context* channel_auth_context; member
/third_party/grpc/test/core/security/
Dcredentials_test.cc1541 GPR_ASSERT(context.channel_auth_context == nullptr); in plugin_get_metadata_success()
1566 GPR_ASSERT(context.channel_auth_context == nullptr); in plugin_get_metadata_failure()
1784 GPR_ASSERT(auth_md_context.channel_auth_context == nullptr); in test_auth_metadata_context()
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc486 const_cast<grpc_auth_context*>(context.channel_auth_context)); in InvokePlugin()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi575 const grpc_auth_context *channel_auth_context
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc153 const grpc::AuthContext& channel_auth_context, in GetMetadata() argument
162 EXPECT_TRUE(channel_auth_context.IsPeerAuthenticated()); in GetMetadata()