Home
last modified time | relevance | path

Searched refs:protected_output_frames (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc81 unsigned char* protected_output_frames, in alts_protect_flush() argument
84 if (self == nullptr || protected_output_frames == nullptr || in alts_protect_flush()
123 if (!alts_write_frame_bytes(impl->writer, protected_output_frames, in alts_protect_flush()
143 unsigned char* protected_output_frames, in alts_protect() argument
146 unprotected_bytes_size == nullptr || protected_output_frames == nullptr || in alts_protect()
184 return alts_protect_flush(self, protected_output_frames, in alts_protect()
/external/grpc-grpc/src/core/tsi/
Dtransport_security.cc77 unsigned char* protected_output_frames, in tsi_frame_protector_protect() argument
81 protected_output_frames == nullptr || in tsi_frame_protector_protect()
87 protected_output_frames, in tsi_frame_protector_protect()
92 tsi_frame_protector* self, unsigned char* protected_output_frames, in tsi_frame_protector_protect_flush() argument
95 protected_output_frames == nullptr || in tsi_frame_protector_protect_flush()
101 return self->vtable->protect_flush(self, protected_output_frames, in tsi_frame_protector_protect_flush()
Dtransport_security.h37 unsigned char* protected_output_frames,
40 unsigned char* protected_output_frames,
Dtransport_security_interface.h136 unsigned char* protected_output_frames,
148 tsi_frame_protector* self, unsigned char* protected_output_frames,
Dfake_transport_security.cc262 unsigned char* protected_output_frames, in fake_protector_protect() argument
278 tsi_fake_frame_encode(protected_output_frames, &drained_size, frame); in fake_protector_protect()
280 protected_output_frames += drained_size; in fake_protector_protect()
316 result = tsi_fake_frame_encode(protected_output_frames, &drained_size, frame); in fake_protector_protect()
323 tsi_frame_protector* self, unsigned char* protected_output_frames, in fake_protector_protect_flush() argument
337 result = tsi_fake_frame_encode(protected_output_frames, in fake_protector_protect_flush()
Dssl_transport_security.cc822 unsigned char* protected_output_frames, in ssl_protector_protect() argument
835 read_from_ssl = BIO_read(impl->network_io, protected_output_frames, in ssl_protector_protect()
863 read_from_ssl = BIO_read(impl->network_io, protected_output_frames, in ssl_protector_protect()
876 tsi_frame_protector* self, unsigned char* protected_output_frames, in ssl_protector_protect_flush() argument
896 read_from_ssl = BIO_read(impl->network_io, protected_output_frames, in ssl_protector_protect_flush()