Home
last modified time | relevance | path

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

/third_party/grpc/test/core/security/
Dauth_context_test.cc58 grpc_auth_context_add_cstring_property(ctx.get(), "name", "chapi"); in test_simple_context()
59 grpc_auth_context_add_cstring_property(ctx.get(), "name", "chapo"); in test_simple_context()
60 grpc_auth_context_add_cstring_property(ctx.get(), "foo", "bar"); in test_simple_context()
100 grpc_auth_context_add_cstring_property(chained_ptr, "name", "padapo"); in test_chained_context()
101 grpc_auth_context_add_cstring_property(chained_ptr, "foo", "baz"); in test_chained_context()
102 grpc_auth_context_add_cstring_property(ctx.get(), "name", "chapi"); in test_chained_context()
103 grpc_auth_context_add_cstring_property(ctx.get(), "name", "chap0"); in test_chained_context()
104 grpc_auth_context_add_cstring_property(ctx.get(), "foo", "bar"); in test_chained_context()
/third_party/grpc/test/cpp/common/
Dauth_property_iterator_test.cc44 grpc_auth_context_add_cstring_property(ctx_.get(), "name", "chapi"); in SetUp()
45 grpc_auth_context_add_cstring_property(ctx_.get(), "name", "chapo"); in SetUp()
46 grpc_auth_context_add_cstring_property(ctx_.get(), "foo", "bar"); in SetUp()
/third_party/grpc/src/core/lib/security/security_connector/fake/
Dfake_security_connector.cc256 grpc_auth_context_add_cstring_property( in fake_check_peer()
259 grpc_auth_context_add_cstring_property( in fake_check_peer()
/third_party/grpc/src/core/lib/security/security_connector/insecure/
Dinsecure_security_connector.cc35 grpc_auth_context_add_cstring_property( in MakeAuthContext()
/third_party/grpc/
Dgrpc.def95 grpc_auth_context_add_cstring_property
/third_party/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc54 grpc_auth_context_add_cstring_property( in local_auth_context_create()
/third_party/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc237 grpc_auth_context_add_cstring_property( in grpc_alts_auth_context_from_tsi_peer()
/third_party/grpc/test/core/end2end/fixtures/
Dh2_oauth2.cc76 grpc_auth_context_add_cstring_property(ctx, client_identity_property_name, in process_oauth2_success()
/third_party/grpc/include/grpc/
Dgrpc_security.h94 GRPCAPI void grpc_auth_context_add_cstring_property(grpc_auth_context* ctx,
/third_party/grpc/src/core/lib/security/context/
Dsecurity_context.cc262 void grpc_auth_context_add_cstring_property(grpc_auth_context* ctx, in grpc_auth_context_add_cstring_property() function
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c162 printf("%lx", (unsigned long) grpc_auth_context_add_cstring_property); in main()
/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc268 grpc_auth_context_add_cstring_property( in grpc_ssl_peer_to_auth_context()
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h331 #define grpc_auth_context_add_cstring_property grpc_auth_context_add_cstring_property_import macro