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

  /external/grpc-grpc/include/grpcpp/impl/codegen/security/
auth_context.h 29 struct grpc_auth_property;
49 AuthPropertyIterator(const grpc_auth_property* property,
54 const grpc_auth_property* property_;
  /external/grpc-grpc/src/cpp/common/
secure_auth_context.cc 39 const grpc_auth_property* property = nullptr;
62 const grpc_auth_property* property = nullptr;
74 const grpc_auth_property* property =
auth_property_iterator.cc 29 const grpc_auth_property* property, const grpc_auth_property_iterator* iter)
  /external/grpc-grpc/src/core/lib/security/context/
security_context.h 38 grpc_auth_property* array;
72 void grpc_auth_property_reset(grpc_auth_property* property);
security_context.cc 191 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it);
218 const grpc_auth_property* grpc_auth_property_iterator_next(
231 const grpc_auth_property* prop = &it->ctx->properties.array[it->index++];
265 ctx->properties.array = static_cast<grpc_auth_property*>(
267 ctx->properties.capacity * sizeof(grpc_auth_property)));
273 grpc_auth_property* prop;
292 grpc_auth_property* prop;
303 void grpc_auth_property_reset(grpc_auth_property* property) {
306 memset(property, 0, sizeof(grpc_auth_property));
  /external/grpc-grpc/test/cpp/common/
auth_property_iterator_test.cc 35 TestAuthPropertyIterator(const grpc_auth_property* property,
63 const grpc_auth_property* property =
  /external/grpc-grpc/test/core/security/
auth_context_test.cc 64 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it);
104 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it);
108 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it);
security_connector_test.cc 40 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it);
108 const grpc_auth_property* prop;
137 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it);
157 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it);
alts_security_connector_test.cc 102 const grpc_auth_property* prop;
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
security.pyx.pxi 37 cdef const grpc_auth_property* property
70 cdef const grpc_auth_property* property
  /external/grpc-grpc/include/grpc/
grpc_security.h 43 typedef struct grpc_auth_property { struct
47 } grpc_auth_property; typedef in typeref:struct:grpc_auth_property
50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
AuthContextSafeHandle.cs 88 /// grpc_auth_property
  /external/grpc-grpc/test/core/end2end/
h2_ssl_session_reuse_test.cc 159 const grpc_auth_property* property = grpc_auth_property_iterator_next(&it);
  /external/grpc-grpc/src/core/ext/filters/load_reporting/
server_load_reporting_filter.cc 57 const grpc_auth_property* auth_property =
  /external/grpc-grpc/test/core/end2end/tests/
call_creds.cc 108 const grpc_auth_property* p;
  /external/grpc-grpc/src/core/lib/security/security_connector/
security_connector.cc     [all...]
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_call.c 254 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it);
    [all...]
rb_grpc_imports.generated.h 287 typedef const grpc_auth_property*(*grpc_auth_property_iterator_next_type)(grpc_auth_property_iterator* it);
    [all...]
  /external/grpc-grpc/src/csharp/ext/
grpc_csharp_ext.c     [all...]

Completed in 1090 milliseconds