Home
last modified time | relevance | path

Searched defs:is_client (Results 1 – 25 of 38) sorted by relevance

12

/third_party/grpc/src/core/tsi/
Dlocal_transport_security.cc44 bool is_client; member
50 bool is_client; member
147 static tsi_result create_handshaker_result(bool is_client, in create_handshaker_result()
204 tsi_result tsi_local_handshaker_create(bool is_client, tsi_handshaker** self) { in tsi_local_handshaker_create()
/third_party/grpc/test/core/tsi/alts/frame_protector/
Dalts_counter_test.cc85 static void alts_counter_test_overflow_full_range(bool is_client, in alts_counter_test_overflow_full_range()
131 static void alts_counter_test_overflow_single_increment(bool is_client, in alts_counter_test_overflow_single_increment()
/third_party/grpc/test/core/tsi/
Dtransport_security_test_lib.cc50 bool is_client; member
57 bool is_client) { in handshaker_args_create()
127 bool is_client) { in send_bytes_to_peer()
162 bool is_client) { in receive_bytes_from_peer()
188 tsi_frame_protector* protector, bool is_client) { in tsi_test_frame_protector_send_message_to_peer()
238 size_t* bytes_received, bool is_client) { in tsi_test_frame_protector_receive_message_from_peer()
/third_party/grpc/src/core/tsi/alts/frame_protector/
Dalts_counter.cc34 grpc_status_code alts_counter_create(bool is_client, size_t counter_size, in alts_counter_create()
Dalts_unseal_privacy_integrity_crypter.cc86 bool is_client, in alts_unseal_crypter_create()
Dalts_seal_privacy_integrity_crypter.cc88 grpc_status_code alts_seal_crypter_create(gsec_aead_crypter* gc, bool is_client, in alts_seal_crypter_create()
Dalts_record_protocol_crypter_common.cc91 gsec_aead_crypter* crypter, bool is_client, size_t overflow_size, in alts_crypter_create_common()
Dalts_frame_protector.cc329 size_t key_size, bool is_client, in create_alts_crypters()
362 bool is_client, bool is_rekey, in alts_create_frame_protector()
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector.cc112 const uint8_t* key, size_t key_size, bool is_rekey, bool is_client, in create_alts_grpc_record_protocol()
253 const uint8_t* key, size_t key_size, bool is_rekey, bool is_client, in alts_zero_copy_grpc_protector_create()
Dalts_grpc_privacy_integrity_record_protocol.cc124 gsec_aead_crypter* crypter, size_t overflow_size, bool is_client, in alts_grpc_privacy_integrity_record_protocol_create()
Dalts_grpc_record_protocol_common.cc90 size_t overflow_size, bool is_client, in alts_grpc_record_protocol_init()
Dalts_grpc_integrity_only_record_protocol.cc199 gsec_aead_crypter* crypter, size_t overflow_size, bool is_client, in alts_grpc_integrity_only_record_protocol_create()
/third_party/grpc/src/core/lib/security/credentials/tls/
Dtls_credentials.cc38 bool is_client) { in CredentialOptionSanityCheck()
/third_party/grpc/src/ruby/lib/grpc/generic/
Dbidi_call.rb114 def read_next_loop(finalize_stream, is_client = false) argument
/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc50 bool is_client; member
80 bool is_client; member
255 bool is_client, in alts_tsi_handshaker_result_create()
622 const char* handshaker_service_url, bool is_client, in alts_tsi_handshaker_create()
Dalts_handshaker_client.cc88 bool is_client; member
414 void RequestHandshake(alts_grpc_handshaker_client* client, bool is_client) { in RequestHandshake()
421 void HandshakeDone(bool is_client) { in HandshakeDone()
692 bool is_client, size_t max_frame_size) { in alts_grpc_handshaker_client_create()
/third_party/grpc/test/core/end2end/
Dinvalid_call_argument_test.cc37 int is_client; member
56 static void prepare_test(int is_client) { in prepare_test()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsenc.h59 gboolean is_client; member
/third_party/grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc285 void config_default_tcp_user_timeout(bool enable, int timeout, bool is_client) { in config_default_tcp_user_timeout()
301 int fd, const grpc_channel_args* channel_args, bool is_client) { in grpc_set_socket_tcp_user_timeout()
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc90 bool is_client = true; member
/third_party/grpc/src/core/lib/surface/
Dchannel.h105 int is_client; member
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c103 lws_ssl_bind_passphrase(SSL_CTX *ssl_ctx, int is_client, in lws_ssl_bind_passphrase()
/third_party/glib/gio/
Dgdbusauthmechanismanon.c31 gboolean is_client; member
Dgdbusauthmechanismexternal.c34 gboolean is_client; member
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc231 bool is_client) { in read_channel_args()
420 const grpc_channel_args* channel_args, grpc_endpoint* ep, bool is_client, in grpc_chttp2_transport()
1319 bool is_client, bool is_initial) { in log_metadata()
2664 bool is_client) { in grpc_chttp2_config_default_keepalive_args()
3287 const grpc_channel_args* channel_args, grpc_endpoint* ep, bool is_client, in grpc_create_chttp2_transport()

12