Home
last modified time | relevance | path

Searched defs:secure_channel (Results 1 – 4 of 4) sorted by relevance

/external/python/google-auth-library-python/tests/transport/
Dtest_grpc.py154 secure_channel, argument
213 secure_channel, argument
254 secure_channel, argument
283 secure_channel, argument
306 secure_channel, argument
347 secure_channel, argument
375 secure_channel, argument
/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dimplementations.py118 def secure_channel(host, port, channel_credentials): function
/external/rust/crates/grpcio/src/
Dchannel.rs476 mod secure_channel { module
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py1589 def secure_channel(target, credentials, options=None): function