Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dsecurity.pyx.pxi39 auth_context = grpc_call_auth_context(call.c_call)
56 auth_context = grpc_call_auth_context(call.c_call)
72 auth_context = grpc_call_auth_context(call.c_call)
Dgrpc.pxi566 grpc_auth_context *grpc_call_auth_context(grpc_call *call)
/external/grpc-grpc/src/cpp/common/
Dsecure_create_auth_context.cc32 new SecureAuthContext(grpc_call_auth_context(call), true)); in CreateAuthContext()
/external/grpc-grpc/
Dgrpc.def89 grpc_call_auth_context
/external/grpc-grpc/test/core/end2end/tests/
Dcall_creds.cc230 s_auth_context = grpc_call_auth_context(s); in request_response_with_payload_and_call_creds()
235 c_auth_context = grpc_call_auth_context(c); in request_response_with_payload_and_call_creds()
/external/grpc-grpc/src/cpp/ext/filters/census/
Dserver_filter.cc175 auth_context_ = grpc_call_auth_context(gc_); in Init()
/external/grpc-grpc/include/grpc/
Dgrpc_security.h78 GRPCAPI grpc_auth_context* grpc_call_auth_context(grpc_call* call);
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c148 printf("%lx", (unsigned long) grpc_call_auth_context); in main()
/external/grpc-grpc/test/core/end2end/
Dh2_ssl_session_reuse_test.cc156 grpc_auth_context* auth = grpc_call_auth_context(s); in do_round_trip()
/external/grpc-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
/external/grpc-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.h307 #define grpc_call_auth_context grpc_call_auth_context_import macro
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1068 return grpc_call_auth_context(call); in grpcsharp_call_auth_context()