Home
last modified time | relevance | path

Searched refs:grpc_call_auth_context (Results 1 – 14 of 14) sorted by relevance

/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dsecurity.pyx.pxi41 auth_context = grpc_call_auth_context(call.c_call)
58 auth_context = grpc_call_auth_context(call.c_call)
74 auth_context = grpc_call_auth_context(call.c_call)
Dgrpc.pxi621 grpc_auth_context *grpc_call_auth_context(grpc_call *call)
/third_party/grpc/src/cpp/common/
Dsecure_create_auth_context.cc32 grpc_core::RefCountedPtr<grpc_auth_context> ctx(grpc_call_auth_context(call)); in CreateAuthContext()
/third_party/grpc/
Dgrpc.def92 grpc_call_auth_context
Dlibgrpc.map99 "grpc_call_auth_context";
/third_party/grpc/test/core/end2end/tests/
Dcall_creds.cc231 s_auth_context = grpc_call_auth_context(s); in request_response_with_payload_and_call_creds()
236 c_auth_context = grpc_call_auth_context(c); in request_response_with_payload_and_call_creds()
/third_party/grpc/src/cpp/ext/filters/census/
Dserver_filter.cc167 auth_context_ = grpc_call_auth_context(gc_); in Init()
/third_party/grpc/src/core/lib/security/context/
Dsecurity_context.cc65 grpc_auth_context* grpc_call_auth_context(grpc_call* call) { in grpc_call_auth_context() function
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c159 printf("%lx", (unsigned long) grpc_call_auth_context); in main()
/third_party/grpc/test/core/end2end/
Dh2_ssl_session_reuse_test.cc191 grpc_auth_context* auth = grpc_call_auth_context(s); in do_round_trip()
/third_party/grpc/include/grpc/
Dgrpc_security.h78 GRPCAPI grpc_auth_context* grpc_call_auth_context(grpc_call* call);
/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c245 ctx = grpc_call_auth_context(call->wrapped); in grpc_rb_call_get_peer_cert()
Drb_grpc_imports.generated.h322 #define grpc_call_auth_context grpc_call_auth_context_import macro
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1184 return grpc_call_auth_context(call); in grpcsharp_call_auth_context()