/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 81 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/ |
D | transport_security.cc | 77 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()
|
D | transport_security.h | 37 unsigned char* protected_output_frames, 40 unsigned char* protected_output_frames,
|
D | transport_security_interface.h | 136 unsigned char* protected_output_frames, 148 tsi_frame_protector* self, unsigned char* protected_output_frames,
|
D | fake_transport_security.cc | 262 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()
|
D | ssl_transport_security.cc | 822 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()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/ |
D | transport_security.cc | 90 unsigned char* protected_output_frames, in tsi_frame_protector_protect() argument 94 protected_output_frames == nullptr || in tsi_frame_protector_protect() 100 protected_output_frames, in tsi_frame_protector_protect() 105 tsi_frame_protector* self, unsigned char* protected_output_frames, in tsi_frame_protector_protect_flush() argument 108 protected_output_frames == nullptr || in tsi_frame_protector_protect_flush() 114 return self->vtable->protect_flush(self, protected_output_frames, in tsi_frame_protector_protect_flush()
|
D | transport_security.h | 37 unsigned char* protected_output_frames, 40 unsigned char* protected_output_frames,
|
D | transport_security_interface.h | 151 unsigned char* protected_output_frames, 163 tsi_frame_protector* self, unsigned char* protected_output_frames,
|
D | fake_transport_security.cc | 258 unsigned char* protected_output_frames, in fake_protector_protect() argument 274 tsi_fake_frame_encode(protected_output_frames, &drained_size, frame); in fake_protector_protect() 276 protected_output_frames += drained_size; in fake_protector_protect() 312 result = tsi_fake_frame_encode(protected_output_frames, &drained_size, frame); in fake_protector_protect() 319 tsi_frame_protector* self, unsigned char* protected_output_frames, in fake_protector_protect_flush() argument 333 result = tsi_fake_frame_encode(protected_output_frames, in fake_protector_protect_flush()
|
D | ssl_transport_security.cc | 1015 unsigned char* protected_output_frames, in ssl_protector_protect() argument 1028 read_from_ssl = BIO_read(impl->network_io, protected_output_frames, in ssl_protector_protect() 1056 read_from_ssl = BIO_read(impl->network_io, protected_output_frames, in ssl_protector_protect() 1069 tsi_frame_protector* self, unsigned char* protected_output_frames, in ssl_protector_protect_flush() argument 1089 read_from_ssl = BIO_read(impl->network_io, protected_output_frames, in ssl_protector_protect_flush()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 81 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()
|