Home
last modified time | relevance | path

Searched defs:SecureAuthContext (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dsecure_auth_context.h31 explicit SecureAuthContext(grpc_auth_context* ctx) in SecureAuthContext() function
/external/grpc-grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h33 class SecureAuthContext; variable
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h33 class SecureAuthContext; variable
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/security/
Dauth_context.h33 class SecureAuthContext; variable
/external/grpc-grpc/src/cpp/common/
Dsecure_auth_context.cc25 SecureAuthContext::SecureAuthContext(grpc_auth_context* ctx, in SecureAuthContext() function in grpc::SecureAuthContext