HomeSort by relevance Sort by last modified time
    Searched refs:grpc_call_auth_context (Results 1 - 11 of 11) sorted by null

  /external/grpc-grpc/src/cpp/common/
secure_create_auth_context.cc 32 new SecureAuthContext(grpc_call_auth_context(call), true));
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
security.pyx.pxi 39 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)
  /external/grpc-grpc/include/grpc/
grpc_security.h 78 GRPCAPI grpc_auth_context* grpc_call_auth_context(grpc_call* call);
80 /** Releases the auth context returned from grpc_call_auth_context. */
  /external/grpc-grpc/src/cpp/ext/filters/census/
server_filter.cc 175 auth_context_ = grpc_call_auth_context(gc_);
  /external/grpc-grpc/test/core/end2end/
h2_ssl_session_reuse_test.cc 156 grpc_auth_context* auth = grpc_call_auth_context(s);
  /external/grpc-grpc/test/core/end2end/tests/
call_creds.cc 230 s_auth_context = grpc_call_auth_context(s);
235 c_auth_context = grpc_call_auth_context(c);
  /external/grpc-grpc/src/core/lib/security/context/
security_context.cc 65 grpc_auth_context* grpc_call_auth_context(grpc_call* call) { function
67 GRPC_API_TRACE("grpc_call_auth_context(call=%p)", 1, (call));
72 "grpc_call_auth_context client")
75 "grpc_call_auth_context server");
  /external/grpc-grpc/test/core/surface/
public_headers_must_be_c89.c 148 printf("%lx", (unsigned long) grpc_call_auth_context);
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_call.c 245 ctx = grpc_call_auth_context(call->wrapped);
    [all...]
rb_grpc_imports.generated.h 307 #define grpc_call_auth_context grpc_call_auth_context_import macro
    [all...]
  /external/grpc-grpc/src/csharp/ext/
grpc_csharp_ext.c     [all...]

Completed in 57 milliseconds