Home
last modified time | relevance | path

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

12

/dports/devel/grpc/grpc-1.42.0/src/core/tsi/alts/frame_protector/
H A Dalts_frame_protector.cc83 unsigned char* protected_output_frames, in alts_protect_flush() argument
86 if (self == nullptr || protected_output_frames == nullptr || in alts_protect_flush()
125 if (!alts_write_frame_bytes(impl->writer, protected_output_frames, in alts_protect_flush()
145 unsigned char* protected_output_frames, in alts_protect() argument
148 unprotected_bytes_size == nullptr || protected_output_frames == nullptr || in alts_protect()
186 return alts_protect_flush(self, protected_output_frames, in alts_protect()
/dports/devel/grpc130/grpc-1.30.2/src/core/tsi/alts/frame_protector/
H A 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()
/dports/devel/grpc130/grpc-1.30.2/src/core/tsi/
H A Dtransport_security.cc90 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()
H A Dtransport_security.h37 unsigned char* protected_output_frames,
40 unsigned char* protected_output_frames,
H A Dtransport_security_interface.h146 unsigned char* protected_output_frames,
158 tsi_frame_protector* self, unsigned char* protected_output_frames,
H A Dfake_transport_security.cc258 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()
/dports/devel/grpc134/grpc-1.34.1/src/core/tsi/
H A Dtransport_security.cc90 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()
H A Dtransport_security.h37 unsigned char* protected_output_frames,
40 unsigned char* protected_output_frames,
H A Dtransport_security_interface.h151 unsigned char* protected_output_frames,
163 tsi_frame_protector* self, unsigned char* protected_output_frames,
/dports/devel/grpc134/grpc-1.34.1/src/core/tsi/alts/frame_protector/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/tsi/alts/frame_protector/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/tsi/
H A 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()
H A Dtransport_security.h37 unsigned char* protected_output_frames,
40 unsigned char* protected_output_frames,
H A Dtransport_security_interface.h136 unsigned char* protected_output_frames,
148 tsi_frame_protector* self, unsigned char* protected_output_frames,
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/tsi/alts/frame_protector/
H A Dalts_frame_protector.cc83 unsigned char* protected_output_frames,
86 if (self == nullptr || protected_output_frames == nullptr ||
125 if (!alts_write_frame_bytes(impl->writer, protected_output_frames,
145 unsigned char* protected_output_frames,
148 unprotected_bytes_size == nullptr || protected_output_frames == nullptr ||
186 return alts_protect_flush(self, protected_output_frames,
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/tsi/alts/frame_protector/
H A Dalts_frame_protector.cc83 unsigned char* protected_output_frames, in alts_protect_flush() argument
86 if (self == nullptr || protected_output_frames == nullptr || in alts_protect_flush()
125 if (!alts_write_frame_bytes(impl->writer, protected_output_frames, in alts_protect_flush()
145 unsigned char* protected_output_frames, in alts_protect() argument
148 unprotected_bytes_size == nullptr || protected_output_frames == nullptr || in alts_protect()
186 return alts_protect_flush(self, protected_output_frames, in alts_protect()
/dports/devel/grpc/grpc-1.42.0/src/core/tsi/
H A Dtransport_security.cc90 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()
H A Dtransport_security.h38 unsigned char* protected_output_frames,
41 unsigned char* protected_output_frames,
H A Dtransport_security_interface.h171 unsigned char* protected_output_frames,
183 tsi_frame_protector* self, unsigned char* protected_output_frames,
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/tsi/
H A Dtransport_security.cc90 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()
H A Dtransport_security.h38 unsigned char* protected_output_frames,
41 unsigned char* protected_output_frames,
H A Dtransport_security_interface.h171 unsigned char* protected_output_frames, in testSiteFromDb()
183 tsi_frame_protector* self, unsigned char* protected_output_frames,
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/tsi/
H A Dtransport_security.cc90 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()
H A Dtransport_security.h38 unsigned char* protected_output_frames,
41 unsigned char* protected_output_frames,
H A Dtransport_security_interface.h171 unsigned char* protected_output_frames,
183 tsi_frame_protector* self, unsigned char* protected_output_frames,

12