Searched refs:protected_frames_bytes (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 233 const unsigned char* protected_frames_bytes, in alts_unprotect() argument 237 if (self == nullptr || protected_frames_bytes == nullptr || in alts_unprotect() 273 if (!alts_read_frame_bytes(impl->reader, protected_frames_bytes, in alts_unprotect()
|
/third_party/grpc/src/core/tsi/ |
D | transport_security.cc | 120 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in tsi_frame_protector_unprotect() argument 124 protected_frames_bytes == nullptr || in tsi_frame_protector_unprotect() 130 return self->vtable->unprotect(self, protected_frames_bytes, in tsi_frame_protector_unprotect()
|
D | transport_security.h | 44 const unsigned char* protected_frames_bytes,
|
D | transport_security_interface.h | 189 tsi_frame_protector* self, const unsigned char* protected_frames_bytes,
|
D | fake_transport_security.cc | 341 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in fake_protector_unprotect() argument 372 result = tsi_fake_frame_decode(protected_frames_bytes, in fake_protector_unprotect()
|
D | ssl_transport_security.cc | 1100 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in ssl_protector_unprotect() argument 1124 written_into_ssl = BIO_write(impl->network_io, protected_frames_bytes, in ssl_protector_unprotect()
|