Definition at line 54 of file alts_handshaker_client.cc.
alts_handshaker_client alts_grpc_handshaker_client::base |
Definition at line 55 of file alts_handshaker_client.cc.
unsigned char* alts_grpc_handshaker_client::buffer |
Definition at line 93 of file alts_handshaker_client.cc.
size_t alts_grpc_handshaker_client::buffer_size |
Definition at line 94 of file alts_handshaker_client.cc.
grpc_call* alts_grpc_handshaker_client::call |
Definition at line 60 of file alts_handshaker_client.cc.
tsi_handshaker_on_next_done_cb alts_grpc_handshaker_client::cb |
Definition at line 79 of file alts_handshaker_client.cc.
alts_grpc_caller alts_grpc_handshaker_client::grpc_caller |
Definition at line 66 of file alts_handshaker_client.cc.
grpc_status_code alts_grpc_handshaker_client::handshake_status_code = GRPC_STATUS_OK |
gRPC status code of handshake call
Definition at line 98 of file alts_handshaker_client.cc.
grpc_slice alts_grpc_handshaker_client::handshake_status_details |
gRPC status details of handshake call
Definition at line 100 of file alts_handshaker_client.cc.
alts_tsi_handshaker* alts_grpc_handshaker_client::handshaker |
Definition at line 59 of file alts_handshaker_client.cc.
bool alts_grpc_handshaker_client::is_client |
Definition at line 88 of file alts_handshaker_client.cc.
size_t alts_grpc_handshaker_client::max_frame_size |
Definition at line 108 of file alts_handshaker_client.cc.
grpc_core::Mutex alts_grpc_handshaker_client::mu |
Definition at line 102 of file alts_handshaker_client.cc.
grpc_closure alts_grpc_handshaker_client::on_handshaker_service_resp_recv |
Definition at line 69 of file alts_handshaker_client.cc.
grpc_closure alts_grpc_handshaker_client::on_status_received |
callback for receiving handshake call status
Definition at line 96 of file alts_handshaker_client.cc.
grpc_alts_credentials_options* alts_grpc_handshaker_client::options |
Definition at line 82 of file alts_handshaker_client.cc.
recv_message_result* alts_grpc_handshaker_client::pending_recv_message_result = nullptr |
Definition at line 106 of file alts_handshaker_client.cc.
Definition at line 104 of file alts_handshaker_client.cc.
grpc_byte_buffer* alts_grpc_handshaker_client::recv_buffer = nullptr |
Definition at line 73 of file alts_handshaker_client.cc.
grpc_slice alts_grpc_handshaker_client::recv_bytes |
Definition at line 91 of file alts_handshaker_client.cc.
grpc_metadata_array alts_grpc_handshaker_client::recv_initial_metadata |
Definition at line 76 of file alts_handshaker_client.cc.
gpr_refcount alts_grpc_handshaker_client::refs |
Definition at line 58 of file alts_handshaker_client.cc.
grpc_byte_buffer* alts_grpc_handshaker_client::send_buffer = nullptr |
Definition at line 72 of file alts_handshaker_client.cc.
grpc_status_code alts_grpc_handshaker_client::status = GRPC_STATUS_OK |
Definition at line 74 of file alts_handshaker_client.cc.
grpc_slice alts_grpc_handshaker_client::target_name |
Definition at line 85 of file alts_handshaker_client.cc.
void* alts_grpc_handshaker_client::user_data |
Definition at line 80 of file alts_handshaker_client.cc.