Home
last modified time | relevance | path

Searched refs:grpc_auth_context_create (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/test/core/security/
Dauth_context_test.cc28 grpc_auth_context* ctx = grpc_auth_context_create(nullptr); in test_empty_context()
47 grpc_auth_context* ctx = grpc_auth_context_create(nullptr); in test_simple_context()
85 grpc_auth_context* chained = grpc_auth_context_create(nullptr); in test_chained_context()
86 grpc_auth_context* ctx = grpc_auth_context_create(chained); in test_chained_context()
/external/grpc-grpc/test/cpp/common/
Dsecure_auth_context_test.cc45 grpc_auth_context* ctx = grpc_auth_context_create(nullptr); in TEST_F()
63 grpc_auth_context* ctx = grpc_auth_context_create(nullptr); in TEST_F()
Dauth_property_iterator_test.cc43 ctx_ = grpc_auth_context_create(nullptr); in SetUp()
/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.h52 grpc_auth_context* grpc_auth_context_create(grpc_auth_context* chained);
Dsecurity_context.cc122 grpc_auth_context* grpc_auth_context_create(grpc_auth_context* chained) { in grpc_auth_context_create() function
/external/grpc-grpc/src/core/lib/security/security_connector/
Dlocal_security_connector.cc116 *ctx = grpc_auth_context_create(nullptr); in local_auth_context_create()
Dalts_security_connector.cc150 *ctx = grpc_auth_context_create(nullptr); in grpc_alts_auth_context_from_tsi_peer()
Dsecurity_connector.cc425 *auth_context = grpc_auth_context_create(nullptr);
826 ctx = grpc_auth_context_create(nullptr);