Home
last modified time | relevance | path

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

/external/grpc-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()
/external/grpc-grpc/src/core/tsi/
Dtransport_security.cc107 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in tsi_frame_protector_unprotect() argument
111 protected_frames_bytes == nullptr || in tsi_frame_protector_unprotect()
117 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.h174 tsi_frame_protector* self, const unsigned char* protected_frames_bytes,
Dfake_transport_security.cc345 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in fake_protector_unprotect() argument
376 result = tsi_fake_frame_decode(protected_frames_bytes, in fake_protector_unprotect()
Dssl_transport_security.cc910 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in ssl_protector_unprotect() argument
934 written_into_ssl = BIO_write(impl->network_io, protected_frames_bytes, in ssl_protector_unprotect()