Home
last modified time | relevance | path

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

/third_party/grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc233 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/
Dtransport_security.cc120 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()
Dtransport_security.h44 const unsigned char* protected_frames_bytes,
Dtransport_security_interface.h189 tsi_frame_protector* self, const unsigned char* protected_frames_bytes,
Dfake_transport_security.cc341 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()
Dssl_transport_security.cc1100 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()