Public Attributes | |
tsi_handshaker_on_next_done_cb | cb |
grpc_closure | closure |
alts_tsi_handshaker * | handshaker |
std::unique_ptr< unsigned char > | received_bytes |
size_t | received_bytes_size |
void * | user_data |
Definition at line 486 of file alts_tsi_handshaker.cc.
tsi_handshaker_on_next_done_cb alts_tsi_handshaker_continue_handshaker_next_args::cb |
Definition at line 490 of file alts_tsi_handshaker.cc.
grpc_closure alts_tsi_handshaker_continue_handshaker_next_args::closure |
Definition at line 492 of file alts_tsi_handshaker.cc.
alts_tsi_handshaker* alts_tsi_handshaker_continue_handshaker_next_args::handshaker |
Definition at line 487 of file alts_tsi_handshaker.cc.
std::unique_ptr<unsigned char> alts_tsi_handshaker_continue_handshaker_next_args::received_bytes |
Definition at line 488 of file alts_tsi_handshaker.cc.
size_t alts_tsi_handshaker_continue_handshaker_next_args::received_bytes_size |
Definition at line 489 of file alts_tsi_handshaker.cc.
void* alts_tsi_handshaker_continue_handshaker_next_args::user_data |
Definition at line 491 of file alts_tsi_handshaker.cc.