Home
last modified time | relevance | path

Searched refs:grpc_auth_property (Results 1 – 19 of 19) sorted by relevance

/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.cc191 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));
Dsecurity_context.h38 grpc_auth_property* array;
72 void grpc_auth_property_reset(grpc_auth_property* property);
/external/grpc-grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h29 struct grpc_auth_property;
49 AuthPropertyIterator(const grpc_auth_property* property,
54 const grpc_auth_property* property_;
/external/grpc-grpc/src/cpp/common/
Dsecure_auth_context.cc39 const grpc_auth_property* property = nullptr; in GetPeerIdentity()
62 const grpc_auth_property* property = nullptr; in FindPropertyValues()
74 const grpc_auth_property* property = in begin()
Dauth_property_iterator.cc29 const grpc_auth_property* property, const grpc_auth_property_iterator* iter) in AuthPropertyIterator()
/external/grpc-grpc/test/core/security/
Dauth_context_test.cc64 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it); in test_simple_context()
104 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it); in test_chained_context()
108 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it); in test_chained_context()
Dsecurity_connector_test.cc40 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_transport_security_type()
108 const grpc_auth_property* prop; in check_identity()
137 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_cn()
157 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_pem_cert()
Dalts_security_connector_test.cc102 const grpc_auth_property* prop; in test_identity()
/external/grpc-grpc/test/cpp/common/
Dauth_property_iterator_test.cc35 TestAuthPropertyIterator(const grpc_auth_property* property, in TestAuthPropertyIterator()
63 const grpc_auth_property* property = in TEST_F()
/external/grpc-grpc/include/grpc/
Dgrpc_security.h43 typedef struct grpc_auth_property { struct
47 } grpc_auth_property; typedef
50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dsecurity.pyx.pxi37 cdef const grpc_auth_property* property
70 cdef const grpc_auth_property* property
Dgrpc.pxi543 ctypedef struct grpc_auth_property:
548 grpc_auth_property *grpc_auth_property_iterator_next(
/external/grpc-grpc/test/core/end2end/
Dh2_ssl_session_reuse_test.cc159 const grpc_auth_property* property = grpc_auth_property_iterator_next(&it); in do_round_trip()
/external/grpc-grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc57 const grpc_auth_property* auth_property = in Init()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc957 const grpc_auth_property* prop,
969 const grpc_auth_property* prop;
/external/grpc-grpc/test/core/end2end/tests/
Dcall_creds.cc108 const grpc_auth_property* p; in print_auth_context()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c254 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in grpc_rb_call_get_peer_cert()
Drb_grpc_imports.generated.h287 typedef const grpc_auth_property*(*grpc_auth_property_iterator_next_type)(grpc_auth_property_iterat…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1082 GPR_EXPORT const grpc_auth_property* GPR_CALLTYPE