Home
last modified time | relevance | path

Searched refs:outgoing_bytes_buffer (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/tsi/
Dfake_transport_security.cc68 unsigned char* outgoing_bytes_buffer; member
664 gpr_free(impl->outgoing_bytes_buffer); in fake_handshaker_destroy()
697 self, handshaker->outgoing_bytes_buffer + offset, &sent_bytes_size); in fake_handshaker_next()
701 handshaker->outgoing_bytes_buffer = static_cast<unsigned char*>( in fake_handshaker_next()
702 gpr_realloc(handshaker->outgoing_bytes_buffer, in fake_handshaker_next()
707 *bytes_to_send = handshaker->outgoing_bytes_buffer; in fake_handshaker_next()
752 impl->outgoing_bytes_buffer = in tsi_create_fake_handshaker()
Dssl_transport_security.cc111 unsigned char* outgoing_bytes_buffer; member
1242 gpr_free(impl->outgoing_bytes_buffer); in ssl_handshaker_destroy()
1272 impl, impl->outgoing_bytes_buffer + offset, &to_send_size); in ssl_handshaker_next()
1276 impl->outgoing_bytes_buffer = static_cast<unsigned char*>(gpr_realloc( in ssl_handshaker_next()
1277 impl->outgoing_bytes_buffer, impl->outgoing_bytes_buffer_size)); in ssl_handshaker_next()
1281 *bytes_to_send = impl->outgoing_bytes_buffer; in ssl_handshaker_next()
1389 impl->outgoing_bytes_buffer = in create_tsi_ssl_handshaker()