/external/grpc-grpc/src/core/tsi/ |
D | local_transport_security.cc | 42 bool is_client; member 48 bool is_client; member 143 static tsi_result create_handshaker_result(bool is_client, in create_handshaker_result() 198 tsi_result local_tsi_handshaker_create(bool is_client, tsi_handshaker** self) { in local_tsi_handshaker_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/ |
D | local_transport_security.cc | 44 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()
|
/external/grpc-grpc/test/core/tsi/ |
D | transport_security_test_lib.cc | 50 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()
|
/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | alts_counter_test.cc | 85 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()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 53 bool is_client; member 66 bool is_client; member 197 bool is_client, in create_handshaker_result() 350 const char* handshaker_service_url, bool is_client, tsi_handshaker** self) { in alts_tsi_handshaker_create()
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_zero_copy_grpc_protector.cc | 112 const uint8_t* key, size_t key_size, bool is_rekey, bool is_client, in create_alts_grpc_record_protocol() 243 const uint8_t* key, size_t key_size, bool is_rekey, bool is_client, in alts_zero_copy_grpc_protector_create()
|
D | alts_grpc_privacy_integrity_record_protocol.cc | 124 gsec_aead_crypter* crypter, size_t overflow_size, bool is_client, in alts_grpc_privacy_integrity_record_protocol_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_zero_copy_grpc_protector.cc | 112 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()
|
D | alts_grpc_privacy_integrity_record_protocol.cc | 124 gsec_aead_crypter* crypter, size_t overflow_size, bool is_client, in alts_grpc_privacy_integrity_record_protocol_create()
|
D | alts_grpc_record_protocol_common.cc | 90 size_t overflow_size, bool is_client, in alts_grpc_record_protocol_init()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 50 bool is_client; member 80 bool is_client; member 255 bool is_client, in alts_tsi_handshaker_result_create() 623 const char* handshaker_service_url, bool is_client, in alts_tsi_handshaker_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/ |
D | alts_counter.cc | 34 grpc_status_code alts_counter_create(bool is_client, size_t counter_size, in alts_counter_create()
|
D | alts_frame_protector.cc | 329 size_t key_size, bool is_client, in create_alts_crypters() 362 bool is_client, bool is_rekey, in alts_create_frame_protector()
|
D | alts_unseal_privacy_integrity_crypter.cc | 86 bool is_client, in alts_unseal_crypter_create()
|
D | alts_seal_privacy_integrity_crypter.cc | 88 grpc_status_code alts_seal_crypter_create(gsec_aead_crypter* gc, bool is_client, in alts_seal_crypter_create()
|
D | alts_record_protocol_crypter_common.cc | 91 gsec_aead_crypter* crypter, bool is_client, size_t overflow_size, in alts_crypter_create_common()
|
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_counter.cc | 34 grpc_status_code alts_counter_create(bool is_client, size_t counter_size, in alts_counter_create()
|
D | alts_frame_protector.cc | 329 size_t key_size, bool is_client, in create_alts_crypters() 362 bool is_client, bool is_rekey, in alts_create_frame_protector()
|
D | alts_unseal_privacy_integrity_crypter.cc | 86 bool is_client, in alts_unseal_crypter_create()
|
D | alts_seal_privacy_integrity_crypter.cc | 88 grpc_status_code alts_seal_crypter_create(gsec_aead_crypter* gc, bool is_client, in alts_seal_crypter_create()
|
D | alts_record_protocol_crypter_common.cc | 91 gsec_aead_crypter* crypter, bool is_client, size_t overflow_size, in alts_crypter_create_common()
|
/external/grpc-grpc/test/core/end2end/ |
D | invalid_call_argument_test.cc | 36 int is_client; member 55 static void prepare_test(int is_client) { in prepare_test()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/ |
D | tls_credentials.cc | 38 bool is_client) { in CredentialOptionSanityCheck()
|
/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
D | bidi_call.rb | 114 def read_next_loop(finalize_stream, is_client = false) argument
|
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_jni/java/src/main/java/com/google/security/cryptauth/lib/securegcm/ |
D | D2DHandshakeContext.java | 35 private static native long create_context(boolean is_client); in create_context()
|