Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/common/
Dsecure_auth_context.cc25 std::vector<grpc::string_ref> SecureAuthContext::GetPeerIdentity() const { in GetPeerIdentity()
40 std::string SecureAuthContext::GetPeerIdentityPropertyName() const { in GetPeerIdentityPropertyName()
48 std::vector<grpc::string_ref> SecureAuthContext::FindPropertyValues( in FindPropertyValues()
63 AuthPropertyIterator SecureAuthContext::begin() const { in begin()
75 AuthPropertyIterator SecureAuthContext::end() const { in end()
79 void SecureAuthContext::AddProperty(const std::string& key, in AddProperty()
86 bool SecureAuthContext::SetPeerIdentityPropertyName(const std::string& name) { in SetPeerIdentityPropertyName()
92 bool SecureAuthContext::IsPeerAuthenticated() const { in IsPeerAuthenticated()
Dsecure_auth_context.h29 class SecureAuthContext final : public AuthContext {
31 explicit SecureAuthContext(grpc_auth_context* ctx) in SecureAuthContext() function
34 ~SecureAuthContext() override = default;
Dsecure_create_auth_context.cc33 return std::make_shared<SecureAuthContext>(ctx.get()); in CreateAuthContext()
/third_party/grpc/test/cpp/common/
Dalts_util_test.cc44 new SecureAuthContext(ctx.get())); in TEST()
54 new SecureAuthContext(ctx.get())); in TEST()
67 new SecureAuthContext(ctx.get())); in TEST()
80 new SecureAuthContext(ctx.get())); in TEST()
126 new SecureAuthContext(ctx.get())); in TEST()
165 new SecureAuthContext(nullptr)); in TEST()
175 new SecureAuthContext(ctx.get())); in TEST()
Dsecure_auth_context_test.cc36 SecureAuthContext context(nullptr); in TEST_F()
47 SecureAuthContext context(ctx.get()); in TEST_F()
67 SecureAuthContext context(ctx.get()); in TEST_F()
/third_party/grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h33 class SecureAuthContext; variable
53 friend class SecureAuthContext;
/third_party/grpc/src/cpp/server/
Dsecure_server_credentials.cc65 SecureAuthContext ctx(context); in InvokeProcessor()
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc485 SecureAuthContext cpp_channel_auth_context( in InvokePlugin()